* [gentoo-commits] repo/gentoo:master commit in: games-arcade/pachi/
@ 2021-08-23 4:06 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-08-23 4:06 UTC (permalink / raw
To: gentoo-commits
commit: 3edb7e2e494e96c71008051b9d2ae9327364f5d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 03:48:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 04:06:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edb7e2e
games-arcade/pachi: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/pachi/{pachi-1.0-r1.ebuild => pachi-1.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/pachi/pachi-1.0-r1.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild
similarity index 93%
rename from games-arcade/pachi/pachi-1.0-r1.ebuild
rename to games-arcade/pachi/pachi-1.0-r2.ebuild
index d8cfae4ed69..00da8955ee3 100644
--- a/games-arcade/pachi/pachi-1.0-r1.ebuild
+++ b/games-arcade/pachi/pachi-1.0-r2.ebuild
@@ -44,7 +44,7 @@ src_install() {
newicon Tgfx/icon.bmp ${PN}.bmp
make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp
- fowners root:gamestat /var/lib/${PN}/data/scores.dat
+ fowners root:gamestat /var/lib/${PN}/data/scores.dat /usr/bin/${PN}
fperms 660 /var/lib/${PN}/data/scores.dat
fperms g+s /usr/bin/${PN}
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/pachi/
@ 2024-07-21 10:29 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2024-07-21 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 5ddb7f015855b8200c86af6be63d162f9e64897b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 10:12:19 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 10:29:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddb7f01
games-arcade/pachi: Fix installation with updated group
Closes: https://bugs.gentoo.org/811717
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/pachi/pachi-1.0-r2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-arcade/pachi/pachi-1.0-r2.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild
index c93353022186..49d3b76623a5 100644
--- a/games-arcade/pachi/pachi-1.0-r2.ebuild
+++ b/games-arcade/pachi/pachi-1.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools desktop
@@ -35,6 +35,9 @@ src_prepare() {
rm -f missing || die
mv configure.in configure.ac || die
+
+ sed -i -e 's/games/gamestat/g' data/Makefile.am || die
+
eautoreconf
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-21 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 4:06 [gentoo-commits] repo/gentoo:master commit in: games-arcade/pachi/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-21 10:29 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox