summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristopher Kersey <augustus@gentoo.org>2004-02-24 06:45:31 +0000
committerKristopher Kersey <augustus@gentoo.org>2004-02-24 06:45:31 +0000
commitd8b7c9b0bbf1ab49b190f0178cfad636c75f3982 (patch)
tree20ff18509a277bf34e47d2c03fdc67a43fd8675e /games-fps/ut2004-demo
parentRemoving redundant html files. DESTDIR instead of einstall. (diff)
downloadhistorical-d8b7c9b0bbf1ab49b190f0178cfad636c75f3982.tar.gz
historical-d8b7c9b0bbf1ab49b190f0178cfad636c75f3982.tar.bz2
historical-d8b7c9b0bbf1ab49b190f0178cfad636c75f3982.zip
Added AMD64 ping and tts patch.
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r--games-fps/ut2004-demo/ChangeLog5
-rw-r--r--games-fps/ut2004-demo/Manifest8
-rw-r--r--games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild15
3 files changed, 15 insertions, 13 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog
index da6bc49aef63..fc10d48495cd 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.5 2004/02/21 21:40:29 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.6 2004/02/24 06:45:31 augustus Exp $
+
+ 24 Feb 2004; <augustus@gentoo.org> ut2004-demo-3120-r1.ebuild:
+ Added AMD64 ping and tts patch.
21 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org>
ut2004-demo-3120-r1.ebuild:
diff --git a/games-fps/ut2004-demo/Manifest b/games-fps/ut2004-demo/Manifest
index aa3c7f7a828b..5974bdb03058 100644
--- a/games-fps/ut2004-demo/Manifest
+++ b/games-fps/ut2004-demo/Manifest
@@ -1,6 +1,6 @@
-MD5 c572356d6f4b188703fd57cc099ff23c ut2004-demo-3120.ebuild 1243
-MD5 015a3198c8b16d4e4ee67a8abc270fb3 ChangeLog 1238
-MD5 e6d93d950ba4542e4360dbd52603f6d8 ut2004-demo-3120-r1.ebuild 1400
+MD5 327acabb759f4d0a77d7a9a8ef3112a3 ChangeLog 1338
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 60847139e60f6e8684262e26aa33d19c files/digest-ut2004-demo-3120-r1 237
+MD5 0b7e543ae65ed3ba29a87ec0ff758720 ut2004-demo-3120-r1.ebuild 1434
+MD5 c572356d6f4b188703fd57cc099ff23c ut2004-demo-3120.ebuild 1243
MD5 60847139e60f6e8684262e26aa33d19c files/digest-ut2004-demo-3120 237
+MD5 60847139e60f6e8684262e26aa33d19c files/digest-ut2004-demo-3120-r1 237
diff --git a/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild b/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild
index 2a1d7f1514af..d7bfc74ba8c8 100644
--- a/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild
+++ b/games-fps/ut2004-demo/ut2004-demo-3120-r1.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-r1.ebuild,v 1.2 2004/02/21 21:40:29 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild,v 1.3 2004/02/24 06:45:31 augustus Exp $
inherit games eutils
@@ -11,11 +11,12 @@ SRC_URI="x86? ( ftp://ftp.linuxhardware.org/ut2004/ut2004-lnx-demo-${PV}.run.bz2
http://www.lokigames.com/sekrit/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 )"
+ amd64? ( mirror://gentoo/ut2004-lnx64-demo-${PV}.run.bz2
+ http://icculus.org/~icculus/tmp/${PN}-lnx64-tts-pingpatch.tar.bz2 )"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="-* x86"
+KEYWORDS="-* x86 amd64"
DEPEND="!dedicated? ( virtual/opengl )"
@@ -44,11 +45,9 @@ src_install() {
dodir ${GAMES_BINDIR}
dosym ${dir}/ut2004demo ${GAMES_BINDIR}/ut2004demo
- if [ "${ARCH}" = "x86" ]; then
- # Ping patch
- exeinto ${dir}/System
- doexe ut2004-bin
- fi
+ # Ping patch
+ exeinto ${dir}/System
+ doexe ut2004-bin
prepgamesdirs
}