diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-02-26 16:32:19 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-02-26 16:32:19 +0000 |
commit | 5f6270105cd604dd1faad3245622992aac0261e1 (patch) | |
tree | ecee346119c905f97dbbe3114f39a0b7de758164 /games-fps/ut2004-demo | |
parent | Unmasking openal-20040218. (diff) | |
download | historical-5f6270105cd604dd1faad3245622992aac0261e1.tar.gz historical-5f6270105cd604dd1faad3245622992aac0261e1.tar.bz2 historical-5f6270105cd604dd1faad3245622992aac0261e1.zip |
Updated to new amd64 ut2004 patch. Fixes crash at end of Onslaught.
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004-demo/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index 7d45daf2ea39..b1a2c59cb974 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004-demo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.11 2004/02/25 18:12:05 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.12 2004/02/26 16:32:19 augustus Exp $ + + 26 Feb 2004; <augustus@gentoo.org> ut2004-demo-3120-r2.ebuild: + Updated to new amd64 ut2004 patch. Fixes crash at end of Onslaught. 25 Feb 2004; <augustus@gentoo.org> : Fixed the -r1 digest for amd64. diff --git a/games-fps/ut2004-demo/Manifest b/games-fps/ut2004-demo/Manifest index 8c4f7e221520..9a38077ed82d 100644 --- a/games-fps/ut2004-demo/Manifest +++ b/games-fps/ut2004-demo/Manifest @@ -1,7 +1,7 @@ -MD5 609cae35103ed62a0ba7b6b2d7d5793d ChangeLog 2196 +MD5 94c82f4bde70d2ed737265a11548c9b0 ChangeLog 2333 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 d0154b0c2457c8dd011d6449062e61cc ut2004-demo-3120-r1.ebuild 2061 -MD5 9faa6cc5b0d4d633c7b87a3b3287c950 ut2004-demo-3120-r2.ebuild 2487 +MD5 99e9705164dcc85635ea3b75028d9bc9 ut2004-demo-3120-r2.ebuild 2488 MD5 c572356d6f4b188703fd57cc099ff23c ut2004-demo-3120.ebuild 1243 MD5 60847139e60f6e8684262e26aa33d19c files/digest-ut2004-demo-3120 237 MD5 76c558d3c54fbbc8dc477b9580274e94 files/digest-ut2004-demo-3120-r1 322 diff --git a/games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild b/games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild index fbb561975a4e..3676a3f8552e 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild,v 1.2 2004/02/24 21:57:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3120-r2.ebuild,v 1.3 2004/02/26 16:32:19 augustus Exp $ inherit games eutils @@ -12,7 +12,7 @@ SRC_URI="x86? ( ftp://ftp.linuxhardware.org/ut2004/ut2004-lnx-demo-${PV}.run.bz2 http://pomac.netswarm.net/mirror/games/ut2004/ut2004-lnx-demo-${PV}.run.bz2 http://icculus.org/~icculus/tmp/${PN}-lnx-tts-pingpatch.tar.bz2 ) amd64? ( mirror://gentoo/ut2004-lnx64-demo-${PV}.run.bz2 - http://icculus.org/~icculus/tmp/${PN}-lnx64-tts-pingpatch.tar.bz2 )" + http://icculus.org/~icculus/tmp/${PN}-lnx64-tts-pingpatch2.tar.bz2 )" IUSE="alsa" LICENSE="as-is" |