summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:30:57 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:30:57 +0000
commitbef80378c21012fe58292d5d204cf8f9215823a0 (patch)
tree30a81a0cb268392045766337049bba2f0d9e27d6 /games-strategy
parentMoved games_pkg_setup to beginning of pkg_setup. (diff)
downloadgentoo-2-bef80378c21012fe58292d5d204cf8f9215823a0.tar.gz
gentoo-2-bef80378c21012fe58292d5d204cf8f9215823a0.tar.bz2
gentoo-2-bef80378c21012fe58292d5d204cf8f9215823a0.zip
Moved games_pkg_setup to beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/smac/ChangeLog5
-rw-r--r--games-strategy/smac/smac-6.0a.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog
index 397ce0f1d202..160b3c728620 100644
--- a/games-strategy/smac/ChangeLog
+++ b/games-strategy/smac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/smac
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.7 2006/03/31 22:12:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.8 2006/04/17 13:30:57 wolf31o2 Exp $
+
+ 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild:
+ Moved games_pkg_setup to beginning of pkg_setup.
31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild:
Changed nostrip to strip.
diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild
index c1e3d45e5cb7..d71635f9a763 100644
--- a/games-strategy/smac/smac-6.0a.ebuild
+++ b/games-strategy/smac/smac-6.0a.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-strategy/smac/smac-6.0a.ebuild,v 1.8 2006/03/31 22:12:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.9 2006/04/17 13:30:57 wolf31o2 Exp $
inherit eutils games
@@ -36,8 +36,8 @@ dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
pkg_setup() {
- cdrom_get_cds Alien_Crossfire_Manual.pdf
games_pkg_setup
+ cdrom_get_cds Alien_Crossfire_Manual.pdf
}
src_unpack() {