diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:58:44 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:58:44 +0000 |
commit | cde0e568cd6952f814dba9c2f3b17438f321a3f4 (patch) | |
tree | 701507b493325ea90cc730e8723066623c31da58 /games-fps | |
parent | Moved cdrom_get_cds to src_unpack since binary packages don't require the ori... (diff) | |
download | gentoo-2-cde0e568cd6952f814dba9c2f3b17438f321a3f4.tar.gz gentoo-2-cde0e568cd6952f814dba9c2f3b17438f321a3f4.tar.bz2 gentoo-2-cde0e568cd6952f814dba9c2f3b17438f321a3f4.zip |
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-fps')
3 files changed, 10 insertions, 13 deletions
diff --git a/games-fps/unreal-tournament-goty/ChangeLog b/games-fps/unreal-tournament-goty/ChangeLog index eb48a978f2c0..ab6132b0a13c 100644 --- a/games-fps/unreal-tournament-goty/ChangeLog +++ b/games-fps/unreal-tournament-goty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/unreal-tournament-goty # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/ChangeLog,v 1.10 2006/04/14 11:49:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/ChangeLog,v 1.11 2006/10/24 22:58:44 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + unreal-tournament-goty-436.ebuild, unreal-tournament-goty-451.ebuild: + Moved cdrom_get_cds to src_unpack since binary packages don't require the + original media to install. 14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> unreal-tournament-goty-436.ebuild, unreal-tournament-goty-451.ebuild: diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild index f7999e8ce88e..427f9e0cd400 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.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/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.10 2006/04/14 11:49:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.11 2006/10/24 22:58:44 wolf31o2 Exp $ inherit eutils games @@ -27,12 +27,8 @@ RDEPEND="opengl? ( virtual/opengl ) S=${WORKDIR} -pkg_setup() { - games_pkg_setup - cdrom_get_cds System/ Help/chaosut -} - src_unpack() { + cdrom_get_cds System/ Help/chaosut unpack_makeself ut-install-${PV}-GOTY.run unpack IpDrv-${PV}-Linux-08-20-02.zip } diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild index 3a9bfc2d2e36..d20bc43a3424 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.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/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.13 2006/04/14 11:49:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.14 2006/10/24 22:58:44 wolf31o2 Exp $ inherit eutils games @@ -33,12 +33,8 @@ DEPEND="${RDEPEND} S=${WORKDIR} -pkg_setup() { - games_pkg_setup - cdrom_get_cds System/ Help/chaosut -} - src_unpack() { + cdrom_get_cds System/ Help/chaosut unpack_makeself ut-install-436-GOTY.run mkdir UTPG && cd UTPG unpack UTPGPatch${PV}.tar.bz2 |