diff options
Diffstat (limited to 'games-simulation/singularity')
-rw-r--r-- | games-simulation/singularity/Manifest | 1 | ||||
-rw-r--r-- | games-simulation/singularity/singularity-0.30c-r1.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest index 298d5daed82e..c65c109f4353 100644 --- a/games-simulation/singularity/Manifest +++ b/games-simulation/singularity/Manifest @@ -1,5 +1,4 @@ DIST endgame-singularity-music-006.zip 28250705 BLAKE2B 62f39536afe12d0928056cca05cccbc7542d79ce5a2acfb23dc99e66ea291eeadc2ae8e771cfed5a96ff69bdc217b69f44b8c5143a323fa5c06fe2d34ac6d425 SHA512 47e489112309cc742c2dcffec004aff25c54488fdf2a5f2dc67b7dcf67ca55996fe8e8403e4a16712fbc4e22289f12e612ad9d4322cd1d1aaab871f0ffb27e19 DIST singularity-0.30c-src.tar.gz 2265133 BLAKE2B a3f7612ac173ef34183ea500d8bef8b1c823b54d0b0acb6a40bce058497d424f76df5fd51da8f1acfb636a556759cea2114529e0e60b453652d0b04a139b19a1 SHA512 ffca50c179b745561a25e3fb3525abb862d72f63f533f8a41472067d0ce94c8a236486c9c40a5040335d84e903c498805d591dc546a92d0a7651105103fe114f -EBUILD singularity-0.30c-r1.ebuild 1279 BLAKE2B 4bc443b77435fb1f34a33e6b3b62e91f6c961eca0d419de6b57d2dad858a3c006fc19fbd1535c7edf5c20bdaa66f368095b1b3149e93c0648d569e633ec7397a SHA512 71fc94edf3369e49374395bdffa6df569f31fd014817ebea5265d26342147bb6a0ea23fa1d26f32ea0e1943ac0a85942ddc8a6d5b0118d1f521ee3d2340cc3b0 EBUILD singularity-0.30c-r2.ebuild 1221 BLAKE2B 308560485eaad449831520685a57dddceeea6ea08905ebfdfc3a101eac98e081646d9f7c86a117e59c21271d65338e9c13c31ce6df05c238cebf88a038291e43 SHA512 4ee050a90784b2241fd09a07c09c4ea755c53cf1558041e694cf89dc74080ca28686d075bbba0168f04db0b2432a4d29157566a00106ab6e0bd9ad4b39498442 MISC metadata.xml 405 BLAKE2B 5ce059ade56e4080d77172d347c4f22a80c7d0762df1ddb9833fc92455b0bc22aca2263eb217b15ea82f76bfe268d9d1793b169774f2150888652d8aec83a745 SHA512 c32086dbbfce16439635063e3ed94a44a9bff47f5047cc9c078ed59bf4eac0e7e91b86037f4fd19c1e21fdcb4853e794535cc4d1a8ee898f8e292b26bbe7883f 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 -} |