diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-09 20:39:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-09 20:39:13 +0000 |
commit | 35cdb5fb7d3e429ff82e3d1f09bd1a0f6c7905fb (patch) | |
tree | 98bf3bdbcf1eb9e31a728a7332d89435bdcb84b4 /games-arcade/solarwolf/solarwolf-1.5.ebuild | |
parent | Stable on alpha, bug #254203 (diff) | |
download | gentoo-2-35cdb5fb7d3e429ff82e3d1f09bd1a0f6c7905fb.tar.gz gentoo-2-35cdb5fb7d3e429ff82e3d1f09bd1a0f6c7905fb.tar.bz2 gentoo-2-35cdb5fb7d3e429ff82e3d1f09bd1a0f6c7905fb.zip |
EAPI=2; add use-based dep for media-libs/sdl-mixer
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-arcade/solarwolf/solarwolf-1.5.ebuild')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5.ebuild | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5.ebuild b/games-arcade/solarwolf/solarwolf-1.5.ebuild index 40fd044f8796..2dab97232d80 100644 --- a/games-arcade/solarwolf/solarwolf-1.5.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.5.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.5.ebuild,v 1.17 2007/06/21 13:21:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.5.ebuild,v 1.18 2009/01/09 20:39:13 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="action/arcade recreation of SolarFox" @@ -13,18 +14,10 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ppc sparc x86" IUSE="" -RDEPEND=">=dev-python/pygame-1.5.6" +RDEPEND=">=dev-python/pygame-1.5.6 + media-libs/sdl-mixer[mikmod,vorbis]" -pkg_setup() { - if ! built_with_use media-libs/sdl-mixer mikmod ; then - die "You need to build media-libs/sdl-mixer with USE=mikmod" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { find . -name .xvpics -print0 | xargs -0 rm -fr } |