Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Tue, 30 Jul 2019 13:44:31
Message-Id: 1564494247.82df260e8d9e7c34b8cdcdd835ff6f162923170b.floppym@gentoo
1 commit: 82df260e8d9e7c34b8cdcdd835ff6f162923170b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 18:20:10 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 13:44:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82df260e
7
8 app-emulation/libvirt: depend on acct-user/qemu and acct-group/libvirt
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 app-emulation/libvirt/libvirt-5.2.0-r2.ebuild | 11 +++--------
14 app-emulation/libvirt/libvirt-5.2.0-r3.ebuild | 11 +++--------
15 app-emulation/libvirt/libvirt-5.4.0-r1.ebuild | 11 +++--------
16 app-emulation/libvirt/libvirt-5.5.0-r1.ebuild | 11 +++--------
17 app-emulation/libvirt/libvirt-9999.ebuild | 11 +++--------
18 5 files changed, 15 insertions(+), 40 deletions(-)
19
20 diff --git a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
21 index ce11748ab11..69d15a2c447 100644
22 --- a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
23 +++ b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
24 @@ -5,7 +5,7 @@ EAPI=7
25
26 PYTHON_COMPAT=( python3_{5,6,7} )
27
28 -inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd user
29 +inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd
30
31 if [[ ${PV} = *9999* ]]; then
32 inherit git-r3
33 @@ -47,6 +47,8 @@ REQUIRED_USE="
34 # package will use 3 by default. Since we don't have slot pinning in an API,
35 # we must go with the most recent
36 RDEPEND="
37 + acct-user/qemu
38 + policykit? ( acct-group/libvirt )
39 app-misc/scrub
40 dev-libs/libgcrypt:0
41 dev-libs/libnl:3
42 @@ -127,13 +129,6 @@ PATCHES=(
43 )
44
45 pkg_setup() {
46 - if use qemu; then
47 - enewgroup qemu 77
48 - enewuser qemu 77 -1 -1 "qemu,kvm"
49 - fi
50 -
51 - use policykit && enewgroup libvirt
52 -
53 # Check kernel configuration:
54 CONFIG_CHECK=""
55 use fuse && CONFIG_CHECK+="
56
57 diff --git a/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild b/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild
58 index 6eaa333934d..8709e69b6fd 100644
59 --- a/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild
60 +++ b/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild
61 @@ -5,7 +5,7 @@ EAPI=7
62
63 PYTHON_COMPAT=( python3_{5,6,7} )
64
65 -inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd user
66 +inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd
67
68 if [[ ${PV} = *9999* ]]; then
69 inherit git-r3
70 @@ -47,6 +47,8 @@ REQUIRED_USE="
71 # package will use 3 by default. Since we don't have slot pinning in an API,
72 # we must go with the most recent
73 RDEPEND="
74 + acct-user/qemu
75 + policykit? ( acct-group/libvirt )
76 app-misc/scrub
77 dev-libs/libgcrypt:0
78 dev-libs/libnl:3
79 @@ -127,13 +129,6 @@ PATCHES=(
80 )
81
82 pkg_setup() {
83 - if use qemu; then
84 - enewgroup qemu 77
85 - enewuser qemu 77 -1 -1 "qemu,kvm"
86 - fi
87 -
88 - use policykit && enewgroup libvirt
89 -
90 # Check kernel configuration:
91 CONFIG_CHECK=""
92 use fuse && CONFIG_CHECK+="
93
94 diff --git a/app-emulation/libvirt/libvirt-5.4.0-r1.ebuild b/app-emulation/libvirt/libvirt-5.4.0-r1.ebuild
95 index 796ca2632a9..ea698db7c73 100644
96 --- a/app-emulation/libvirt/libvirt-5.4.0-r1.ebuild
97 +++ b/app-emulation/libvirt/libvirt-5.4.0-r1.ebuild
98 @@ -5,7 +5,7 @@ EAPI=7
99
100 PYTHON_COMPAT=( python3_{5,6,7} )
101
102 -inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd user
103 +inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd
104
105 if [[ ${PV} = *9999* ]]; then
106 inherit git-r3
107 @@ -47,6 +47,8 @@ REQUIRED_USE="
108 # package will use 3 by default. Since we don't have slot pinning in an API,
109 # we must go with the most recent
110 RDEPEND="
111 + acct-user/qemu
112 + policykit? ( acct-group/libvirt )
113 app-misc/scrub
114 dev-libs/libgcrypt:0
115 dev-libs/libnl:3
116 @@ -127,13 +129,6 @@ PATCHES=(
117 )
118
119 pkg_setup() {
120 - if use qemu; then
121 - enewgroup qemu 77
122 - enewuser qemu 77 -1 -1 "qemu,kvm"
123 - fi
124 -
125 - use policykit && enewgroup libvirt
126 -
127 # Check kernel configuration:
128 CONFIG_CHECK=""
129 use fuse && CONFIG_CHECK+="
130
131 diff --git a/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild b/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild
132 index 5cb42f7609c..5c4936718f6 100644
133 --- a/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild
134 +++ b/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild
135 @@ -5,7 +5,7 @@ EAPI=7
136
137 PYTHON_COMPAT=( python3_{5,6,7} )
138
139 -inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd user
140 +inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd
141
142 if [[ ${PV} = *9999* ]]; then
143 inherit git-r3
144 @@ -47,6 +47,8 @@ REQUIRED_USE="
145 # package will use 3 by default. Since we don't have slot pinning in an API,
146 # we must go with the most recent
147 RDEPEND="
148 + acct-user/qemu
149 + policykit? ( acct-group/libvirt )
150 app-misc/scrub
151 dev-libs/libgcrypt:0
152 dev-libs/libnl:3
153 @@ -126,13 +128,6 @@ PATCHES=(
154 )
155
156 pkg_setup() {
157 - if use qemu; then
158 - enewgroup qemu 77
159 - enewuser qemu 77 -1 -1 "qemu,kvm"
160 - fi
161 -
162 - use policykit && enewgroup libvirt
163 -
164 # Check kernel configuration:
165 CONFIG_CHECK=""
166 use fuse && CONFIG_CHECK+="
167
168 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
169 index 5cb42f7609c..5c4936718f6 100644
170 --- a/app-emulation/libvirt/libvirt-9999.ebuild
171 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
172 @@ -5,7 +5,7 @@ EAPI=7
173
174 PYTHON_COMPAT=( python3_{5,6,7} )
175
176 -inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd user
177 +inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd
178
179 if [[ ${PV} = *9999* ]]; then
180 inherit git-r3
181 @@ -47,6 +47,8 @@ REQUIRED_USE="
182 # package will use 3 by default. Since we don't have slot pinning in an API,
183 # we must go with the most recent
184 RDEPEND="
185 + acct-user/qemu
186 + policykit? ( acct-group/libvirt )
187 app-misc/scrub
188 dev-libs/libgcrypt:0
189 dev-libs/libnl:3
190 @@ -126,13 +128,6 @@ PATCHES=(
191 )
192
193 pkg_setup() {
194 - if use qemu; then
195 - enewgroup qemu 77
196 - enewuser qemu 77 -1 -1 "qemu,kvm"
197 - fi
198 -
199 - use policykit && enewgroup libvirt
200 -
201 # Check kernel configuration:
202 CONFIG_CHECK=""
203 use fuse && CONFIG_CHECK+="