summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-22 20:34:56 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-22 22:22:37 -0400
commit99833cb6e8276113e32a31f3474042c8d3a0001a (patch)
tree0e2ca6ad5775af50713916d396be06bf16063183 /games-simulation
parentgames-rpg/freedink-data: drop 1.08.20140901-r1 (diff)
downloadgentoo-99833cb6e8276113e32a31f3474042c8d3a0001a.tar.gz
gentoo-99833cb6e8276113e32a31f3474042c8d3a0001a.tar.bz2
gentoo-99833cb6e8276113e32a31f3474042c8d3a0001a.zip
games-simulation/singularity: drop 1.0_alpha1-r2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/singularity/Manifest1
-rw-r--r--games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
index b6a2bca09221..e1c83f6ea1e5 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,3 +1,2 @@
DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120 SHA512 ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
DIST singularity-1.00.tar.gz 1944972 BLAKE2B 1ca2b120311a19f175014835930610583e8f605dbda3ca3ca96d7e0da86bddeb4b0a264f50a003aa51e05b86ce971255ffda5f498598dde6be370b9a953eb1d0 SHA512 f3581048c5a535fdbd28d2af1ac596f5396fd712b716931f17de75f8b170f0e226deb2c113023357e21e7de1294e4a632515962df9ee43768baf0fb4bbaa08da
-DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e SHA512 8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25
diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
deleted file mode 100644
index f9ce06c85c2b..000000000000
--- a/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit desktop python-single-r1 wrapper
-
-MUSIC="endgame-${PN}-music-007"
-DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
-HOMEPAGE="http://www.emhsoft.com/singularity/ https://github.com/singularity/singularity"
-SRC_URI="https://github.com/singularity/singularity/releases/download/${P/_alpha/a}/${P/_alpha/a}.tar.gz
- http://emhsoft.com/singularity/${MUSIC}.zip"
-S="${WORKDIR}"/${P/_alpha/a}
-
-LICENSE="GPL-2 CC-BY-SA-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/numpy[${PYTHON_MULTI_USEDEP}]
- dev-python/pygame[${PYTHON_MULTI_USEDEP}]
- dev-python/polib[${PYTHON_MULTI_USEDEP}]
- ')
-"
-# sdl-mixer is used at runtime (through pygame)
-# bug #731702
-RDEPEND="
- ${DEPEND}
- media-libs/sdl-mixer[vorbis,wav]
- !sys-cluster/singularity
-"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r "${PN}" "${PN}.py"
-
- python_optimize "${ED}/usr/share/${PN}"
-
- insinto /usr/share/${PN}/${PN}/music
- doins "${WORKDIR}"/${MUSIC}/*
-
- make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
- dodoc README.txt TODO Changelog AUTHORS
-
- domenu "${PN}.desktop"
- newicon "${PN}"/data/themes/default/images/icon.png "${PN}.png"
-}