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
commit7e2b9187470df0388373fc0f65418bf0e387ceb8 (patch)
treefc1927d43f3219ea6fddf331dec9136d2c0fc0a7 /games-fps
parentRemoving redundant html files. DESTDIR instead of einstall. (Manifest recommit) (diff)
downloadgentoo-2-7e2b9187470df0388373fc0f65418bf0e387ceb8.tar.gz
gentoo-2-7e2b9187470df0388373fc0f65418bf0e387ceb8.tar.bz2
gentoo-2-7e2b9187470df0388373fc0f65418bf0e387ceb8.zip
Added AMD64 ping and tts patch.
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-demo/ChangeLog5
-rw-r--r--games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild15
2 files changed, 11 insertions, 9 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/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
}