summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-13 01:53:26 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-13 01:53:26 +0000
commit7a18e06eceee02da72a09d775b2bdb97c7413122 (patch)
treeed7ea8b3177c5ad3a8b98d910f827c180bc0eba6 /games-rpg/tmw
parentInitial import. Ebuild by yours truly. (diff)
downloadhistorical-7a18e06eceee02da72a09d775b2bdb97c7413122.tar.gz
historical-7a18e06eceee02da72a09d775b2bdb97c7413122.tar.bz2
historical-7a18e06eceee02da72a09d775b2bdb97c7413122.zip
make sure dev-games/guichan is built with USE=sdl #92362
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'games-rpg/tmw')
-rw-r--r--games-rpg/tmw/Manifest2
-rw-r--r--games-rpg/tmw/tmw-0.0.12.ebuild9
2 files changed, 9 insertions, 2 deletions
diff --git a/games-rpg/tmw/Manifest b/games-rpg/tmw/Manifest
index a8b88c5b6519..5418044c9b89 100644
--- a/games-rpg/tmw/Manifest
+++ b/games-rpg/tmw/Manifest
@@ -1,4 +1,4 @@
-MD5 621523bf6971b6abdac42084dbb88930 tmw-0.0.12.ebuild 826
+MD5 821d0005219076542907e1d967ce4fc7 tmw-0.0.12.ebuild 1003
MD5 b515b9454f5a1ce9dad544e93714aaab ChangeLog 343
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 28ec001a7bdc25f73730cb5e99d2298f files/digest-tmw-0.0.12 63
diff --git a/games-rpg/tmw/tmw-0.0.12.ebuild b/games-rpg/tmw/tmw-0.0.12.ebuild
index 48871688f9eb..c27ea6a8dadf 100644
--- a/games-rpg/tmw/tmw-0.0.12.ebuild
+++ b/games-rpg/tmw/tmw-0.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.12.ebuild,v 1.1 2005/05/05 01:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.12.ebuild,v 1.2 2005/05/13 01:53:26 vapier Exp $
inherit eutils games
@@ -19,6 +19,13 @@ DEPEND=">=dev-games/physfs-1.0.0
media-libs/sdl-image
>=dev-games/guichan-0.3.0"
+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
+}
+
src_unpack() {
unpack ${A}
cd "${S}"