diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:59:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:59:23 +0000 |
commit | a7455c4502c30a073bd55237335663cccc63480b (patch) | |
tree | 14e22db78dcb7bc072376d93b0c794a975785438 /games-fps/unreal-tournament | |
parent | Moved cdrom_get_cds to src_unpack since binary packages don't require the ori... (diff) | |
download | gentoo-2-a7455c4502c30a073bd55237335663cccc63480b.tar.gz gentoo-2-a7455c4502c30a073bd55237335663cccc63480b.tar.bz2 gentoo-2-a7455c4502c30a073bd55237335663cccc63480b.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/unreal-tournament')
-rw-r--r-- | games-fps/unreal-tournament/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-436.ebuild | 8 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 8 |
3 files changed, 10 insertions, 13 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index 42b461efa1fd..1ebfc7b729a8 100644 --- a/games-fps/unreal-tournament/ChangeLog +++ b/games-fps/unreal-tournament/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/unreal-tournament # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.14 2006/04/14 11:50:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.15 2006/10/24 22:59:23 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + unreal-tournament-436.ebuild, unreal-tournament-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-436.ebuild, unreal-tournament-451.ebuild: diff --git a/games-fps/unreal-tournament/unreal-tournament-436.ebuild b/games-fps/unreal-tournament/unreal-tournament-436.ebuild index f609030eb6df..d3f65f4bd1d6 100644 --- a/games-fps/unreal-tournament/unreal-tournament-436.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-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/unreal-tournament-436.ebuild,v 1.13 2006/04/14 11:50:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.14 2006/10/24 22:59:23 wolf31o2 Exp $ inherit eutils games @@ -26,12 +26,8 @@ RDEPEND="|| ( S=${WORKDIR} -pkg_setup() { - games_pkg_setup - cdrom_get_cds System/ -} - src_unpack() { + cdrom_get_cds System/ unpack_makeself ut-install-${PV}.run unpack IpDrv-${PV}-Linux-08-20-02.zip } diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 6330e7d1da00..8bc7ecc270ae 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-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/unreal-tournament-451.ebuild,v 1.20 2006/04/14 11:50:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.21 2006/10/24 22:59:23 wolf31o2 Exp $ inherit eutils games @@ -33,12 +33,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}" -pkg_setup() { - games_pkg_setup - cdrom_get_cds System/ -} - src_unpack() { + cdrom_get_cds System/ unpack_makeself ut-install-436.run mkdir UTPG && cd UTPG unpack UTPGPatch${PV}.tar.bz2 |