summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:32:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:32:08 +0000
commit282aeea4331aa5999f78f53fce66c33251ad2692 (patch)
treefb9dcef0b549d772803830b10dc7d2c7d57c5ce1 /games-strategy/wargus
parentMoved games_pkg_setup to beginning of pkg_setup. (diff)
downloadgentoo-2-282aeea4331aa5999f78f53fce66c33251ad2692.tar.gz
gentoo-2-282aeea4331aa5999f78f53fce66c33251ad2692.tar.bz2
gentoo-2-282aeea4331aa5999f78f53fce66c33251ad2692.zip
Moved games_pkg_setup to beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-strategy/wargus')
-rw-r--r--games-strategy/wargus/ChangeLog5
-rw-r--r--games-strategy/wargus/wargus-2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/wargus/ChangeLog b/games-strategy/wargus/ChangeLog
index 57c8457e072b..d9a20e55304e 100644
--- a/games-strategy/wargus/ChangeLog
+++ b/games-strategy/wargus/ChangeLog
@@ -1,6 +1,9 @@
# 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.3 2006/01/08 15:12:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.4 2006/04/17 13:32:08 wolf31o2 Exp $
+
+ 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> wargus-2.1-r1.ebuild:
+ Moved games_pkg_setup to beginning of pkg_setup.
08 Jan 2006; Stefan Schweizer <genstef@gentoo.org>
-files/wargus-2.1-ai.patch, wargus-2.1-r1.ebuild:
diff --git a/games-strategy/wargus/wargus-2.1-r1.ebuild b/games-strategy/wargus/wargus-2.1-r1.ebuild
index d5b2dd0aff87..065fe032102e 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.3 2006/01/08 15:12:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.4 2006/04/17 13:32:08 wolf31o2 Exp $
inherit eutils games
@@ -20,8 +20,8 @@ DEPEND="media-libs/libpng
RDEPEND="=games-engines/stratagus-${PV:0:3}*"
pkg_setup() {
- cdrom_get_cds data/rezdat.war
games_pkg_setup
+ cdrom_get_cds data/rezdat.war
}
src_unpack() {