summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-09-07 04:48:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-09-07 04:48:30 +0000
commit6be313cdeabe07ea78ee7d1bf7761959ccf85f1f (patch)
tree3feb79d66998a4663abf2870a94581821dc4a271 /games-action/slune
parentmake sure we actually use the USE flags we say we support and add support for... (diff)
downloadgentoo-2-6be313cdeabe07ea78ee7d1bf7761959ccf85f1f.tar.gz
gentoo-2-6be313cdeabe07ea78ee7d1bf7761959ccf85f1f.tar.bz2
gentoo-2-6be313cdeabe07ea78ee7d1bf7761959ccf85f1f.zip
version bump (bug #104946)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-action/slune')
-rw-r--r--games-action/slune/ChangeLog7
-rw-r--r--games-action/slune/Manifest2
-rw-r--r--games-action/slune/files/digest-slune-1.0.91
-rw-r--r--games-action/slune/slune-1.0.9.ebuild26
4 files changed, 35 insertions, 1 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog
index 27a394acb503..2cbbd7e6ee27 100644
--- a/games-action/slune/ChangeLog
+++ b/games-action/slune/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-action/slune
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.10 2005/05/16 22:09:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.11 2005/09/07 04:48:30 mr_bones_ Exp $
+
+*slune-1.0.9 (06 Sep 2005)
+
+ 06 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> +slune-1.0.9.ebuild:
+ version bump (bug #104946)
16 May 2005; Michael Sterrett <mr_bones_@gentoo.org> slune-1.0.7.ebuild:
stablize
diff --git a/games-action/slune/Manifest b/games-action/slune/Manifest
index 85baa1ed8a70..ad97f6ad941d 100644
--- a/games-action/slune/Manifest
+++ b/games-action/slune/Manifest
@@ -1,6 +1,8 @@
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 4d5e614ac964a776fa9f92f32b8cda65 slune-1.0.7.ebuild 724
MD5 555cbaf5132d4d1899963a237bf0748a slune-0.6.1.ebuild 710
+MD5 4d5e614ac964a776fa9f92f32b8cda65 slune-1.0.9.ebuild 724
MD5 6376db8350a17303eea89cc533e945cf ChangeLog 1302
+MD5 84b6ae9a7d0d9d90de0906c0f2f60c9b files/digest-slune-1.0.9 65
MD5 43218db3680e6fd1fa3a908301e4192a files/digest-slune-0.6.1 65
MD5 7c826f48259510ba19d56174f02f1509 files/digest-slune-1.0.7 65
diff --git a/games-action/slune/files/digest-slune-1.0.9 b/games-action/slune/files/digest-slune-1.0.9
new file mode 100644
index 000000000000..0fc586a70162
--- /dev/null
+++ b/games-action/slune/files/digest-slune-1.0.9
@@ -0,0 +1 @@
+MD5 ce45fe4ef3d024f77e66c6b1cf6704a8 Slune-1.0.9.tar.bz2 9475756
diff --git a/games-action/slune/slune-1.0.9.ebuild b/games-action/slune/slune-1.0.9.ebuild
new file mode 100644
index 000000000000..b3d019530965
--- /dev/null
+++ b/games-action/slune/slune-1.0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.9.ebuild,v 1.1 2005/09/07 04:48:30 mr_bones_ Exp $
+
+inherit distutils
+
+DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
+HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"
+SRC_URI="http://download.gna.org/slune/Slune-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="virtual/x11
+ virtual/opengl
+ >=media-libs/libsdl-1.2.6
+ >=dev-lang/python-2.2.2
+ >=dev-python/soya-0.9
+ >=dev-python/py2play-0.1.6
+ >=dev-python/pyopenal-0.1.3
+ >=dev-python/pyogg-1.1
+ >=dev-python/pyvorbis-1.1"
+
+S=${WORKDIR}/Slune-${PV}