diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-20 21:58:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-20 21:58:03 +0000 |
commit | af79ce0b1655c82db647f192fad6cc2cf4aadb77 (patch) | |
tree | 5f86866296b785e593a8400cd27afe3972ebf358 /games-strategy/warzone2100/files | |
parent | clean out old broken version; dekeyword for amd64 (bug #141210, bug #112388) (diff) | |
download | gentoo-2-af79ce0b1655c82db647f192fad6cc2cf4aadb77.tar.gz gentoo-2-af79ce0b1655c82db647f192fad6cc2cf4aadb77.tar.bz2 gentoo-2-af79ce0b1655c82db647f192fad6cc2cf4aadb77.zip |
clean out old broken version; dekeyword for amd64 (bug #141210, bug #112388)
(Portage version: 2.1.1_pre3-r1)
(Unsigned Manifest commit)
Diffstat (limited to 'games-strategy/warzone2100/files')
3 files changed, 0 insertions, 40 deletions
diff --git a/games-strategy/warzone2100/files/0.2.2-clparse.c.patch b/games-strategy/warzone2100/files/0.2.2-clparse.c.patch deleted file mode 100644 index 30056aee3827..000000000000 --- a/games-strategy/warzone2100/files/0.2.2-clparse.c.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- src/clparse.c.origin 2005-09-02 13:27:01.000000000 +0200 -+++ src/clparse.c 2005-09-02 20:01:08.000000000 +0200 -@@ -56,6 +56,13 @@ - pXor = xorString(cl); - sprintf(cl2,"%s%s","-",cl); - -+ // paths Gentoo -+ resSetBaseDir("DATADIR"); -+ if (_chdir("DATADIR") != 0) -+ { -+ DBERROR(("Path not found: DATADIR \n")); -+ } -+ - /* loop through command line */ - for( i = 1; i < argc; ++i) { - tokenType = argv[i]; diff --git a/games-strategy/warzone2100/files/digest-warzone2100-0.2.2 b/games-strategy/warzone2100/files/digest-warzone2100-0.2.2 deleted file mode 100644 index ed03d6579a02..000000000000 --- a/games-strategy/warzone2100/files/digest-warzone2100-0.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b23fa1896856c3b9ee37b39029e4c532 warzone2100-0.2.2.tar.bz2 31076323 -RMD160 c83b57cc130d85d6ecbcf41ddf1f2c41dee06d32 warzone2100-0.2.2.tar.bz2 31076323 -SHA256 677e891a25c7caae96fc8e3226945bb5b5ffa1258a3ef9023365c03d7b47e062 warzone2100-0.2.2.tar.bz2 31076323 diff --git a/games-strategy/warzone2100/files/warzone2100-0.2.2-headers.patch b/games-strategy/warzone2100/files/warzone2100-0.2.2-headers.patch deleted file mode 100644 index 8c5f70d2aece..000000000000 --- a/games-strategy/warzone2100/files/warzone2100-0.2.2-headers.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- warzone2100-0.2.2/lib/sound/cdaudio.c -+++ warzone2100-0.2.2/lib/sound/cdaudio.c -@@ -1,3 +1,7 @@ -+#include "frame.h" -+#include "audio.h" -+#include "cdaudio.h" -+ - #ifdef WZ_CDA - - #include <SDL/SDL.h> -@@ -19,10 +23,6 @@ - - #endif - --#include "frame.h" --#include "audio.h" --#include "cdaudio.h" -- - #ifdef WZ_CDA - - SDL_CD *cdAudio_dev; |