diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 23:06:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 23:06:43 +0000 |
commit | a50973a4880247e37eb62adbd4cd2027433ad84e (patch) | |
tree | 4a7bc1d91401f9988462c818bee5402972b34d7e /games-strategy/wargus | |
parent | Moved cdrom_get_cds to src_install since binary packages don't require the or... (diff) | |
download | gentoo-2-a50973a4880247e37eb62adbd4cd2027433ad84e.tar.gz gentoo-2-a50973a4880247e37eb62adbd4cd2027433ad84e.tar.bz2 gentoo-2-a50973a4880247e37eb62adbd4cd2027433ad84e.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/wargus')
-rw-r--r-- | games-strategy/wargus/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wargus/wargus-2.1-r1.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games-strategy/wargus/ChangeLog b/games-strategy/wargus/ChangeLog index d9a20e55304e..a9bb6ae94592 100644 --- a/games-strategy/wargus/ChangeLog +++ b/games-strategy/wargus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wargus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.4 2006/04/17 13:32:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.5 2006/10/24 23:06:43 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> wargus-2.1-r1.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> wargus-2.1-r1.ebuild: Moved games_pkg_setup to beginning of pkg_setup. diff --git a/games-strategy/wargus/wargus-2.1-r1.ebuild b/games-strategy/wargus/wargus-2.1-r1.ebuild index 065fe032102e..1f21b90ac79a 100644 --- a/games-strategy/wargus/wargus-2.1-r1.ebuild +++ b/games-strategy/wargus/wargus-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2004-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.4 2006/04/17 13:32:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.5 2006/10/24 23:06:43 wolf31o2 Exp $ inherit eutils games @@ -19,12 +19,8 @@ DEPEND="media-libs/libpng sys-libs/zlib" RDEPEND="=games-engines/stratagus-${PV:0:3}*" -pkg_setup() { - games_pkg_setup - cdrom_get_cds data/rezdat.war -} - src_unpack() { + cdrom_get_cds data/rezdat.war unpack ${A/wargus.png} cd "${S}" epatch "${FILESDIR}"/wargus-2.1-humanbasespell.patch \ |