public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-board/rmahjong/
Date: Sun, 28 Mar 2021 10:17:46 +0000 (UTC)	[thread overview]
Message-ID: <1616926663.b594499f8fd768674260352713d666bc7f0210d3.andrewammerlaan@gentoo> (raw)

commit:     b594499f8fd768674260352713d666bc7f0210d3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:04:35 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b594499f

games-board/rmahjong: fix DoublePrefixInPath

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 games-board/rmahjong/rmahjong-0.4_p20201106.ebuild | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
index 21bf38585..4453adf3c 100644
--- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
+++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -60,14 +60,11 @@ src_test() {
 }
 
 src_install() {
-	insinto "$(python_get_sitedir)/${PN}"
-	doins -r {client/,server/,start.sh}
-	fperms 755 $(python_get_sitedir)/${PN}/start.sh
-	fperms 755 $(python_get_sitedir)/${PN}/server/run_server.sh
-
-	insinto "$(python_get_sitedir)/${PN}/bot"
-	doins "bot/bot"
-	fperms 755 $(python_get_sitedir)/${PN}/bot/bot
+	python_moduleinto ${PN}
+	python_domodule {client/,server/,start.sh}
+
+	python_moduleinto bot
+	python_domodule "bot/bot"
 
 	python_optimize "${D}/$(python_get_sitedir)/${PN}/"{client,server}/*.py
 


             reply	other threads:[~2021-03-28 10:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-28 10:17 Andrew Ammerlaan [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-02-19  5:17 Anna Vyalkova
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
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=1616926663.b594499f8fd768674260352713d666bc7f0210d3.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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