summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 23:04:38 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 23:04:38 +0000
commit60e3b5b4b846ad7caedfd4f5b383ef126e66adc0 (patch)
treee5dcae5e0de63de2bd193e5b24d9a34e092cb5d9 /games-fps/unreal-tournament
parentAdded quake3-urbanterror to the games-mods quake3 mask. (diff)
downloadhistorical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.tar.gz
historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.tar.bz2
historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.zip
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r--games-fps/unreal-tournament/ChangeLog7
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-436.ebuild8
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-451.ebuild8
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