summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-09 20:39:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-09 20:39:13 +0000
commit35cdb5fb7d3e429ff82e3d1f09bd1a0f6c7905fb (patch)
tree98bf3bdbcf1eb9e31a728a7332d89435bdcb84b4 /games-arcade/solarwolf
parentStable on alpha, bug #254203 (diff)
downloadgentoo-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')
-rw-r--r--games-arcade/solarwolf/ChangeLog7
-rw-r--r--games-arcade/solarwolf/solarwolf-1.5.ebuild19
2 files changed, 11 insertions, 15 deletions
diff --git a/games-arcade/solarwolf/ChangeLog b/games-arcade/solarwolf/ChangeLog
index 487bb1486b95..2637ba2da5dd 100644
--- a/games-arcade/solarwolf/ChangeLog
+++ b/games-arcade/solarwolf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/solarwolf
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.17 2007/06/21 13:21:26 gustavoz Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.18 2009/01/09 20:39:13 mr_bones_ Exp $
+
+ 09 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> solarwolf-1.5.ebuild:
+ EAPI=2; add use-based dep for media-libs/sdl-mixer
21 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> solarwolf-1.5.ebuild:
Stable on sparc
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
}