public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-board/rmahjong/
Date: Sun, 19 Feb 2023 05:17:52 +0000 (UTC)	[thread overview]
Message-ID: <1676783006.81630af485b010d84d0b11f8462bec3902f3c906.cybertailor@gentoo> (raw)

commit:     81630af485b010d84d0b11f8462bec3902f3c906
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:03:26 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:03:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81630af4

games-board/rmahjong: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 games-board/rmahjong/rmahjong-0.4_p20201106.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
index aa3171c7b..a098bb1c0 100644
--- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
+++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit desktop python-single-r1 toolchain-funcs xdg
 
@@ -72,16 +72,16 @@ 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
+	chmod 755 "${D}"/$(python_get_sitedir)/${PN}/start.sh
+	chmod 755 "${D}"/$(python_get_sitedir)/${PN}/server/run_server.sh
 
 	python_moduleinto ${PN}/bot
 	python_domodule bot/bot
-	fperms 755 $(python_get_sitedir)/${PN}/bot/bot
+	chmod 755 "${D}"/$(python_get_sitedir)/${PN}/bot/bot
 
-	python_optimize "${D}/$(python_get_sitedir)/${PN}/"{client,server}/*.py
+	python_optimize
 
-	dobin "rmahjong"
+	dobin rmahjong
 	doicon -s 48 "${DISTDIR}/kmahjongg_${PN}.png"
-	make_desktop_entry "${PN}" "RMahjong" "kmahjongg_${PN}" "Game;BoardGame;" || die "Failed making desktop entry!"
+	make_desktop_entry "${PN}" "RMahjong" "kmahjongg_${PN}" "Game;BoardGame;"
 }


             reply	other threads:[~2023-02-19  5:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19  5:17 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-18 20:06 [gentoo-commits] repo/proj/guru:dev commit in: games-board/rmahjong/ Sergey Torokhov
2023-01-18 22:12 Sergey Torokhov
2022-03-06 12:48 Sergey Torokhov
2022-02-13 20:24 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-02-13 20:18 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-04-25 12:23 Sergey Torokhov
2021-04-24 10:33 Sergey Torokhov
2021-04-24 10:33 Sergey Torokhov
2021-03-28 10:17 Andrew Ammerlaan
2020-11-09 22:19 Sergey Torokhov

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=1676783006.81630af485b010d84d0b11f8462bec3902f3c906.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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