summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-14 11:50:58 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-14 11:50:58 +0000
commit460c9c840894758ab308da1ce7dc5856cda5c18d (patch)
treeb444f0f46a97f4ccc64bebe6c3f46cc73073e14b /games-fps/unreal-tournament
parentFix Gentoo bug #129761. (diff)
downloadgentoo-2-460c9c840894758ab308da1ce7dc5856cda5c18d.tar.gz
gentoo-2-460c9c840894758ab308da1ce7dc5856cda5c18d.tar.bz2
gentoo-2-460c9c840894758ab308da1ce7dc5856cda5c18d.zip
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r--games-fps/unreal-tournament/ChangeLog6
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-436.ebuild5
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-451.ebuild5
3 files changed, 9 insertions, 7 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog
index 891ee601ff3b..42b461efa1fd 100644
--- a/games-fps/unreal-tournament/ChangeLog
+++ b/games-fps/unreal-tournament/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2006/02/15 19:18:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.14 2006/04/14 11:50:58 wolf31o2 Exp $
+
+ 14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ unreal-tournament-436.ebuild, unreal-tournament-451.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
15 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
unreal-tournament-436.ebuild:
diff --git a/games-fps/unreal-tournament/unreal-tournament-436.ebuild b/games-fps/unreal-tournament/unreal-tournament-436.ebuild
index 0fa3bfbf0ec6..f609030eb6df 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.12 2006/02/15 19:18:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.13 2006/04/14 11:50:58 wolf31o2 Exp $
inherit eutils games
@@ -27,9 +27,8 @@ RDEPEND="|| (
S=${WORKDIR}
pkg_setup() {
- check_license
- cdrom_get_cds System/
games_pkg_setup
+ cdrom_get_cds System/
}
src_unpack() {
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild
index da690224b924..6330e7d1da00 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.19 2006/02/10 16:18:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.20 2006/04/14 11:50:58 wolf31o2 Exp $
inherit eutils games
@@ -34,9 +34,8 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"
pkg_setup() {
- check_license
- cdrom_get_cds System/
games_pkg_setup
+ cdrom_get_cds System/
}
src_unpack() {