Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Wed, 23 Feb 2022 09:42:02
Message-Id: 1645609312.3d55fa8d9f14c61cf03039e8e1c686014620c166.juippis@gentoo
1 commit: 3d55fa8d9f14c61cf03039e8e1c686014620c166
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 09:36:17 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 09:41:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d55fa8d
7
8 app-emulation/virt-manager: drop 2.2.1-r3, 3.1.0, 3.2.0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-emulation/virt-manager/Manifest | 2 -
13 .../virt-manager/virt-manager-2.2.1-r3.ebuild | 97 ---------------------
14 .../virt-manager/virt-manager-3.1.0.ebuild | 98 ----------------------
15 .../virt-manager/virt-manager-3.2.0.ebuild | 97 ---------------------
16 4 files changed, 294 deletions(-)
17
18 diff --git a/app-emulation/virt-manager/Manifest b/app-emulation/virt-manager/Manifest
19 index a2de097882bf..f940c68df789 100644
20 --- a/app-emulation/virt-manager/Manifest
21 +++ b/app-emulation/virt-manager/Manifest
22 @@ -1,3 +1 @@
23 -DIST virt-manager-2.2.1.tar.gz 2623754 BLAKE2B c81e730f2d685152bd0ef0a0327a74a70c50bff91e80ed0e3de92d0b848183c4bc092be333f2f0785c6a0b39f0b6d6abbd1f38c902f52ba4af7c56d64ee9b026 SHA512 aa97af52b3552c087beab8701762c21e8e6d818c9787d5376ed4e1ae40a34d5e8870c4c00fda9cb17a2340d1dff5b17e853182df720cdd9ea4c91cf01502a33a
24 -DIST virt-manager-3.1.0.tar.gz 2848420 BLAKE2B 729a16ee419cfc9f118e4a59336e961f17f38908ab3aaa3598c83bff3e8bca75b150f0f38b021c5ccb839a7c43e87f071859f68c2a81425715e236e14d0a7929 SHA512 185e34d8ebb2f9755bf9732bdafdbe9d0924d8c3b69758947252cce5deeac2042f473ba63673eea2bf36beb1f216a856938650f86e2c86eb5618e8f8522df53d
25 DIST virt-manager-3.2.0.tar.gz 2858909 BLAKE2B 83bd8589fb7d9c855300e06689fdeeeee575e354f9349b5bc63ff1da1a8b578a842f6f60d95a8b8fa53ed007c090d37f706f50fb8dcbcee83c08e27853a150cc SHA512 90cd98fe6b269007cd30f628490c65df440abe39b4925c65dc80667e7d80d059752695353ccf6ac3e2436206da311bc402eda50df31874d82ef8fe115966e1ec
26
27 diff --git a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
28 deleted file mode 100644
29 index a5da10c5d597..000000000000
30 --- a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
31 +++ /dev/null
32 @@ -1,97 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_8 )
39 -DISTUTILS_SINGLE_IMPL=1
40 -
41 -DISTUTILS_USE_SETUPTOOLS=no
42 -inherit gnome2 distutils-r1
43 -
44 -DESCRIPTION="A graphical tool for administering virtual machines"
45 -HOMEPAGE="http://virt-manager.org"
46 -
47 -if [[ ${PV} = *9999* ]]; then
48 - inherit git-r3
49 - SRC_URI=""
50 - EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
51 -else
52 - SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
53 - KEYWORDS="amd64 ~arm64 ~ppc64 x86"
54 -fi
55 -
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -IUSE="gtk policykit sasl"
59 -
60 -RDEPEND="!app-emulation/virtinst
61 - ${PYTHON_DEPS}
62 - app-cdr/cdrtools
63 - >=app-emulation/libvirt-glib-1.0.0[introspection]
64 - $(python_gen_cond_dep '
65 - dev-libs/libxml2[python,${PYTHON_USEDEP}]
66 - dev-python/libvirt-python[${PYTHON_USEDEP}]
67 - dev-python/pygobject:3[${PYTHON_USEDEP}]
68 - dev-python/requests[${PYTHON_USEDEP}]
69 - ')
70 - >=sys-libs/libosinfo-0.2.10[introspection]
71 - gtk? (
72 - gnome-base/dconf
73 - >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection]
74 - net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
75 - net-misc/x11-ssh-askpass
76 - x11-libs/gtk+:3[introspection]
77 - x11-libs/gtksourceview:4[introspection]
78 - x11-libs/vte:2.91[introspection]
79 - policykit? ( sys-auth/polkit[introspection] )
80 - )
81 -"
82 -DEPEND="${RDEPEND}
83 - dev-lang/perl
84 - dev-util/intltool
85 -"
86 -
87 -DOCS=( README.md NEWS.md )
88 -
89 -src_prepare() {
90 - distutils-r1_src_prepare
91 -}
92 -
93 -python_configure() {
94 - esetup.py configure \
95 - --default-graphics=spice
96 -}
97 -
98 -python_install() {
99 - esetup.py install
100 -}
101 -
102 -src_install() {
103 - local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
104 - distutils-r1_src_install
105 -
106 - python_fix_shebang "${ED}"/usr/share/virt-manager
107 -}
108 -
109 -pkg_preinst() {
110 - if use gtk; then
111 - gnome2_pkg_preinst
112 -
113 - cd "${ED}"
114 - export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
115 - else
116 - rm -rf "${ED}/usr/share/virt-manager/virtManager"
117 - rm -f "${ED}/usr/share/virt-manager/virt-manager"
118 - rm -rf "${ED}/usr/share/virt-manager/ui/"
119 - rm -rf "${ED}/usr/share/virt-manager/icons/"
120 - rm -rf "${ED}/usr/share/man/man1/virt-manager.1*"
121 - rm -rf "${ED}/usr/share/icons/"
122 - rm -rf "${ED}/usr/share/applications/virt-manager.desktop"
123 - rm -rf "${ED}/usr/bin/virt-manager"
124 - fi
125 -}
126 -
127 -pkg_postinst() {
128 - use gtk && gnome2_pkg_postinst
129 -}
130
131 diff --git a/app-emulation/virt-manager/virt-manager-3.1.0.ebuild b/app-emulation/virt-manager/virt-manager-3.1.0.ebuild
132 deleted file mode 100644
133 index cec598a0ff27..000000000000
134 --- a/app-emulation/virt-manager/virt-manager-3.1.0.ebuild
135 +++ /dev/null
136 @@ -1,98 +0,0 @@
137 -# Copyright 1999-2021 Gentoo Authors
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI=6
141 -
142 -PYTHON_COMPAT=( python3_{8,9} )
143 -DISTUTILS_SINGLE_IMPL=1
144 -
145 -DISTUTILS_USE_SETUPTOOLS=no
146 -inherit gnome2 distutils-r1
147 -
148 -DESCRIPTION="A graphical tool for administering virtual machines"
149 -HOMEPAGE="http://virt-manager.org"
150 -
151 -if [[ ${PV} = *9999* ]]; then
152 - inherit git-r3
153 - SRC_URI=""
154 - EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
155 -else
156 - SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
157 - KEYWORDS="amd64 ~arm64 ~ppc64 x86"
158 -fi
159 -
160 -LICENSE="GPL-2"
161 -SLOT="0"
162 -IUSE="gtk policykit sasl"
163 -
164 -RDEPEND="!app-emulation/virtinst
165 - ${PYTHON_DEPS}
166 - app-cdr/cdrtools
167 - >=app-emulation/libvirt-glib-1.0.0[introspection]
168 - $(python_gen_cond_dep '
169 - dev-libs/libxml2[python,${PYTHON_USEDEP}]
170 - dev-python/argcomplete[${PYTHON_USEDEP}]
171 - dev-python/libvirt-python[${PYTHON_USEDEP}]
172 - dev-python/pygobject:3[${PYTHON_USEDEP}]
173 - dev-python/requests[${PYTHON_USEDEP}]
174 - ')
175 - >=sys-libs/libosinfo-0.2.10[introspection]
176 - gtk? (
177 - gnome-base/dconf
178 - >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection]
179 - net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
180 - net-misc/x11-ssh-askpass
181 - x11-libs/gtk+:3[introspection]
182 - x11-libs/gtksourceview:4[introspection]
183 - x11-libs/vte:2.91[introspection]
184 - policykit? ( sys-auth/polkit[introspection] )
185 - )
186 -"
187 -DEPEND="${RDEPEND}
188 - dev-python/docutils
189 - dev-util/intltool
190 -"
191 -
192 -DOCS=( README.md NEWS.md )
193 -
194 -src_prepare() {
195 - distutils-r1_src_prepare
196 -}
197 -
198 -python_configure() {
199 - esetup.py configure \
200 - --default-graphics=spice
201 -}
202 -
203 -python_install() {
204 - esetup.py install
205 -}
206 -
207 -src_install() {
208 - local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
209 - distutils-r1_src_install
210 -
211 - python_fix_shebang "${ED}"/usr/share/virt-manager
212 -}
213 -
214 -pkg_preinst() {
215 - if use gtk; then
216 - gnome2_pkg_preinst
217 -
218 - cd "${ED}"
219 - export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
220 - else
221 - rm -rf "${ED}/usr/share/virt-manager/virtManager"
222 - rm -f "${ED}/usr/share/virt-manager/virt-manager"
223 - rm -rf "${ED}/usr/share/virt-manager/ui/"
224 - rm -rf "${ED}/usr/share/virt-manager/icons/"
225 - rm -rf "${ED}/usr/share/man/man1/virt-manager.1*"
226 - rm -rf "${ED}/usr/share/icons/"
227 - rm -rf "${ED}/usr/share/applications/virt-manager.desktop"
228 - rm -rf "${ED}/usr/bin/virt-manager"
229 - fi
230 -}
231 -
232 -pkg_postinst() {
233 - use gtk && gnome2_pkg_postinst
234 -}
235
236 diff --git a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild b/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
237 deleted file mode 100644
238 index a17e294825f2..000000000000
239 --- a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
240 +++ /dev/null
241 @@ -1,97 +0,0 @@
242 -# Copyright 1999-2022 Gentoo Authors
243 -# Distributed under the terms of the GNU General Public License v2
244 -
245 -EAPI=6
246 -
247 -PYTHON_COMPAT=( python3_{8,9,10} )
248 -DISTUTILS_SINGLE_IMPL=1
249 -
250 -DISTUTILS_USE_SETUPTOOLS=no
251 -inherit gnome2 distutils-r1
252 -
253 -DESCRIPTION="A graphical tool for administering virtual machines"
254 -HOMEPAGE="http://virt-manager.org"
255 -
256 -if [[ ${PV} = *9999* ]]; then
257 - inherit git-r3
258 - SRC_URI=""
259 - EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
260 -else
261 - SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
262 - KEYWORDS="amd64 ~arm64 ~ppc64 x86"
263 -fi
264 -
265 -LICENSE="GPL-2"
266 -SLOT="0"
267 -IUSE="gtk policykit sasl"
268 -
269 -RDEPEND="${PYTHON_DEPS}
270 - app-cdr/cdrtools
271 - >=app-emulation/libvirt-glib-1.0.0[introspection]
272 - $(python_gen_cond_dep '
273 - dev-libs/libxml2[python,${PYTHON_USEDEP}]
274 - dev-python/argcomplete[${PYTHON_USEDEP}]
275 - >=dev-python/libvirt-python-6.10.0[${PYTHON_USEDEP}]
276 - dev-python/pygobject:3[${PYTHON_USEDEP}]
277 - dev-python/requests[${PYTHON_USEDEP}]
278 - ')
279 - >=sys-libs/libosinfo-0.2.10[introspection]
280 - gtk? (
281 - gnome-base/dconf
282 - >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection]
283 - net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
284 - net-misc/x11-ssh-askpass
285 - x11-libs/gtk+:3[introspection]
286 - x11-libs/gtksourceview:4[introspection]
287 - x11-libs/vte:2.91[introspection]
288 - policykit? ( sys-auth/polkit[introspection] )
289 - )
290 -"
291 -DEPEND="${RDEPEND}
292 - dev-python/docutils
293 - dev-util/intltool
294 -"
295 -
296 -DOCS=( README.md NEWS.md )
297 -
298 -src_prepare() {
299 - distutils-r1_src_prepare
300 -}
301 -
302 -python_configure() {
303 - esetup.py configure \
304 - --default-graphics=spice
305 -}
306 -
307 -python_install() {
308 - esetup.py install
309 -}
310 -
311 -src_install() {
312 - local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
313 - distutils-r1_src_install
314 -
315 - python_fix_shebang "${ED}"/usr/share/virt-manager
316 -}
317 -
318 -pkg_preinst() {
319 - if use gtk; then
320 - gnome2_pkg_preinst
321 -
322 - cd "${ED}"
323 - export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
324 - else
325 - rm -rf "${ED}/usr/share/virt-manager/virtManager"
326 - rm -f "${ED}/usr/share/virt-manager/virt-manager"
327 - rm -rf "${ED}/usr/share/virt-manager/ui/"
328 - rm -rf "${ED}/usr/share/virt-manager/icons/"
329 - rm -rf "${ED}/usr/share/man/man1/virt-manager.1*"
330 - rm -rf "${ED}/usr/share/icons/"
331 - rm -rf "${ED}/usr/share/applications/virt-manager.desktop"
332 - rm -rf "${ED}/usr/bin/virt-manager"
333 - fi
334 -}
335 -
336 -pkg_postinst() {
337 - use gtk && gnome2_pkg_postinst
338 -}