diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-22 18:01:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-22 18:01:09 +0000 |
commit | 607017818b683eab019d82d19e1db89ef4bbe8b2 (patch) | |
tree | e2673d6c504bb0fcbf79a0a64ad5f0279c99ab32 /games-simulation/singularity | |
parent | old (diff) | |
download | gentoo-2-607017818b683eab019d82d19e1db89ef4bbe8b2.tar.gz gentoo-2-607017818b683eab019d82d19e1db89ef4bbe8b2.tar.bz2 gentoo-2-607017818b683eab019d82d19e1db89ef4bbe8b2.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation/singularity')
-rw-r--r-- | games-simulation/singularity/ChangeLog | 9 | ||||
-rw-r--r-- | games-simulation/singularity/singularity-0.30b.ebuild | 37 |
2 files changed, 6 insertions, 40 deletions
diff --git a/games-simulation/singularity/ChangeLog b/games-simulation/singularity/ChangeLog index 86249596721a..9353e3f0b6b6 100644 --- a/games-simulation/singularity/ChangeLog +++ b/games-simulation/singularity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/singularity -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.19 2011/08/07 03:11:59 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.20 2013/01/22 18:01:09 mr_bones_ Exp $ + + 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + -singularity-0.30b.ebuild: + old 07 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> singularity-0.30c.ebuild: @@ -92,4 +96,3 @@ 31 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +singularity-0.24.ebuild: initial commit - ebuild submitted by Leszek via bug #130461 - diff --git a/games-simulation/singularity/singularity-0.30b.ebuild b/games-simulation/singularity/singularity-0.30b.ebuild deleted file mode 100644 index 27cbd2d7ab51..000000000000 --- a/games-simulation/singularity/singularity-0.30b.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30b.ebuild,v 1.4 2010/09/19 18:22:16 hwoarang 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 CCPL-Attribution-ShareAlike-2.5" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+music" - -RDEPEND="dev-python/pygame - 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 - games_make_wrapper ${PN} "python ${PN}.py" "${GAMES_DATADIR}/${PN}" - dodoc README.txt TODO Changelog AUTHORS - prepgamesdirs -} |