diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
commit | f199057b8679cd2eed424fccb45361c89a133d31 (patch) | |
tree | e6ec41e59db82809cd99452c53c9efe67a3985e3 /games-action/slune | |
parent | games action and arcade (diff) | |
download | gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.gz gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.bz2 gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.zip |
action games !
Diffstat (limited to 'games-action/slune')
-rw-r--r-- | games-action/slune/ChangeLog | 9 | ||||
-rw-r--r-- | games-action/slune/Manifest | 3 | ||||
-rw-r--r-- | games-action/slune/files/digest-slune-0.3.1 | 1 | ||||
-rw-r--r-- | games-action/slune/slune-0.3.1.ebuild | 23 |
4 files changed, 36 insertions, 0 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog new file mode 100644 index 000000000000..2da49ac442af --- /dev/null +++ b/games-action/slune/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-games/slune +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +*slune-0.3.1 (10 May 2003) + + 10 May 2003; Alastair Tse <liquidx@gentoo.org> slune-0.3.1.ebuild: + Initial ebuild. Thanks to François Weykmans <nectroom@swing.be>. Part of + Slune and OOmadness suite. diff --git a/games-action/slune/Manifest b/games-action/slune/Manifest new file mode 100644 index 000000000000..dc873210a5d4 --- /dev/null +++ b/games-action/slune/Manifest @@ -0,0 +1,3 @@ +MD5 c3219ab4823d4f41dc085e79bb8c0a29 files/digest-slune-0.3.1 65 +MD5 ebcea161198ba4d7386528e0516bb4d1 ChangeLog 416 +MD5 7b783677615db8fd6ceadeb431d57866 slune-0.3.1.ebuild 679 diff --git a/games-action/slune/files/digest-slune-0.3.1 b/games-action/slune/files/digest-slune-0.3.1 new file mode 100644 index 000000000000..4c4b1e11b3b3 --- /dev/null +++ b/games-action/slune/files/digest-slune-0.3.1 @@ -0,0 +1 @@ +MD5 48110d8b0e6bca075c7addf48b7297d8 Slune-0.3.1.tar.bz2 4658399 diff --git a/games-action/slune/slune-0.3.1.ebuild b/games-action/slune/slune-0.3.1.ebuild new file mode 100644 index 000000000000..855dc6d629c1 --- /dev/null +++ b/games-action/slune/slune-0.3.1.ebuild @@ -0,0 +1,23 @@ +# 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.3.1.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +inherit distutils + +DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" +SRC_URI="http://www.nectroom.homelinux.net/pkg/Slune-${PV}.tar.bz2" +HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/x11 + virtual/opengl + >=dev-lang/python-2.2.2 + >=dev-python/soya-0.3.1 + >=dev-python/py2play-0.1.2 + >=dev-python/pyopenal-0.1.1 + >=dev-python/editobj-0.3.1" + +S=${WORKDIR}/Slune-${PV} |