diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-17 13:32:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-17 13:32:08 +0000 |
commit | 453865e44a81e111f4ac5df8791a93b26a5b711a (patch) | |
tree | 491f70db050ef4f1a248230f5ffb686622416333 /games-strategy/smac | |
parent | Marked stable on x86 (diff) | |
download | historical-453865e44a81e111f4ac5df8791a93b26a5b711a.tar.gz historical-453865e44a81e111f4ac5df8791a93b26a5b711a.tar.bz2 historical-453865e44a81e111f4ac5df8791a93b26a5b711a.zip |
Moved games_pkg_setup to beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-strategy/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 4 |
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() { |