Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Tue, 20 Apr 2021 20:22:13
Message-Id: 1618950120.809a08d8a13d963bdfa9da3630f2b114c8cc5953.prometheanfire@gentoo
1 commit: 809a08d8a13d963bdfa9da3630f2b114c8cc5953
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 20:22:00 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 20:22:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809a08d8
7
8 sys-cluster/neutron: use chown/chmod instead of fperm/fowners
9
10 Closes: https://bugs.gentoo.org/784146
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-cluster/neutron/neutron-2020.1.9999.ebuild | 6 +++---
15 sys-cluster/neutron/neutron-2020.2.9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-cluster/neutron/neutron-2020.1.9999.ebuild b/sys-cluster/neutron/neutron-2020.1.9999.ebuild
19 index a48cc0a000d..b7172660e8f 100644
20 --- a/sys-cluster/neutron/neutron-2020.1.9999.ebuild
21 +++ b/sys-cluster/neutron/neutron-2020.1.9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -205,8 +205,8 @@ python_install_all() {
29 unpack "neutron-ml2-plugins-${PV}.tar.gz"
30
31 # correcting perms
32 - fowners neutron:neutron -R "/etc/neutron"
33 - fperms o-rwx -R "/etc/neutron/"
34 + chown neutron:neutron -R "/etc/neutron"
35 + chmod o-rwx -R "/etc/neutron/"
36
37 #remove superfluous stuff
38 rm -R "${D}/usr/etc/"
39
40 diff --git a/sys-cluster/neutron/neutron-2020.2.9999.ebuild b/sys-cluster/neutron/neutron-2020.2.9999.ebuild
41 index 11c02b07965..a73317fb3f8 100644
42 --- a/sys-cluster/neutron/neutron-2020.2.9999.ebuild
43 +++ b/sys-cluster/neutron/neutron-2020.2.9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -202,8 +202,8 @@ python_install_all() {
51 unpack "neutron-ml2-plugins-${PV}.tar.gz"
52
53 # correcting perms
54 - fowners neutron:neutron -R "/etc/neutron"
55 - fperms o-rwx -R "/etc/neutron/"
56 + chown neutron:neutron -R "/etc/neutron"
57 + chmod o-rwx -R "/etc/neutron/"
58
59 #remove superfluous stuff
60 rm -R "${D}/usr/etc/"