diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-07-16 01:51:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-07-16 01:51:31 +0000 |
commit | ad41f45c7ad81dfbc5ad25da277473078f8c5e3a (patch) | |
tree | bfa7aaf91d994588a9919c72fb3ee1417083425b /games-action | |
parent | old (diff) | |
download | gentoo-2-ad41f45c7ad81dfbc5ad25da277473078f8c5e3a.tar.gz gentoo-2-ad41f45c7ad81dfbc5ad25da277473078f8c5e3a.tar.bz2 gentoo-2-ad41f45c7ad81dfbc5ad25da277473078f8c5e3a.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/slune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/slune/slune-1.0.15.ebuild | 36 |
2 files changed, 5 insertions, 38 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index 87a1f0512567..c6463c549a44 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/slune -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.25 2013/09/05 19:44:55 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.26 2014/07/16 01:51:31 mr_bones_ Exp $ + + 16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -slune-1.0.15.ebuild: + old 05 Sep 2013; Michał Górny <mgorny@gentoo.org> slune-1.0.15-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/games-action/slune/slune-1.0.15.ebuild b/games-action/slune/slune-1.0.15.ebuild deleted file mode 100644 index 3c6e2373befa..000000000000 --- a/games-action/slune/slune-1.0.15.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15.ebuild,v 1.3 2011/04/06 19:56:01 arfrever Exp $ - -EAPI=3 -PYTHON_DEPEND="2" -inherit python 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/opengl - >=media-libs/libsdl-1.2.6 - >=dev-python/soya-0.9 - >=dev-python/py2play-0.1.9 - >=dev-python/pyopenal-0.1.3 - >=dev-python/pyogg-1.1 - >=dev-python/pyvorbis-1.1" - -S=${WORKDIR}/Slune-${PV} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . - distutils_src_prepare -} |