* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2021-04-04 6:33 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-04 6:33 UTC (permalink / raw
To: gentoo-commits
commit: bc90646b576336a5ab026144aca31e247ce78066
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 05:35:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 06:32:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc90646b
games-puzzle/brainworkshop: eutils->edos2unix
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild b/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild
index 145e5021f07..c0ec2a730ce 100644
--- a/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild
+++ b/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# 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 eutils python-single-r1 xdg
+inherit desktop edos2unix python-single-r1 xdg
COMMIT="ea817f7e163c4fb07a60b2066c694cba92d23818"
DESCRIPTION="Short-term-memory training N-Back game"
HOMEPAGE="https://github.com/samcv/brainworkshop"
SRC_URI="https://github.com/samcv/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2021-06-02 8:53 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2021-06-02 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 29d4199976115016d5e8d9c5415639e1d74cfa07
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 08:29:45 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 08:50:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d41999
games-puzzle/brainworkshop: update github remote-id
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/brainworkshop/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/brainworkshop/metadata.xml b/games-puzzle/brainworkshop/metadata.xml
index 91d27f3c24f..3dc8b6f3ed6 100644
--- a/games-puzzle/brainworkshop/metadata.xml
+++ b/games-puzzle/brainworkshop/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
- <remote-id type="github">samcv/brainworkshop</remote-id>
+ <remote-id type="github">brain-workshop/brainworkshop</remote-id>
<remote-id type="sourceforge">brainworkshop</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2022-02-11 23:16 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2022-02-11 23:16 UTC (permalink / raw
To: gentoo-commits
commit: b4b7dd969a25438e083bcb421653e603f7107576
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 19:53:16 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 23:13:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b7dd96
games-puzzle/brainworkshop: enable py3.10
Takes a bit longer to startup with py3.10 for some reason, but
beyond that seems to work as expected.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild b/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild
index aeddd40b56cd..9088017775a4 100644
--- a/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild
+++ b/games-puzzle/brainworkshop/brainworkshop-5.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit desktop python-single-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2023-01-27 20:25 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2023-01-27 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 3671e211d4de16c7d09b407ab64ec476b013fc5c
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 20:16:46 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 20:24:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3671e211
games-puzzle/brainworkshop: add 5.0.2_p20230115
Includes non-trivial fixes for pyglet-2.x, do snapshot
for simplicity and avoiding pinning.
Also enable py3.11, seems to work fine.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/brainworkshop/Manifest | 1 +
.../brainworkshop-5.0.2_p20230115.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/games-puzzle/brainworkshop/Manifest b/games-puzzle/brainworkshop/Manifest
index 5513b27da4e9..eaf173fdb285 100644
--- a/games-puzzle/brainworkshop/Manifest
+++ b/games-puzzle/brainworkshop/Manifest
@@ -1 +1,2 @@
DIST brainworkshop-5.0.2.tar.gz 7998711 BLAKE2B d2662d2e565b576b441a41ec9177c3bd17f30d0f671d67ee7497bc2a983ba193e977a0d4cb4bfcd684cc46fe918159ffa5181a141e591adf819b28e744437222 SHA512 07ab0b30cef92b3c5ac0476a1baa5afb8f57afb557b266169a7f72fe4cbe8c0afbf0db491a23106da6c61f055c24c5f0c4268ead41d92101e5a8284a7dc80265
+DIST brainworkshop-5.0.2_p20230115.tar.gz 8010699 BLAKE2B 9a3f443949ea56c15c65ba21a5df9dc0f06449eb14252d1f643e3f0fd507bbf52cd2001c63f549b0d475d4e17f56b4f5ec9d3d1235705b71bb5ec2f3aebdc85e SHA512 4aee26b0f92a14c362aa695f5325395fbef4517fc9fb6aeaa1c1d2d1123c60b574b8488c893204826bfd6194e4160c21be614b253004beb0626dc8ff7f23234b
diff --git a/games-puzzle/brainworkshop/brainworkshop-5.0.2_p20230115.ebuild b/games-puzzle/brainworkshop/brainworkshop-5.0.2_p20230115.ebuild
new file mode 100644
index 000000000000..fc0a9279d9d0
--- /dev/null
+++ b/games-puzzle/brainworkshop/brainworkshop-5.0.2_p20230115.ebuild
@@ -0,0 +1,50 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2023-01-27 20:25 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2023-01-27 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 07b569b89984cfebad567510674817d0ab69c830
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 20:22:18 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 20:25:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b569b8
games-puzzle/brainworkshop: drop 5.0.2
Broken with current pyglet.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/brainworkshop/Manifest | 1 -
.../brainworkshop/brainworkshop-5.0.2.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/games-puzzle/brainworkshop/Manifest b/games-puzzle/brainworkshop/Manifest
index eaf173fdb285..99431e04f0a3 100644
--- a/games-puzzle/brainworkshop/Manifest
+++ b/games-puzzle/brainworkshop/Manifest
@@ -1,2 +1 @@
-DIST brainworkshop-5.0.2.tar.gz 7998711 BLAKE2B d2662d2e565b576b441a41ec9177c3bd17f30d0f671d67ee7497bc2a983ba193e977a0d4cb4bfcd684cc46fe918159ffa5181a141e591adf819b28e744437222 SHA512 07ab0b30cef92b3c5ac0476a1baa5afb8f57afb557b266169a7f72fe4cbe8c0afbf0db491a23106da6c61f055c24c5f0c4268ead41d92101e5a8284a7dc80265
DIST brainworkshop-5.0.2_p20230115.tar.gz 8010699 BLAKE2B 9a3f443949ea56c15c65ba21a5df9dc0f06449eb14252d1f643e3f0fd507bbf52cd2001c63f549b0d475d4e17f56b4f5ec9d3d1235705b71bb5ec2f3aebdc85e SHA512 4aee26b0f92a14c362aa695f5325395fbef4517fc9fb6aeaa1c1d2d1123c60b574b8488c893204826bfd6194e4160c21be614b253004beb0626dc8ff7f23234b
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
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2024-03-20 7:17 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2024-03-20 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 5ccff9dd61c094d88ca5d0f41e8081d77b8533a1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 06:42:16 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 07:01:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccff9dd
games-puzzle/brainworkshop: add 5.0.3, enable py3.12
Note that this is 100% identical to the snapshot we we using for
5.0.2_p20230115 (not a single commit since), only difference is
that it's officially released and we can use the tag.
At same time, has no tests but py3.12 "seems" usable from quickly
trying runtime. I say usable given it's not perfect, it startups
more slowly and emits a warning, but beyond that it seems to run
normally so think it's fine to add it.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/brainworkshop/Manifest | 1 +
.../brainworkshop/brainworkshop-5.0.3.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/games-puzzle/brainworkshop/Manifest b/games-puzzle/brainworkshop/Manifest
index 99431e04f0a3..e733bbc946d5 100644
--- a/games-puzzle/brainworkshop/Manifest
+++ b/games-puzzle/brainworkshop/Manifest
@@ -1 +1,2 @@
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
diff --git a/games-puzzle/brainworkshop/brainworkshop-5.0.3.ebuild b/games-puzzle/brainworkshop/brainworkshop-5.0.3.ebuild
new file mode 100644
index 000000000000..f7d1e7284064
--- /dev/null
+++ b/games-puzzle/brainworkshop/brainworkshop-5.0.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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[${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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/
@ 2024-03-20 7:17 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2024-03-20 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 77edaaec08ece28b83531380c4db69a945fee182
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 06:46:31 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 07:01:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77edaaec
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 <AT> gentoo.org>
games-puzzle/brainworkshop/Manifest | 1 -
.../brainworkshop-5.0.2_p20230115.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
diff --git a/games-puzzle/brainworkshop/Manifest b/games-puzzle/brainworkshop/Manifest
index e733bbc946d5..c3749adaf0ca 100644
--- a/games-puzzle/brainworkshop/Manifest
+++ b/games-puzzle/brainworkshop/Manifest
@@ -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
diff --git a/games-puzzle/brainworkshop/brainworkshop-5.0.2_p20230115.ebuild b/games-puzzle/brainworkshop/brainworkshop-5.0.2_p20230115.ebuild
deleted file mode 100644
index fc0a9279d9d0..000000000000
--- a/games-puzzle/brainworkshop/brainworkshop-5.0.2_p20230115.ebuild
+++ /dev/null
@@ -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
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-03-20 7:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02 8:53 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/brainworkshop/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2024-03-20 7:17 Ionen Wolkens
2024-03-20 7:17 Ionen Wolkens
2023-01-27 20:25 Ionen Wolkens
2023-01-27 20:25 Ionen Wolkens
2022-02-11 23:16 Ionen Wolkens
2021-04-04 6:33 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox