diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2003-12-05 07:10:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2003-12-05 07:10:44 +0000 |
commit | f126c61b164c3142f7fb852d7cd52ef021c705c5 (patch) | |
tree | a2e41459419f1abcf731edbd2e5ebfa38f451291 /games-action/slune | |
parent | Initial ebuild (diff) | |
download | gentoo-2-f126c61b164c3142f7fb852d7cd52ef021c705c5.tar.gz gentoo-2-f126c61b164c3142f7fb852d7cd52ef021c705c5.tar.bz2 gentoo-2-f126c61b164c3142f7fb852d7cd52ef021c705c5.zip |
Version bump. Also closes bug #34625.
Diffstat (limited to 'games-action/slune')
-rw-r--r-- | games-action/slune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/slune/Manifest | 6 | ||||
-rw-r--r-- | games-action/slune/files/digest-slune-0.5 | 1 | ||||
-rw-r--r-- | games-action/slune/slune-0.5.ebuild | 24 |
4 files changed, 35 insertions, 3 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index 78060149c18a..85c4d3e84a17 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/slune # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.2 2003/09/10 20:28:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.3 2003/12/05 07:10:37 kloeri Exp $ + +*slune-0.5 (05 Dec 2003) + + 05 Dec 2003; Bryan Østergaard,,, <kloeri@gentoo.org> slune-0.5.ebuild: + Version bump. Also closes bug #34625. *slune-0.3.1 (10 May 2003) diff --git a/games-action/slune/Manifest b/games-action/slune/Manifest index a8ed5a4be86b..a16ca7ba32ba 100644 --- a/games-action/slune/Manifest +++ b/games-action/slune/Manifest @@ -1,4 +1,6 @@ -MD5 c3219ab4823d4f41dc085e79bb8c0a29 files/digest-slune-0.3.1 65 MD5 e17cc50ddc2cc822e0274f24a4e8fc1c slune-0.3.1.ebuild 682 -MD5 23f8108225250a36a332fc98855cec97 ChangeLog 422 +MD5 4ddceba95a30b6dcfb6b0f8216face13 ChangeLog 562 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 +MD5 9995713502507dcc0b2b5a9f76c1cc88 slune-0.5.ebuild 709 +MD5 b79329fc2185b0ab11ec42b1428e2f70 files/digest-slune-0.5 63 +MD5 c3219ab4823d4f41dc085e79bb8c0a29 files/digest-slune-0.3.1 65 diff --git a/games-action/slune/files/digest-slune-0.5 b/games-action/slune/files/digest-slune-0.5 new file mode 100644 index 000000000000..139136e9b893 --- /dev/null +++ b/games-action/slune/files/digest-slune-0.5 @@ -0,0 +1 @@ +MD5 4bcc7f0fa3a16523cebba73c5584fc31 Slune-0.5.tar.bz2 7177565 diff --git a/games-action/slune/slune-0.5.ebuild b/games-action/slune/slune-0.5.ebuild new file mode 100644 index 000000000000..e12780b558ca --- /dev/null +++ b/games-action/slune/slune-0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.5.ebuild,v 1.1 2003/12/05 07:10:37 kloeri Exp $ + +inherit distutils + +DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" +SRC_URI="http://oomadness.tuxfamily.org/downloads/Slune-${PV}.tar.bz2" +HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11 + virtual/opengl + >=media-libs/libsdl-1.2.6 + >=dev-lang/python-2.2.2 + >=dev-python/soya-0.5 + >=dev-python/py2play-0.1.5 + >=dev-python/pyopenal-0.1.2 + >=dev-python/editobj-0.5.2" + +S=${WORKDIR}/Slune-${PV} |