summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2003-12-21 16:38:37 +0000
committerBryan Østergaard <kloeri@gentoo.org>2003-12-21 16:38:37 +0000
commit3d58b8d485fe8449c4e888e8d1db0330643bdefd (patch)
tree097d41e7d6197e0a661b948454fc20cfd9bd5ea4 /games-action/slune
parentVersion bump (diff)
downloadgentoo-2-3d58b8d485fe8449c4e888e8d1db0330643bdefd.tar.gz
gentoo-2-3d58b8d485fe8449c4e888e8d1db0330643bdefd.tar.bz2
gentoo-2-3d58b8d485fe8449c4e888e8d1db0330643bdefd.zip
Version bump
Diffstat (limited to 'games-action/slune')
-rw-r--r--games-action/slune/ChangeLog7
-rw-r--r--games-action/slune/Manifest4
-rw-r--r--games-action/slune/files/digest-slune-0.6.11
-rw-r--r--games-action/slune/slune-0.6.1.ebuild24
4 files changed, 34 insertions, 2 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog
index 85c4d3e84a17..193f3b813de8 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.3 2003/12/05 07:10:37 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.4 2003/12/21 16:38:27 kloeri Exp $
+
+*slune-0.6.1 (21 Dec 2003)
+
+ 21 Dec 2003; Bryan Østergaard,,, <kloeri@gentoo.org> slune-0.6.1.ebuild:
+ Version bump
*slune-0.5 (05 Dec 2003)
diff --git a/games-action/slune/Manifest b/games-action/slune/Manifest
index a16ca7ba32ba..213c154f184a 100644
--- a/games-action/slune/Manifest
+++ b/games-action/slune/Manifest
@@ -1,6 +1,8 @@
+MD5 bf8feca759eeca8b30e210f644842f3a slune-0.6.1.ebuild 713
MD5 e17cc50ddc2cc822e0274f24a4e8fc1c slune-0.3.1.ebuild 682
-MD5 4ddceba95a30b6dcfb6b0f8216face13 ChangeLog 562
+MD5 5e56c91c77d5453ce12c66252e02f92d ChangeLog 681
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
+MD5 43218db3680e6fd1fa3a908301e4192a files/digest-slune-0.6.1 65
diff --git a/games-action/slune/files/digest-slune-0.6.1 b/games-action/slune/files/digest-slune-0.6.1
new file mode 100644
index 000000000000..55bb0a8fd356
--- /dev/null
+++ b/games-action/slune/files/digest-slune-0.6.1
@@ -0,0 +1 @@
+MD5 68d8e8795f96f4ef375efe0a269dada3 Slune-0.6.1.tar.bz2 8567426
diff --git a/games-action/slune/slune-0.6.1.ebuild b/games-action/slune/slune-0.6.1.ebuild
new file mode 100644
index 000000000000..2ef815af2faf
--- /dev/null
+++ b/games-action/slune/slune-0.6.1.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.6.1.ebuild,v 1.1 2003/12/21 16:38:27 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.6.1
+ >=dev-python/py2play-0.1.6
+ >=dev-python/pyopenal-0.1.3
+ >=dev-python/editobj-0.5.3"
+
+S=${WORKDIR}/Slune-${PV}