summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-08 14:34:39 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-08 14:34:39 +0000
commit87c01151011961ce50e1e505b4ca03535cc0c258 (patch)
tree4aabf0daeb6303b0939bebb8de16668aabf42449 /games-arcade
parentmake games_make_wrapper usuable (diff)
downloadgentoo-2-87c01151011961ce50e1e505b4ca03535cc0c258.tar.gz
gentoo-2-87c01151011961ce50e1e505b4ca03535cc0c258.tar.bz2
gentoo-2-87c01151011961ce50e1e505b4ca03535cc0c258.zip
ver bump
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/solarwolf/ChangeLog11
-rw-r--r--games-arcade/solarwolf/files/digest-solarwolf-1.41
-rw-r--r--games-arcade/solarwolf/solarwolf-1.4.ebuild26
3 files changed, 35 insertions, 3 deletions
diff --git a/games-arcade/solarwolf/ChangeLog b/games-arcade/solarwolf/ChangeLog
index 0044a1734f34..d8c99df5d016 100644
--- a/games-arcade/solarwolf/ChangeLog
+++ b/games-arcade/solarwolf/ChangeLog
@@ -1,12 +1,17 @@
# ChangeLog for games-arcade/solarwolf
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.4 2003/09/25 23:57:03 todd Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.5 2004/01/08 14:34:39 vapier Exp $
- 25 Sep 2003; Todd Sunderlin <todd@gentoo.org> solarwolf-1.3.ebuild:
- added ~sparc keyword
+*solarwolf-1.4 (08 Jan 2004)
+
+ 08 Jan 2004; Mike Frysinger <vapier@gentoo.org> :
+ Version bump ... got an e-mail from Pete Shinners <pete@shinners.org>.
*solarwolf-1.3 (23 Sep 2003)
+ 25 Sep 2003; Todd Sunderlin <todd@gentoo.org> solarwolf-1.3.ebuild:
+ added ~sparc keyword
+
23 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
Version bump ... got an e-mail from Pete Shinners <pete@shinners.org>.
diff --git a/games-arcade/solarwolf/files/digest-solarwolf-1.4 b/games-arcade/solarwolf/files/digest-solarwolf-1.4
new file mode 100644
index 000000000000..99249a0192e6
--- /dev/null
+++ b/games-arcade/solarwolf/files/digest-solarwolf-1.4
@@ -0,0 +1 @@
+MD5 e0dfb95eacb885939bb73ddc81c665d9 solarwolf-1.4.tar.gz 1335927
diff --git a/games-arcade/solarwolf/solarwolf-1.4.ebuild b/games-arcade/solarwolf/solarwolf-1.4.ebuild
new file mode 100644
index 000000000000..fce62e8778aa
--- /dev/null
+++ b/games-arcade/solarwolf/solarwolf-1.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.4.ebuild,v 1.1 2004/01/08 14:34:39 vapier Exp $
+
+inherit games
+
+DESCRIPTION="action/arcade recreation of SolarFox"
+HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
+SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+
+DEPEND=">=dev-python/pygame-1.5.6
+ >=dev-lang/python-2.3
+ media-libs/libsdl"
+
+src_install() {
+ dodoc readme.txt
+ rm *.txt
+ dodir ${GAMES_LIBDIR}/${PN}
+ cp -r * ${D}/${GAMES_LIBDIR}/${PN}/
+ games_make_wrapper solarwolf "python ./solarwolf.py" ${GAMES_LIBDIR}/${PN}
+ prepgamesdirs
+}