summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:44:26 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:44:26 +0000
commitbe732761eda32cefa01f17450836268e5e02fe4e (patch)
treea39ce33e5334ebf7ce5b4cfce02f78a52e9d992e /games-action/descent3
parentAdd dependency for x86-fbsd as for x86. Bug #129792. (diff)
downloadhistorical-be732761eda32cefa01f17450836268e5e02fe4e.tar.gz
historical-be732761eda32cefa01f17450836268e5e02fe4e.tar.bz2
historical-be732761eda32cefa01f17450836268e5e02fe4e.zip
Moved games_pkg_setup to the beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-action/descent3')
-rw-r--r--games-action/descent3/ChangeLog6
-rw-r--r--games-action/descent3/descent3-1.4.0b-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog
index a57746fea0be..5a6d3f0cc463 100644
--- a/games-action/descent3/ChangeLog
+++ b/games-action/descent3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/descent3
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.19 2006/03/31 20:16:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.20 2006/04/13 19:44:26 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ descent3-1.4.0b-r1.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
descent3-1.4.0b-r1.ebuild:
diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild
index 91b80b013416..dd6978a0b653 100644
--- a/games-action/descent3/descent3-1.4.0b-r1.ebuild
+++ b/games-action/descent3/descent3-1.4.0b-r1.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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.6 2006/03/31 20:16:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.7 2006/04/13 19:44:26 wolf31o2 Exp $
inherit eutils games
@@ -36,6 +36,7 @@ dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
pkg_setup() {
+ games_pkg_setup
if use videos ; then
ewarn "The installed game takes about 1.2GB of space!"
cdrom_get_cds missions/d3.mn3 movies/level1.mve
@@ -47,7 +48,6 @@ pkg_setup() {
else
ewarn "The installed game takes about 220MB of space!"
fi
- games_pkg_setup
}
src_unpack() {