summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:16:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:16:08 +0000
commitce212a876734f835af015276fbe7e6762cd4af91 (patch)
treeb693e25429269116ecc7df49dd56416230ad93f8 /games-rpg/tmw
parentMoved games_pkg_setup to beginning of pkg_setup. (diff)
downloadgentoo-2-ce212a876734f835af015276fbe7e6762cd4af91.tar.gz
gentoo-2-ce212a876734f835af015276fbe7e6762cd4af91.tar.bz2
gentoo-2-ce212a876734f835af015276fbe7e6762cd4af91.zip
Moved games_pkg_setup to beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-rpg/tmw')
-rw-r--r--games-rpg/tmw/ChangeLog6
-rw-r--r--games-rpg/tmw/tmw-0.0.18.1.ebuild4
-rw-r--r--games-rpg/tmw/tmw-0.0.18.ebuild6
-rw-r--r--games-rpg/tmw/tmw-0.0.19.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/games-rpg/tmw/ChangeLog b/games-rpg/tmw/ChangeLog
index b4f1c067a092..eb8e549bdaa7 100644
--- a/games-rpg/tmw/ChangeLog
+++ b/games-rpg/tmw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/tmw
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.15 2006/03/11 21:41:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.16 2006/04/17 13:16:08 wolf31o2 Exp $
+
+ 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> tmw-0.0.18.ebuild,
+ tmw-0.0.18.1.ebuild, tmw-0.0.19.ebuild:
+ Moved games_pkg_setup to beginning of pkg_setup.
*tmw-0.0.19 (11 Mar 2006)
diff --git a/games-rpg/tmw/tmw-0.0.18.1.ebuild b/games-rpg/tmw/tmw-0.0.18.1.ebuild
index f1fe3046ac87..fedc35d7dba7 100644
--- a/games-rpg/tmw/tmw-0.0.18.1.ebuild
+++ b/games-rpg/tmw/tmw-0.0.18.1.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-rpg/tmw/tmw-0.0.18.1.ebuild,v 1.2 2006/01/08 22:10:47 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.18.1.ebuild,v 1.3 2006/04/17 13:16:08 wolf31o2 Exp $
inherit eutils games
@@ -25,11 +25,11 @@ DEPEND=">=dev-games/physfs-1.0.0
>=dev-games/guichan-0.4.0"
pkg_setup() {
+ games_pkg_setup
if ! built_with_use dev-games/guichan sdl ; then
eerror "dev-games/guichan needs to be built with USE=sdl"
die "please re-emerge guichan with USE=sdl"
fi
- games_pkg_setup
}
src_unpack() {
diff --git a/games-rpg/tmw/tmw-0.0.18.ebuild b/games-rpg/tmw/tmw-0.0.18.ebuild
index 7ac997b8b595..4e81a23a1679 100644
--- a/games-rpg/tmw/tmw-0.0.18.ebuild
+++ b/games-rpg/tmw/tmw-0.0.18.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.18.ebuild,v 1.1 2005/12/26 20:38:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.18.ebuild,v 1.2 2006/04/17 13:16:08 wolf31o2 Exp $
inherit eutils games
@@ -25,11 +25,11 @@ DEPEND=">=dev-games/physfs-1.0.0
>=dev-games/guichan-0.4.0"
pkg_setup() {
+ games_pkg_setup
if ! built_with_use dev-games/guichan sdl ; then
eerror "dev-games/guichan needs to be built with USE=sdl"
die "please re-emerge guichan with USE=sdl"
fi
- games_pkg_setup
}
src_unpack() {
diff --git a/games-rpg/tmw/tmw-0.0.19.ebuild b/games-rpg/tmw/tmw-0.0.19.ebuild
index de9c0bb968f5..fcf07a86b188 100644
--- a/games-rpg/tmw/tmw-0.0.19.ebuild
+++ b/games-rpg/tmw/tmw-0.0.19.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-rpg/tmw/tmw-0.0.19.ebuild,v 1.1 2006/03/11 21:41:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.19.ebuild,v 1.2 2006/04/17 13:16:08 wolf31o2 Exp $
inherit eutils games
@@ -25,11 +25,11 @@ DEPEND=">=dev-games/physfs-1.0.0
>=dev-games/guichan-0.4.0"
pkg_setup() {
+ games_pkg_setup
if ! built_with_use dev-games/guichan sdl ; then
eerror "dev-games/guichan needs to be built with USE=sdl"
die "please re-emerge guichan with USE=sdl"
fi
- games_pkg_setup
}
src_unpack() {