summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-14 12:04:04 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-14 12:04:04 +0000
commit829b1fac2f96c388bbe694c4b2cb94db2d63f699 (patch)
tree709e9818c755c83389b0e8123c745eb2071f53bb /games-fps/ut2004-data
parentRemove obsolete version. Stable on x86. (diff)
downloadgentoo-2-829b1fac2f96c388bbe694c4b2cb94db2d63f699.tar.gz
gentoo-2-829b1fac2f96c388bbe694c4b2cb94db2d63f699.tar.bz2
gentoo-2-829b1fac2f96c388bbe694c4b2cb94db2d63f699.zip
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/ut2004-data')
-rw-r--r--games-fps/ut2004-data/ChangeLog6
-rw-r--r--games-fps/ut2004-data/ut2004-data-3186-r3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/ut2004-data/ChangeLog b/games-fps/ut2004-data/ChangeLog
index a21230ea1e04..f5176c4b73e8 100644
--- a/games-fps/ut2004-data/ChangeLog
+++ b/games-fps/ut2004-data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ut2004-data
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.13 2006/04/13 17:54:28 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.14 2006/04/14 12:04:04 wolf31o2 Exp $
+
+ 14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ ut2004-data-3186-r3.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
-ut2004-data-3186.ebuild:
diff --git a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild
index 235431c25726..7f6131c0dbe9 100644
--- a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild
+++ b/games-fps/ut2004-data/ut2004-data-3186-r3.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/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.2 2006/04/13 17:51:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.3 2006/04/14 12:04:04 wolf31o2 Exp $
inherit games games-ut2k4mod
@@ -32,10 +32,10 @@ grabdirs() {
}
pkg_setup() {
+ games_pkg_setup
ewarn "This is a huge package. If you do not have at least 7GB of free"
ewarn "disk space in ${PORTAGE_TMPDIR} and also in ${GAMES_PREFIX_OPT} then"
ewarn "you should abort this installation now and free up some space."
- games_pkg_setup
check_dvd
if [[ "${USE_DVD}" -eq 1 ]]