From 44c912859966e3713bb6fd13f871cc4502541f41 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 24 Oct 2006 23:08:25 +0000 Subject: 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) --- games-strategy/smac/ChangeLog | 6 +++++- games-strategy/smac/smac-6.0a.ebuild | 8 ++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'games-strategy') 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 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 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 -- cgit v1.2.3-65-gdbad