Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/xbill/
Date: Mon, 23 Aug 2021 05:05:20
Message-Id: 1629695102.2c81abb29b6dd6d708c4d568cad2146da3422d5a.sam@gentoo
1 commit: 2c81abb29b6dd6d708c4d568cad2146da3422d5a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 04:14:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 05:05:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c81abb2
7
8 games-arcade/xbill: fix group of binary
9
10 Closes: https://bugs.gentoo.org/809353
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-arcade/xbill/{xbill-2.1-r3.ebuild => xbill-2.1-r4.ebuild} | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/games-arcade/xbill/xbill-2.1-r3.ebuild b/games-arcade/xbill/xbill-2.1-r4.ebuild
17 similarity index 90%
18 rename from games-arcade/xbill/xbill-2.1-r3.ebuild
19 rename to games-arcade/xbill/xbill-2.1-r4.ebuild
20 index 70378b00ceb..cbd5ae78dd0 100644
21 --- a/games-arcade/xbill/xbill-2.1-r3.ebuild
22 +++ b/games-arcade/xbill/xbill-2.1-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -43,6 +43,7 @@ src_install() {
30 default
31 newicon pixmaps/icon.xpm ${PN}.xpm
32 make_desktop_entry ${PN} XBill ${PN}
33 - fowners :gamestat /var/lib/xbill/scores
34 +
35 + fowners :gamestat /var/lib/xbill/scores /usr/bin/${PN}
36 fperms 664 /var/lib/xbill/scores
37 }