diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
commit | f199057b8679cd2eed424fccb45361c89a133d31 (patch) | |
tree | e6ec41e59db82809cd99452c53c9efe67a3985e3 /games-action/raptor2/files | |
parent | games action and arcade (diff) | |
download | gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.gz gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.bz2 gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.zip |
action games !
Diffstat (limited to 'games-action/raptor2/files')
-rw-r--r-- | games-action/raptor2/files/1.0.0-chdir.patch | 10 | ||||
-rw-r--r-- | games-action/raptor2/files/digest-raptor2-1.0.0 | 1 | ||||
-rw-r--r-- | games-action/raptor2/files/digest-raptor2-1.0.0-r1 | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/games-action/raptor2/files/1.0.0-chdir.patch b/games-action/raptor2/files/1.0.0-chdir.patch new file mode 100644 index 000000000000..4b0db360ff5f --- /dev/null +++ b/games-action/raptor2/files/1.0.0-chdir.patch @@ -0,0 +1,10 @@ +--- /root/raptor.cpp Wed Mar 5 22:19:53 2003 ++++ src/raptor.cpp Wed Mar 5 22:20:53 2003 +@@ -478,6 +478,7 @@ + bool dl = true; + int gs = 40; + ++ chdir ("GENTOO_DATADIR"); + printf("raptor -h for help screen\n"); + for ( int q = 1; q < argc; q++ ) { + if ( strcmp( argv[q], "-h" ) == 0 || diff --git a/games-action/raptor2/files/digest-raptor2-1.0.0 b/games-action/raptor2/files/digest-raptor2-1.0.0 new file mode 100644 index 000000000000..0b48b3be8fab --- /dev/null +++ b/games-action/raptor2/files/digest-raptor2-1.0.0 @@ -0,0 +1 @@ +MD5 f30a75ca2f3b6caddee3eb036d0a3a99 raptor-1.0.0.tar.gz 5190559 diff --git a/games-action/raptor2/files/digest-raptor2-1.0.0-r1 b/games-action/raptor2/files/digest-raptor2-1.0.0-r1 new file mode 100644 index 000000000000..0b48b3be8fab --- /dev/null +++ b/games-action/raptor2/files/digest-raptor2-1.0.0-r1 @@ -0,0 +1 @@ +MD5 f30a75ca2f3b6caddee3eb036d0a3a99 raptor-1.0.0.tar.gz 5190559 |