diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:53:18 +0100 |
commit | 0a00c8e8e2d20e1d9d16f2fe938d8cc673f4df1d (patch) | |
tree | 7ac7d5a456023cd33aa7556fce0db4df93455065 /games-simulation | |
parent | games-simulation/simutrans: Remove old (diff) | |
download | gentoo-0a00c8e8e2d20e1d9d16f2fe938d8cc673f4df1d.tar.gz gentoo-0a00c8e8e2d20e1d9d16f2fe938d8cc673f4df1d.tar.bz2 gentoo-0a00c8e8e2d20e1d9d16f2fe938d8cc673f4df1d.zip |
games-simulation/singularity: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/singularity/singularity-0.30c-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-simulation/singularity/singularity-0.30c-r1.ebuild b/games-simulation/singularity/singularity-0.30c-r1.ebuild deleted file mode 100644 index 1c03544f34ae..000000000000 --- a/games-simulation/singularity/singularity-0.30c-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 games - -MUSIC=endgame-${PN}-music-006 -DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world" -HOMEPAGE="http://www.emhsoft.com/singularity/" -SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz - music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip )" - -LICENSE="GPL-2 CC-BY-SA-2.5" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+music" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - media-libs/sdl-mixer[vorbis]" -DEPEND="${DEPEND} - app-arch/unzip" - -pkg_setup() { - python-single-r1_pkg_setup - games_pkg_setup -} - -src_prepare() { - rm -f code/{,*}/*.pyc data/*.html || die # Remove unecessary files -} - -src_install() { - insinto "${GAMES_DATADIR}/${PN}" - doins -r code data ${PN}.py || die - python_optimize "${ED%/}/${GAMES_DATADIR}"/${PN} - - if use music ; then - doins -r ../${MUSIC}/music || die - fi - games_make_wrapper ${PN} "${EPYTHON} ${PN}.py" "${GAMES_DATADIR}/${PN}" - dodoc README.txt TODO Changelog AUTHORS - prepgamesdirs -} |