diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-19 01:27:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-19 01:27:34 +0000 |
commit | 7ae14f098617c29e458419ff8755a70fd85dbe94 (patch) | |
tree | 4f6de3b8470d698cd2e091bd1d96e0c2d842da8f /games-simulation | |
parent | old (diff) | |
download | gentoo-2-7ae14f098617c29e458419ff8755a70fd85dbe94.tar.gz gentoo-2-7ae14f098617c29e458419ff8755a70fd85dbe94.tar.bz2 gentoo-2-7ae14f098617c29e458419ff8755a70fd85dbe94.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/singularity/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/singularity/singularity-0.30c.ebuild | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/games-simulation/singularity/ChangeLog b/games-simulation/singularity/ChangeLog index 180224405012..33667fa84575 100644 --- a/games-simulation/singularity/ChangeLog +++ b/games-simulation/singularity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/singularity # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.28 2015/02/10 10:04:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.29 2015/02/19 01:27:34 mr_bones_ Exp $ + + 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> + -singularity-0.30c.ebuild: + old 10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> singularity-0.30c-r1.ebuild: Stable for x86, wrt bug #538900 diff --git a/games-simulation/singularity/singularity-0.30c.ebuild b/games-simulation/singularity/singularity-0.30c.ebuild deleted file mode 100644 index ee982611046a..000000000000 --- a/games-simulation/singularity/singularity-0.30c.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30c.ebuild,v 1.6 2013/06/29 17:00:40 slyfox Exp $ - -EAPI=2 -inherit eutils games - -MUSIC=endgame-${PN}-music-006 -DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world" -HOMEPAGE="http://www.emhsoft.com/singularity/" -SRC_URI="http://endgame-singularity.googlecode.com/files/${P}-src.tar.gz - music? ( http://endgame-singularity.googlecode.com/files/${MUSIC}.zip )" - -LICENSE="GPL-2 CC-BY-SA-2.5" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+music" - -RDEPEND="=dev-lang/python-2* - dev-python/pygame - dev-python/numpy - media-libs/sdl-mixer[vorbis]" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_prepare() { - rm -f code/{,*}/*.pyc data/*.html # Remove unecessary files -} - -src_install() { - insinto "${GAMES_DATADIR}/${PN}" - doins -r code data ${PN}.py || die "doins failed" - if use music ; then - doins -r ../${MUSIC}/music || die "doins failed" - fi - # uses python-2 style exceptions - games_make_wrapper ${PN} "python2 ${PN}.py" "${GAMES_DATADIR}/${PN}" - dodoc README.txt TODO Changelog AUTHORS - prepgamesdirs -} |