diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 23:08:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 23:08:25 +0000 |
commit | 44c912859966e3713bb6fd13f871cc4502541f41 (patch) | |
tree | e0c8e9ecc1cc646800c042465a3fea100cbc0330 /games-strategy/smac | |
parent | Moved cdrom_get_cds to src_unpack since binary packages don't require the ori... (diff) | |
download | gentoo-2-44c912859966e3713bb6fd13f871cc4502541f41.tar.gz gentoo-2-44c912859966e3713bb6fd13f871cc4502541f41.tar.bz2 gentoo-2-44c912859966e3713bb6fd13f871cc4502541f41.zip |
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-strategy/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index 160b3c728620..d825a23c999c 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2006/04/17 13:30:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.9 2006/10/24 23:08:25 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: + Moved cdrom_get_cds to src_unpack since binary packages don't require the + original media to install. 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: Moved games_pkg_setup to beginning of pkg_setup. diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index d71635f9a763..c9f71dd1ea2e 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.9 2006/04/17 13:30:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.10 2006/10/24 23:08:25 wolf31o2 Exp $ inherit eutils games @@ -35,12 +35,8 @@ RDEPEND="sys-libs/glibc dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} -pkg_setup() { - games_pkg_setup - cdrom_get_cds Alien_Crossfire_Manual.pdf -} - src_unpack() { + cdrom_get_cds Alien_Crossfire_Manual.pdf mkdir -p ${S}/a cd ${S}/a unpack_makeself ${P}-x86.run |