summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-01-27 15:22:18 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-01-27 15:25:06 -0500
commit07b569b89984cfebad567510674817d0ab69c830 (patch)
tree68b45bf6ef20e7053f3f9ed621f24d914cdf4470 /games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild
parentgames-puzzle/brainworkshop: add 5.0.2_p20230115 (diff)
downloadgentoo-07b569b89984cfebad567510674817d0ab69c830.tar.gz
gentoo-07b569b89984cfebad567510674817d0ab69c830.tar.bz2
gentoo-07b569b89984cfebad567510674817d0ab69c830.zip
games-puzzle/brainworkshop: drop 5.0.2
Broken with current pyglet. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild')
-rw-r--r--games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild b/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild
deleted file mode 100644
index 1399b4bee422..000000000000
--- a/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit desktop python-single-r1
-
-DESCRIPTION="Short-term-memory training N-Back game"
-HOMEPAGE="https://github.com/brain-workshop/brainworkshop"
-SRC_URI="https://github.com/brain-workshop/brainworkshop/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-Sampling-Plus-1.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- >=dev-python/pyglet-1.5[${PYTHON_USEDEP},sound]
- ')"
-BDEPEND="${PYTHON_DEPS}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.0.2-datadir.patch
-)
-
-src_prepare() {
- default
-
- sed -i "s|@GENTOO_DATADIR@|${EPREFIX}/usr/share/${PN}|" ${PN}.py || die
-
- python_fix_shebang ${PN}.py
-}
-
-src_install() {
- newbin ${PN}.py ${PN}
-
- insinto /usr/share/${PN}
- doins -r res/.
-
- dodoc Readme.md Readme-{instructions,resources}.txt data/Readme-stats.txt
-
- domenu ${PN}.desktop
- newicon res/misc/brain/brain.png ${PN}.png
-}