diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-11 21:34:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-11 21:34:04 +0000 |
commit | 06e212a484db163f3919147e57a81d556695807c (patch) | |
tree | cdec5cf095178d9c9f6a5aa1f3f4fef8f989d85b /games-puzzle/monsterz | |
parent | amd64 stable, bug #254143 (diff) | |
download | gentoo-2-06e212a484db163f3919147e57a81d556695807c.tar.gz gentoo-2-06e212a484db163f3919147e57a81d556695807c.tar.bz2 gentoo-2-06e212a484db163f3919147e57a81d556695807c.zip |
EAPI=2; add use-based deps
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild | 20 |
2 files changed, 13 insertions, 15 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index 58ece8e85859..adeca40fd1c7 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/monsterz -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.21 2008/06/23 14:31:54 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.22 2009/01/11 21:34:04 mr_bones_ Exp $ + + 11 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + monsterz-0.7.1-r1.ebuild: + EAPI=2; add use-based deps 23 Jun 2008; Jeroen Roovers <jer@gentoo.org> monsterz-0.7.1-r1.ebuild: Stable for HPPA (bug #228603). diff --git a/games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild b/games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild index 5869c4847faa..dfab7410a9cd 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild,v 1.6 2008/06/23 14:31:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r1.ebuild,v 1.7 2009/01/11 21:34:04 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="a little puzzle game, similar to the famous Bejeweled or Zookeeper" @@ -13,18 +14,11 @@ SLOT="0" KEYWORDS="amd64 hppa ppc sparc x86" IUSE="" -DEPEND="dev-python/pygame" +DEPEND="dev-python/pygame + media-libs/sdl-image[png] + media-libs/sdl-mixer[mikmod]" -pkg_setup() { - if ! built_with_use media-libs/sdl-mixer mikmod ; then - die "${PN} requires that media-libs/sdl-mixer be built with USE=mikmod" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch \ "${FILESDIR}"/${P}-gentoo.patch \ "${FILESDIR}"/${P}-64bit.patch |