Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/
Date: Mon, 29 Jul 2019 17:51:04
Message-Id: 1564422654.03e113f278c810446e7b480eef59c23df5455d5f.floppym@gentoo
1 commit: 03e113f278c810446e7b480eef59c23df5455d5f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 17:50:43 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 17:50:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e113f2
7
8 sys-fs/eudev: use acct-group packages
9
10 Package-Manager: Portage-2.3.69_p3, Repoman-2.3.16_p12
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-fs/eudev/eudev-3.2.5.ebuild | 13 +++++--------
14 sys-fs/eudev/eudev-3.2.7-r2.ebuild | 12 ++++--------
15 sys-fs/eudev/eudev-3.2.8.ebuild | 12 ++++--------
16 sys-fs/eudev/eudev-4.9999.ebuild | 11 ++++-------
17 sys-fs/eudev/eudev-9999.ebuild | 12 ++++--------
18 5 files changed, 21 insertions(+), 39 deletions(-)
19
20 diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild
21 index d8452859579..292095d6378 100644
22 --- a/sys-fs/eudev/eudev-3.2.5.ebuild
23 +++ b/sys-fs/eudev/eudev-3.2.5.ebuild
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="6"
30
31 KV_min=2.6.39
32
33 -inherit autotools linux-info multilib multilib-minimal user
34 +inherit autotools linux-info multilib multilib-minimal
35
36 if [[ ${PV} = 9999* ]]; then
37 EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
38 @@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
39 test? ( app-text/tree dev-lang/perl )"
40
41 RDEPEND="${COMMON_DEPEND}
42 + acct-group/input
43 + acct-group/kvm
44 + acct-group/render
45 !<sys-fs/lvm2-2.02.103
46 !<sec-policy/selinux-base-2.20120725-r10
47 !sys-fs/udev
48 @@ -184,12 +187,6 @@ pkg_postinst() {
49 ewarn "else losetup may be confused when looking for unused devices."
50 fi
51
52 - # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
53 - # https://bugs.gentoo.org/246847
54 - # https://bugs.gentoo.org/514174
55 - enewgroup input
56 -
57 - # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
58 # process it as a list. We only care about the zero case (new install) or the case where
59 # the same version is being re-emerged. If there is a second version, allow it to abort.
60 local rv rvres=doitnew
61
62 diff --git a/sys-fs/eudev/eudev-3.2.7-r2.ebuild b/sys-fs/eudev/eudev-3.2.7-r2.ebuild
63 index 9ab6b6a42a2..a9b3e55a1b9 100644
64 --- a/sys-fs/eudev/eudev-3.2.7-r2.ebuild
65 +++ b/sys-fs/eudev/eudev-3.2.7-r2.ebuild
66 @@ -5,7 +5,7 @@ EAPI="6"
67
68 KV_min=2.6.39
69
70 -inherit autotools linux-info multilib multilib-minimal user
71 +inherit autotools linux-info multilib multilib-minimal
72
73 if [[ ${PV} = 9999* ]]; then
74 EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
75 @@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
76 test? ( app-text/tree dev-lang/perl )"
77
78 RDEPEND="${COMMON_DEPEND}
79 + acct-group/input
80 + acct-group/kvm
81 + acct-group/render
82 !<sys-fs/lvm2-2.02.103
83 !<sec-policy/selinux-base-2.20120725-r10
84 !sys-fs/udev
85 @@ -186,13 +189,6 @@ pkg_postinst() {
86 ewarn "else losetup may be confused when looking for unused devices."
87 fi
88
89 - # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
90 - # https://bugs.gentoo.org/246847
91 - # https://bugs.gentoo.org/514174
92 - enewgroup input
93 - enewgroup kvm 78
94 - enewgroup render
95 -
96 # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
97 # process it as a list. We only care about the zero case (new install) or the case where
98 # the same version is being re-emerged. If there is a second version, allow it to abort.
99
100 diff --git a/sys-fs/eudev/eudev-3.2.8.ebuild b/sys-fs/eudev/eudev-3.2.8.ebuild
101 index 9ab6b6a42a2..a9b3e55a1b9 100644
102 --- a/sys-fs/eudev/eudev-3.2.8.ebuild
103 +++ b/sys-fs/eudev/eudev-3.2.8.ebuild
104 @@ -5,7 +5,7 @@ EAPI="6"
105
106 KV_min=2.6.39
107
108 -inherit autotools linux-info multilib multilib-minimal user
109 +inherit autotools linux-info multilib multilib-minimal
110
111 if [[ ${PV} = 9999* ]]; then
112 EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
113 @@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
114 test? ( app-text/tree dev-lang/perl )"
115
116 RDEPEND="${COMMON_DEPEND}
117 + acct-group/input
118 + acct-group/kvm
119 + acct-group/render
120 !<sys-fs/lvm2-2.02.103
121 !<sec-policy/selinux-base-2.20120725-r10
122 !sys-fs/udev
123 @@ -186,13 +189,6 @@ pkg_postinst() {
124 ewarn "else losetup may be confused when looking for unused devices."
125 fi
126
127 - # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
128 - # https://bugs.gentoo.org/246847
129 - # https://bugs.gentoo.org/514174
130 - enewgroup input
131 - enewgroup kvm 78
132 - enewgroup render
133 -
134 # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
135 # process it as a list. We only care about the zero case (new install) or the case where
136 # the same version is being re-emerged. If there is a second version, allow it to abort.
137
138 diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild
139 index a2f3610f835..da2372754cf 100644
140 --- a/sys-fs/eudev/eudev-4.9999.ebuild
141 +++ b/sys-fs/eudev/eudev-4.9999.ebuild
142 @@ -5,7 +5,7 @@ EAPI="6"
143
144 KV_min=2.6.39
145
146 -inherit autotools linux-info multilib multilib-minimal user
147 +inherit autotools linux-info multilib multilib-minimal
148
149 if [[ ${PV} = 4.9999* ]]; then
150 EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
151 @@ -40,6 +40,9 @@ DEPEND="${COMMON_DEPEND}
152 test? ( app-text/tree dev-lang/perl )"
153
154 RDEPEND="${COMMON_DEPEND}
155 + acct-group/input
156 + acct-group/kvm
157 + acct-group/render
158 !<sys-fs/lvm2-2.02.103
159 !<sec-policy/selinux-base-2.20120725-r10
160 !sys-fs/udev
161 @@ -178,12 +181,6 @@ pkg_postinst() {
162 ewarn "else losetup may be confused when looking for unused devices."
163 fi
164
165 - # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
166 - # https://bugs.gentoo.org/246847
167 - # https://bugs.gentoo.org/514174
168 - enewgroup input
169 -
170 - # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
171 # process it as a list. We only care about the zero case (new install) or the case where
172 # the same version is being re-emerged. If there is a second version, allow it to abort.
173 local rv rvres=doitnew
174
175 diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild
176 index 9ab6b6a42a2..a9b3e55a1b9 100644
177 --- a/sys-fs/eudev/eudev-9999.ebuild
178 +++ b/sys-fs/eudev/eudev-9999.ebuild
179 @@ -5,7 +5,7 @@ EAPI="6"
180
181 KV_min=2.6.39
182
183 -inherit autotools linux-info multilib multilib-minimal user
184 +inherit autotools linux-info multilib multilib-minimal
185
186 if [[ ${PV} = 9999* ]]; then
187 EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
188 @@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
189 test? ( app-text/tree dev-lang/perl )"
190
191 RDEPEND="${COMMON_DEPEND}
192 + acct-group/input
193 + acct-group/kvm
194 + acct-group/render
195 !<sys-fs/lvm2-2.02.103
196 !<sec-policy/selinux-base-2.20120725-r10
197 !sys-fs/udev
198 @@ -186,13 +189,6 @@ pkg_postinst() {
199 ewarn "else losetup may be confused when looking for unused devices."
200 fi
201
202 - # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
203 - # https://bugs.gentoo.org/246847
204 - # https://bugs.gentoo.org/514174
205 - enewgroup input
206 - enewgroup kvm 78
207 - enewgroup render
208 -
209 # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
210 # process it as a list. We only care about the zero case (new install) or the case where
211 # the same version is being re-emerged. If there is a second version, allow it to abort.