From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-board/rmahjong/
Date: Sat, 24 Apr 2021 23:19:41 +0000 (UTC) [thread overview]
Message-ID: <1619260223.ed101e00ee873d95f0d01b2d637dff8e22c8c86e.telans@gentoo> (raw)
commit: ed101e00ee873d95f0d01b2d637dff8e22c8c86e
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Apr 24 10:26:01 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 24 10:30:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed101e00
games-board/rmahjong: fix bot install path; fix exec permissions
The bot file is installed wrong path since fix module installation.
Without shell-scripts and bot exec permissions app doesn't start.
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
games-board/rmahjong/rmahjong-0.4_p20201106.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
index 4453adf3c..a8a3e6da8 100644
--- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
+++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit desktop python-single-r1 xdg
@@ -62,9 +62,12 @@ src_test() {
src_install() {
python_moduleinto ${PN}
python_domodule {client/,server/,start.sh}
+ fperms 755 $(python_get_sitedir)/${PN}/start.sh
+ fperms 755 $(python_get_sitedir)/${PN}/server/run_server.sh
- python_moduleinto bot
- python_domodule "bot/bot"
+ python_moduleinto ${PN}/bot
+ python_domodule bot/bot
+ fperms 755 $(python_get_sitedir)/${PN}/bot/bot
python_optimize "${D}/$(python_get_sitedir)/${PN}/"{client,server}/*.py
next reply other threads:[~2021-04-24 23:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-24 23:19 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-18 21:26 [gentoo-commits] repo/proj/guru:master commit in: games-board/rmahjong/ Julien Roy
2022-02-13 20:24 Arthur Zamarin
2021-04-25 20:28 Andrew Ammerlaan
2021-04-24 23:19 Theo Anderson
2020-11-10 14:22 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619260223.ed101e00ee873d95f0d01b2d637dff8e22c8c86e.telans@gentoo \
--to=telans@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox