summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-11-13 18:43:27 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-11-13 19:44:14 -0500
commitb40f1540b5b38f261a42b6dbe0762198f95feb7f (patch)
tree0eeb2e697ac1a2d0ee30c238d51397b9ec0d5e3c /games-simulation/singularity
parentgames-simulation/singularity: EAPI7->8, revamp and various fixes (diff)
downloadgentoo-b40f1540b5b38f261a42b6dbe0762198f95feb7f.tar.gz
gentoo-b40f1540b5b38f261a42b6dbe0762198f95feb7f.tar.bz2
gentoo-b40f1540b5b38f261a42b6dbe0762198f95feb7f.zip
games-simulation/singularity: drop 1.00
Was barely functional in current state. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-simulation/singularity')
-rw-r--r--games-simulation/singularity/singularity-1.00.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/games-simulation/singularity/singularity-1.00.ebuild b/games-simulation/singularity/singularity-1.00.ebuild
deleted file mode 100644
index 02d8aec65fc7..000000000000
--- a/games-simulation/singularity/singularity-1.00.ebuild
+++ /dev/null
@@ -1,49 +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,9} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit desktop distutils-r1
-
-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/v${PV}/${P/_alpha/a}.tar.gz"
-SRC_URI+=" https://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}"
-
-BDEPEND="app-arch/unzip"
-DEPEND="
- $(python_gen_cond_dep '
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pygame[${PYTHON_USEDEP}]
- dev-python/polib[${PYTHON_USEDEP}]
- ')
-"
-# sdl-mixer is used at runtime (through pygame)
-# bug #731702
-RDEPEND="
- ${DEPEND}
- media-libs/sdl-mixer[vorbis,wav]
- !sys-cluster/singularity
-"
-
-src_install() {
- distutils-r1_src_install
-
- insinto /usr/share/${PN}/${PN}/music
- doins "${WORKDIR}"/${MUSIC}/*
-
- dodoc README.txt TODO
-
- domenu ${PN}.desktop
- newicon ${PN}/data/themes/default/images/icon.png ${PN}.png
-}