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 | 775925d83b82331c5d420217868be98e6433856e (patch) | |
tree | 3ea40514086881c6a0b6cbb650e311f571d6fdf4 /games-action/slune | |
parent | more amd64 love (diff) | |
download | gentoo-2-775925d83b82331c5d420217868be98e6433856e.tar.gz gentoo-2-775925d83b82331c5d420217868be98e6433856e.tar.bz2 gentoo-2-775925d83b82331c5d420217868be98e6433856e.zip |
Version bump #61222 by Matija Suklje (hook).
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'games-action/slune')
-rw-r--r-- | games-action/slune/ChangeLog | 9 | ||||
-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 |
3 files changed, 34 insertions, 2 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/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} |