diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-07 04:48:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-07 04:48:30 +0000 |
commit | 7e0f125eb749c19b5cb138cd6cf4eb96676ca901 (patch) | |
tree | be8f15cb43eb121b7b2957965994e5c6b69cb28e /games-action/slune | |
parent | make sure we actually use the USE flags we say we support and add support for... (diff) | |
download | historical-7e0f125eb749c19b5cb138cd6cf4eb96676ca901.tar.gz historical-7e0f125eb749c19b5cb138cd6cf4eb96676ca901.tar.bz2 historical-7e0f125eb749c19b5cb138cd6cf4eb96676ca901.zip |
version bump (bug #104946)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-action/slune')
-rw-r--r-- | games-action/slune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/slune/Manifest | 4 | ||||
-rw-r--r-- | games-action/slune/files/digest-slune-1.0.9 | 1 | ||||
-rw-r--r-- | games-action/slune/slune-1.0.9.ebuild | 26 |
4 files changed, 36 insertions, 2 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..8d8044d6213d 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 6376db8350a17303eea89cc533e945cf ChangeLog 1302 +MD5 a8b48f523b0b4d7f7fd621d00c4ab3f9 slune-1.0.9.ebuild 724 +MD5 b98626172cbe9cc5e0cda987ec808df4 ChangeLog 1436 +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} |