diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-01 16:01:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-01 16:01:31 +0000 |
commit | 570d48443867b7f74b173d482707f859d1484371 (patch) | |
tree | 53266b3f57d190f7a057e67bb23492f1c180c9e1 /games-fps/quake3-bin | |
parent | New ebuild for Irish myspell dictionary (diff) | |
download | gentoo-2-570d48443867b7f74b173d482707f859d1484371.tar.gz gentoo-2-570d48443867b7f74b173d482707f859d1484371.tar.bz2 gentoo-2-570d48443867b7f74b173d482707f859d1484371.zip |
Made dependency on games-fps/quake3-data conditional on USE=cdinstall (I thought I had already done this) and closing bug #124189.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'games-fps/quake3-bin')
-rw-r--r-- | games-fps/quake3-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r4 | 2 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog index eeee4ee65252..02e68b0dd3de 100644 --- a/games-fps/quake3-bin/ChangeLog +++ b/games-fps/quake3-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.14 2006/04/13 21:09:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.15 2006/05/01 16:01:31 wolf31o2 Exp $ + + 01 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-bin-1.32b-r7.ebuild: + Made dependency on games-fps/quake3-data conditional on USE=cdinstall (I + thought I had already done this) and closing bug #124189. 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-bin-1.31.ebuild: diff --git a/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r4 b/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r4 index 9a97af6bbece..91e5b5d96a21 100644 --- a/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r4 +++ b/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r4 @@ -1 +1,3 @@ MD5 c71fdddccb20e8fc393d846e9c61d685 linuxq3apoint-1.32b-3.x86.run 30923961 +RMD160 eb63177fc0a30cda4976d8b68e065efb6dc41e50 linuxq3apoint-1.32b-3.x86.run 30923961 +SHA256 c36132c5556b35e01950f1e9c646235033a5130f87ad776ba2bc7becf4f4f186 linuxq3apoint-1.32b-3.x86.run 30923961 diff --git a/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild b/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild index d3c82eef164c..decdd96056d7 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild,v 1.2 2006/03/31 21:06:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild,v 1.3 2006/05/01 16:01:31 wolf31o2 Exp $ inherit eutils games @@ -33,8 +33,8 @@ RDEPEND="sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emul-linux-x86-baselibs ) opengl? ( ${UIDEPEND} ) - games-fps/quake3-data - teamarena? ( games-fps/quake3-teamarena ) + cdinstall? ( games-fps/quake3-data ) + cdinstall? ( teamarena? ( games-fps/quake3-teamarena ) ) !dedicated? ( !opengl? ( ${UIDEPEND} ) )" S=${WORKDIR} |