summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2008-12-22 17:25:20 +0000
committerTristan Heaven <tristan@gentoo.org>2008-12-22 17:25:20 +0000
commit26d886cd3847172c49df3585bbc00e9777c00ae7 (patch)
tree910827adde7f633436393ed56391ab72d2a567d7 /games-fps
parentVersion bump, bug #245703 (diff)
downloadhistorical-26d886cd3847172c49df3585bbc00e9777c00ae7.tar.gz
historical-26d886cd3847172c49df3585bbc00e9777c00ae7.tar.bz2
historical-26d886cd3847172c49df3585bbc00e9777c00ae7.zip
rm
Package-Manager: portage-2.2_rc18/cvs/Linux 2.6.27.10 i686
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/alienarena/Manifest8
-rw-r--r--games-fps/alienarena/files/alienarena-20071011-paths.patch19
-rw-r--r--games-fps/alienarena/files/alienarena-20080227-include.patch106
3 files changed, 3 insertions, 130 deletions
diff --git a/games-fps/alienarena/Manifest b/games-fps/alienarena/Manifest
index c4303d3b7693..641ab25a46a1 100644
--- a/games-fps/alienarena/Manifest
+++ b/games-fps/alienarena/Manifest
@@ -1,8 +1,6 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-AUX alienarena-20071011-paths.patch 614 RMD160 6cce7779a54bff08a58a3a4fae2a3c0c0efbb624 SHA1 62d127c696a29d0b5e60cf56063d84d04d939fe8 SHA256 d85ec14925def732accbd7dd4594d7da90b0c6ff71bb6f04c8b257c2d05f66bd
-AUX alienarena-20080227-include.patch 2911 RMD160 aa99eb2947eed9659b91bde9ef1e56a6228c6028 SHA1 4d6a0c61092249c098564250d418fc99f99b7e23 SHA256 b73f6d64bd5187ec166e30b189a78e8751b4e4e1e67a10dcd88814dfe1321fbf
DIST alienarena2008-linux20080603.zip 254018226 RMD160 adbe89706a74af7aa3484b9abecf9f50e179cece SHA1 ba81c19b7262fa36f51be86db7c0df50bd9d529a SHA256 d26c5b3a68a0975a3adf43cfa297a684121ca382057efc601411f53303972f39
DIST alienarena2008-linux20081016.zip 269084804 RMD160 65111ab6ac2a82efb045b39425cbf8a7eab1c1e2 SHA1 16cc5e40a0966489e902c53d7f779df04d670017 SHA256 50d69489495d561f7f15754b6cd6cdf3037521d11c21bb851be8c4d5132c3f26
EBUILD alienarena-20080603.ebuild 2429 RMD160 733fcd7bcbd4d870d83603bca57694f36fa8d3eb SHA1 e55c8f48b697cf1c09f47e9fd462eba72bfb76c5 SHA256 ca7f7d8c05c4e93fc17a09bdb695dc670623e4ae9b1914cc1fe42e8f6abe1591
@@ -12,7 +10,7 @@ MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be525
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
-iEYEARECAAYFAklPzMEACgkQdz7hIScOURGrJgCfUOTK3BHDPecoDF+2JMyJ/YyZ
-0/IAn32g29OdcYuILOVtpvhd3gCOJ899
-=Q+Lk
+iEYEARECAAYFAklPzpgACgkQdz7hIScOUREa9wCeINVVeAfL/dl43Ptf80+4+wwg
+G6kAn0hk3SEuiVSFDJcDy+BQ7YSH+NFF
+=Ffy2
-----END PGP SIGNATURE-----
diff --git a/games-fps/alienarena/files/alienarena-20071011-paths.patch b/games-fps/alienarena/files/alienarena-20071011-paths.patch
deleted file mode 100644
index 263aa58666b6..000000000000
--- a/games-fps/alienarena/files/alienarena-20071011-paths.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- source/unix/sys_unix.c 2007-06-14 13:15:32.834511771 -0400
-+++ source/unix/sys_unix.c 2007-06-14 13:16:54.505565372 -0400
-@@ -234,7 +234,7 @@
- path = FS_NextPath (path);
- if (!path)
- return NULL; // couldn't find one anywhere
-- snprintf (name, MAX_OSPATH, "%s/%s", path, gamename);
-+ snprintf (name, MAX_OSPATH, "%s/%s", "GENTOO_LIBDIR", gamename);
-
- /* skip it if it just doesn't exist */
- fp = fopen(name, "rb");
-@@ -308,6 +308,7 @@
- saved_euid = geteuid();
- seteuid(getuid());
-
-+ chdir("GENTOO_DATADIR");
- Qcommon_Init(argc, argv);
-
- fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
diff --git a/games-fps/alienarena/files/alienarena-20080227-include.patch b/games-fps/alienarena/files/alienarena-20080227-include.patch
deleted file mode 100644
index 4fa51dd08752..000000000000
--- a/games-fps/alienarena/files/alienarena-20080227-include.patch
+++ /dev/null
@@ -1,106 +0,0 @@
-Index: unix/net_udp.c
-===================================================================
---- unix/net_udp.c (revision 877)
-+++ unix/net_udp.c (working copy)
-@@ -26,6 +26,7 @@
- #include <sys/time.h>
- #include <netinet/in.h>
- #include <netdb.h>
-+#include <arpa/inet.h>
- #include <sys/param.h>
- #include <sys/ioctl.h>
- #include <sys/uio.h>
-Index: unix/q_shunix.c
-===================================================================
---- unix/q_shunix.c (revision 877)
-+++ unix/q_shunix.c (working copy)
-@@ -152,13 +152,6 @@
- mkdir (path, 0777);
- }
-
--char *strlwr (char *s)
--{
-- while (*s) {
-- *s = tolower(*s);
-- s++;
-- }
--}
-
- //============================================
-
-Index: game/q_shared.h
-===================================================================
---- game/q_shared.h (revision 877)
-+++ game/q_shared.h (working copy)
-@@ -39,6 +39,7 @@
- #include <string.h>
- #include <stdlib.h>
- #include <time.h>
-+#include <ctype.h>
-
- #if (defined _M_IX86 || defined __i386__) && !defined C_ONLY && !defined __sun__
- #define id386 1
-@@ -253,6 +254,8 @@
- int Q_strnicmp (const char *string1, const char *string2, int n);
- //=============================================
-
-+char *Q_strlwr(char *s);
-+
- short BigShort(short l);
- short LittleShort(short l);
- int BigLong (int l);
-Index: qcommon/files.c
-===================================================================
---- qcommon/files.c (revision 877)
-+++ qcommon/files.c (working copy)
-@@ -19,6 +19,7 @@
- */
-
- #include "qcommon.h"
-+#include "../unix/glob.h"
-
- // define this to dissalow any data but the demo pak file
- //#define NO_ADDONS
-Index: client/menu.c
-===================================================================
---- client/menu.c (revision 877)
-+++ client/menu.c (working copy)
-@@ -24,6 +24,7 @@
-
- #ifdef __unix__
- #include <sys/time.h>
-+#include <unistd.h>
- #endif
-
- #ifdef _WIN32
-Index: ref_gl/r_main.c
-===================================================================
---- ref_gl/r_main.c (revision 877)
-+++ ref_gl/r_main.c (working copy)
-@@ -1659,10 +1659,10 @@
- Com_Printf ("GL_EXTENSIONS: %s\n", gl_config.extensions_string );
-
- strcpy( renderer_buffer, gl_config.renderer_string );
-- strlwr( renderer_buffer );
-+ Q_strlwr( renderer_buffer );
-
- strcpy( vendor_buffer, gl_config.vendor_string );
-- strlwr( vendor_buffer );
-+ Q_strlwr( vendor_buffer );
-
- if ( strstr( renderer_buffer, "voodoo" ) )
- {
-Index: ref_gl/r_script.h
-===================================================================
---- ref_gl/r_script.h (revision 877)
-+++ ref_gl/r_script.h (working copy)
-@@ -160,9 +160,7 @@
- void RS_FreeUnmarked(void);
- rscript_t *RS_FindScript(char *name);
- void RS_ReadyScript(rscript_t *rs);
--#ifdef _WINDOWS
- void RS_ScanPathForScripts(void);
--#endif
- int RS_Animate(rs_stage_t *stage);
- void RS_UpdateRegistration(void);
- void RS_DrawSurface (msurface_t *surf, qboolean lightmap);