diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-23 01:47:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-23 01:47:58 +0000 |
commit | 70cff3ae3871970a33ace369b820354a5e825811 (patch) | |
tree | 78d983e72979c06e824f2046b51c8ce339f95c3d /games-action | |
parent | Stable on x86 wrt bug #126992. (diff) | |
download | gentoo-2-70cff3ae3871970a33ace369b820354a5e825811.tar.gz gentoo-2-70cff3ae3871970a33ace369b820354a5e825811.tar.bz2 gentoo-2-70cff3ae3871970a33ace369b820354a5e825811.zip |
version bump (bug #130843)
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/slune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/slune/files/digest-slune-1.0.11 | 3 | ||||
-rw-r--r-- | games-action/slune/slune-1.0.11.ebuild | 25 |
3 files changed, 34 insertions, 1 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index 491845126244..4c649494ab28 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/slune # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.13 2006/02/09 00:43:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.14 2006/04/23 01:47:58 mr_bones_ Exp $ + +*slune-1.0.11 (23 Apr 2006) + + 23 Apr 2006; Michael Sterrett <mr_bones_@gentoo.org> +slune-1.0.11.ebuild: + version bump (bug #130843) 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> slune-1.0.9.ebuild: This is a Python app, so it's doesn't depend on any X libraries directly. diff --git a/games-action/slune/files/digest-slune-1.0.11 b/games-action/slune/files/digest-slune-1.0.11 new file mode 100644 index 000000000000..5d1405452822 --- /dev/null +++ b/games-action/slune/files/digest-slune-1.0.11 @@ -0,0 +1,3 @@ +MD5 4334a26f9e1382e1d23540a47b04341a Slune-1.0.11.tar.bz2 9475921 +RMD160 2d9ee1e7f12e9565394783d162712430bab3ff4f Slune-1.0.11.tar.bz2 9475921 +SHA256 68199ab37f470bb451ff7305ec5538bd06a19c0be3d193f1b7085b1485478160 Slune-1.0.11.tar.bz2 9475921 diff --git a/games-action/slune/slune-1.0.11.ebuild b/games-action/slune/slune-1.0.11.ebuild new file mode 100644 index 000000000000..46936cfcca69 --- /dev/null +++ b/games-action/slune/slune-1.0.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.1 2006/04/23 01:47:58 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/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} |