From b287b814cf046aebe4508642e71b6f2e246e4ae5 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 13 Nov 2010 07:39:56 +0000 Subject: add libsdl use deps; tidy (Portage version: 2.1.8.3/cvs/Linux i686) --- games-action/powermanga/ChangeLog | 6 +++++- games-action/powermanga/powermanga-0.90.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'games-action/powermanga') diff --git a/games-action/powermanga/ChangeLog b/games-action/powermanga/ChangeLog index dc75890ec885..6c5bcff70bc3 100644 --- a/games-action/powermanga/ChangeLog +++ b/games-action/powermanga/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/powermanga # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.18 2010/03/19 20:35:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.19 2010/11/13 07:39:56 mr_bones_ Exp $ + + 13 Nov 2010; Michael Sterrett + powermanga-0.90.ebuild: + add libsdl use deps; tidy 19 Mar 2010; Michael Sterrett powermanga-0.90.ebuild: diff --git a/games-action/powermanga/powermanga-0.90.ebuild b/games-action/powermanga/powermanga-0.90.ebuild index 84ad2c300523..87ba745e050c 100644 --- a/games-action/powermanga/powermanga-0.90.ebuild +++ b/games-action/powermanga/powermanga-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v 1.7 2010/03/19 20:35:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v 1.8 2010/11/13 07:39:56 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND=">=media-libs/libsdl-0.11.0 +DEPEND=">=media-libs/libsdl-0.11.0[audio,joystick,video] media-libs/libpng x11-libs/libXext x11-libs/libXxf86dga @@ -46,7 +46,7 @@ src_install() { insinto "${GAMES_DATADIR}/powermanga" doins -r data sounds graphics texts || die "doins failed" - find "${D}${GAMES_DATADIR}/powermanga/" -name "Makefil*" -exec rm -f \{\} \; + find "${D}${GAMES_DATADIR}/powermanga/" -name "Makefil*" -exec rm -f \{\} + insinto /var/games local f -- cgit v1.2.3-65-gdbad