summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-09 09:07:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-09 09:07:17 +0000
commitd7e6e78ac75ffeeb991dd70456aa9853d055740b (patch)
treef01a0067f126bce01c18694c26731de12f13f070 /games-arcade/solarwolf
parenttidy; prep for bug #69614 (Manifest recommit) (diff)
downloadgentoo-2-d7e6e78ac75ffeeb991dd70456aa9853d055740b.tar.gz
gentoo-2-d7e6e78ac75ffeeb991dd70456aa9853d055740b.tar.bz2
gentoo-2-d7e6e78ac75ffeeb991dd70456aa9853d055740b.zip
tidy
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r--games-arcade/solarwolf/solarwolf-1.5.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5.ebuild b/games-arcade/solarwolf/solarwolf-1.5.ebuild
index 25645086945e..008acbf4c506 100644
--- a/games-arcade/solarwolf/solarwolf-1.5.ebuild
+++ b/games-arcade/solarwolf/solarwolf-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.2 2004/06/24 22:12:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.5.ebuild,v 1.3 2004/11/09 09:07:17 mr_bones_ Exp $
inherit games
@@ -8,9 +8,9 @@ DESCRIPTION="action/arcade recreation of SolarFox"
HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz"
-KEYWORDS="x86 ~sparc hppa"
LICENSE="LGPL-2.1"
SLOT="0"
+KEYWORDS="hppa ~sparc x86"
IUSE=""
DEPEND=">=dev-python/pygame-1.5.6
@@ -19,14 +19,14 @@ DEPEND=">=dev-python/pygame-1.5.6
src_unpack() {
unpack ${A}
- find ${S} -name .xvpics | xargs rm -rf
+ find "${S}" -name .xvpics | xargs rm -rf
}
src_install() {
dodoc readme.txt
doman dist/solarwolf.6.gz
- dodir ${GAMES_LIBDIR}/${PN}
- cp -r code/ data/ *py ${D}/${GAMES_LIBDIR}/${PN}/ || die "cp failed"
+ dodir "${GAMES_LIBDIR}/${PN}"
+ cp -r code/ data/ *py "${D}/${GAMES_LIBDIR}/${PN}/" || die "cp failed"
games_make_wrapper solarwolf "python ./solarwolf.py" ${GAMES_LIBDIR}/${PN}
insinto /usr/share/icons
doins dist/solarwolf.png