diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-08 00:57:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-08 00:57:37 +0000 |
commit | a83ae9dee505bbdc77930eef0660d31a7dafe4be (patch) | |
tree | 568718396e3cdc2ab721de12e8e68f41ee310290 /games-action | |
parent | more amd64 love (diff) | |
download | historical-a83ae9dee505bbdc77930eef0660d31a7dafe4be.tar.gz historical-a83ae9dee505bbdc77930eef0660d31a7dafe4be.tar.bz2 historical-a83ae9dee505bbdc77930eef0660d31a7dafe4be.zip |
Version bump #61222 by Matija Suklje (hook).
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/slune/ChangeLog | 9 | ||||
-rw-r--r-- | games-action/slune/Manifest | 4 | ||||
-rw-r--r-- | games-action/slune/files/digest-slune-1.0.7 | 1 | ||||
-rw-r--r-- | games-action/slune/slune-1.0.7.ebuild | 26 |
4 files changed, 37 insertions, 3 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index 49f69f6c000c..e16717762b2f 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/slune -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.8 2004/12/28 22:42:50 ciaranm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.9 2005/05/08 00:57:37 vapier Exp $ + +*slune-1.0.7 (08 May 2005) + + 08 May 2005; Mike Frysinger <vapier@gentoo.org> +slune-1.0.7.ebuild: + Version bump #61222 by Matija Suklje (hook). 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-action/slune/Manifest b/games-action/slune/Manifest index 9dd94be33132..9fc11c7e62a7 100644 --- a/games-action/slune/Manifest +++ b/games-action/slune/Manifest @@ -1,4 +1,6 @@ -MD5 8b2fc1a3bfd6a5b503c7402c932a90de ChangeLog 1065 +MD5 7f8cb7af9fdf7e4ce3706d8951b0aa2b ChangeLog 1211 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 555cbaf5132d4d1899963a237bf0748a slune-0.6.1.ebuild 710 +MD5 14b94f592b2d5885f2e8d24fbb268dc7 slune-1.0.7.ebuild 722 +MD5 7c826f48259510ba19d56174f02f1509 files/digest-slune-1.0.7 65 MD5 43218db3680e6fd1fa3a908301e4192a files/digest-slune-0.6.1 65 diff --git a/games-action/slune/files/digest-slune-1.0.7 b/games-action/slune/files/digest-slune-1.0.7 new file mode 100644 index 000000000000..9981aad99835 --- /dev/null +++ b/games-action/slune/files/digest-slune-1.0.7 @@ -0,0 +1 @@ +MD5 fd5cfd7b9b3ca9a5c7c5fbd5d5f0fde0 Slune-1.0.7.tar.bz2 9467673 diff --git a/games-action/slune/slune-1.0.7.ebuild b/games-action/slune/slune-1.0.7.ebuild new file mode 100644 index 000000000000..7787ba57a71f --- /dev/null +++ b/games-action/slune/slune-1.0.7.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.7.ebuild,v 1.1 2005/05/08 00:57:37 vapier 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} |