games-puzzle/brainworkshop: drop 5.0.2_p20230115

This snapshot is identical to 5.0.3, no reason to keep it.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2024-03-20 02:46:31 -04:00
parent 5ccff9dd61
commit 77edaaec08
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 0 additions and 51 deletions

View File

@ -1,2 +1 @@
DIST brainworkshop-5.0.2_p20230115.tar.gz 8010699 BLAKE2B 9a3f443949ea56c15c65ba21a5df9dc0f06449eb14252d1f643e3f0fd507bbf52cd2001c63f549b0d475d4e17f56b4f5ec9d3d1235705b71bb5ec2f3aebdc85e SHA512 4aee26b0f92a14c362aa695f5325395fbef4517fc9fb6aeaa1c1d2d1123c60b574b8488c893204826bfd6194e4160c21be614b253004beb0626dc8ff7f23234b
DIST brainworkshop-5.0.3.tar.gz 8005691 BLAKE2B 0edaf6edb2b33ccb09d3d76c7023257c26e7303237afe9c114315c3461f55e76944a2f1e24a3ed63f4b942e5ff816b776ea2561438996b5a286faeee016e9b42 SHA512 036ea1dff0d7346e9f34a889d306a160976a602200ba428e36e72eba1fb7fbd6a4d513811faf59dcf5efe8abeae26f0a882c295f845d88b5e9a7a59d1facad55

View File

@ -1,50 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit desktop python-single-r1
HASH_BWORKSHOP=31b125162c63c111358ead73d9c02905363c8c1c
DESCRIPTION="Short-term-memory training N-Back game"
HOMEPAGE="https://github.com/brain-workshop/brainworkshop/"
SRC_URI="
https://github.com/brain-workshop/brainworkshop/archive/${HASH_BWORKSHOP}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${HASH_BWORKSHOP}"
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[${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
}