Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/
Date: Wed, 29 Dec 2021 17:14:44
Message-Id: 1640798072.b325428abdd0071c336886651d60e2b862e3d952.prometheanfire@gentoo
1 commit: b325428abdd0071c336886651d60e2b862e3d952
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 29 17:14:32 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 17:14:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b325428a
7
8 www-apps/icingaweb2: manage group of icingaweb2 icingacli
9
10 Closes: https://bugs.gentoo.org/830215
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 .../icingaweb2/{icingaweb2-2.9.5.ebuild => icingaweb2-2.9.5-r1.ebuild} | 1 +
15 www-apps/icingaweb2/icingaweb2-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/www-apps/icingaweb2/icingaweb2-2.9.5.ebuild b/www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild
19 similarity index 97%
20 rename from www-apps/icingaweb2/icingaweb2-2.9.5.ebuild
21 rename to www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild
22 index 977d8fee7bb4..1ef7a422fe00 100644
23 --- a/www-apps/icingaweb2/icingaweb2-2.9.5.ebuild
24 +++ b/www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild
25 @@ -73,6 +73,7 @@ src_install() {
26 doins -r "${S}"/*
27 fperms -R a+rX "/usr/share/${PN}/public/"
28 fperms u+x,g+x "/usr/share/${PN}/bin/icingacli"
29 + fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli"
30 }
31
32 pkg_postinst() {
33
34 diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild
35 index dcfe13e3b7d0..c00a171bba00 100644
36 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild
37 +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild
38 @@ -73,6 +73,7 @@ src_install() {
39 doins -r "${S}"/*
40 fperms -R a+rX "/usr/share/${PN}/public/"
41 fperms u+x,g+x "/usr/share/${PN}/bin/icingacli"
42 + fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli"
43 }
44
45 pkg_postinst() {