diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-26 21:28:57 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-26 21:28:57 +0000 |
commit | 6df9ebbad915a82f97ed64a651d3a627ac47edb6 (patch) | |
tree | 49c4485e7c8fc8f3703bccca5177ecd6143f124d /games-fps/doom3/files | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-6df9ebbad915a82f97ed64a651d3a627ac47edb6.tar.gz gentoo-2-6df9ebbad915a82f97ed64a651d3a627ac47edb6.tar.bz2 gentoo-2-6df9ebbad915a82f97ed64a651d3a627ac47edb6.zip |
Version bumped to new patch-level with alsa and amd64 support.
Diffstat (limited to 'games-fps/doom3/files')
-rw-r--r-- | games-fps/doom3/files/digest-doom3-1.1.1282 | 2 | ||||
-rw-r--r-- | games-fps/doom3/files/digest-doom3-1.1.1286 | 1 | ||||
-rw-r--r-- | games-fps/doom3/files/doom3 | 21 |
3 files changed, 1 insertions, 23 deletions
diff --git a/games-fps/doom3/files/digest-doom3-1.1.1282 b/games-fps/doom3/files/digest-doom3-1.1.1282 deleted file mode 100644 index 58490622c8a8..000000000000 --- a/games-fps/doom3/files/digest-doom3-1.1.1282 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 342bb266010e610226b254605903230e doom3-linux-1.1.1282.x86.run 7620643 -MD5 55544646b16644d7dfc0f4b15e6251a2 doom3.png 1148 diff --git a/games-fps/doom3/files/digest-doom3-1.1.1286 b/games-fps/doom3/files/digest-doom3-1.1.1286 new file mode 100644 index 000000000000..0e8174783692 --- /dev/null +++ b/games-fps/doom3/files/digest-doom3-1.1.1286 @@ -0,0 +1 @@ +MD5 2a45d0769b39473887c61a11cbba981c doom3-linux-1.1.1286.x86.run 7941364 diff --git a/games-fps/doom3/files/doom3 b/games-fps/doom3/files/doom3 deleted file mode 100644 index c15b108352f1..000000000000 --- a/games-fps/doom3/files/doom3 +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -cd "DIR" - -cd_check_file() { - local n="$1" - local cdrom="$2" - - if [ ! -e "base/pak00${n}.pk4" ] ; then - echo "Please copy pak00${n}.pk4 from the DOOM3 CD #${cdrom}" - echo "to DIR/base/ and try again!" - exit 1 - fi -} -cd_check_file 0 2 -cd_check_file 1 2 -cd_check_file 2 1 -cd_check_file 3 3 -cd_check_file 4 3 - -export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:." -exec ./EXE "$@" |