Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Sat, 03 Oct 2020 21:24:15
Message-Id: 1601760229.cb0ddafdc0d3e37d63e117408499412cf054c8db.gyakovlev@gentoo
1 commit: cb0ddafdc0d3e37d63e117408499412cf054c8db
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Sun Sep 27 18:12:48 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 21:23:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0ddafd
7
8 app-emulation/virt-manager: Version updated to 3.1.0 with changes:
9
10 * Set rdepend on argcomplete.
11 * Replaced perl dependency with docutils.
12
13 Bug: https://bugs.gentoo.org/713070
14 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
15 Closes: https://github.com/gentoo/gentoo/pull/17694
16 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
17
18 app-emulation/virt-manager/Manifest | 1 +
19 .../{virt-manager-9999.ebuild => virt-manager-3.1.0.ebuild} | 8 ++++----
20 app-emulation/virt-manager/virt-manager-9999.ebuild | 4 ++--
21 3 files changed, 7 insertions(+), 6 deletions(-)
22
23 diff --git a/app-emulation/virt-manager/Manifest b/app-emulation/virt-manager/Manifest
24 index 455f05287f0..e8e1eea7b69 100644
25 --- a/app-emulation/virt-manager/Manifest
26 +++ b/app-emulation/virt-manager/Manifest
27 @@ -1 +1,2 @@
28 DIST virt-manager-2.2.1.tar.gz 2623754 BLAKE2B c81e730f2d685152bd0ef0a0327a74a70c50bff91e80ed0e3de92d0b848183c4bc092be333f2f0785c6a0b39f0b6d6abbd1f38c902f52ba4af7c56d64ee9b026 SHA512 aa97af52b3552c087beab8701762c21e8e6d818c9787d5376ed4e1ae40a34d5e8870c4c00fda9cb17a2340d1dff5b17e853182df720cdd9ea4c91cf01502a33a
29 +DIST virt-manager-3.1.0.tar.gz 2848420 BLAKE2B 729a16ee419cfc9f118e4a59336e961f17f38908ab3aaa3598c83bff3e8bca75b150f0f38b021c5ccb839a7c43e87f071859f68c2a81425715e236e14d0a7929 SHA512 185e34d8ebb2f9755bf9732bdafdbe9d0924d8c3b69758947252cce5deeac2042f473ba63673eea2bf36beb1f216a856938650f86e2c86eb5618e8f8522df53d
30
31 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-3.1.0.ebuild
32 similarity index 95%
33 copy from app-emulation/virt-manager/virt-manager-9999.ebuild
34 copy to app-emulation/virt-manager/virt-manager-3.1.0.ebuild
35 index dc329fa32f1..cb575dc4df6 100644
36 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
37 +++ b/app-emulation/virt-manager/virt-manager-3.1.0.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI=6
41
42 -PYTHON_COMPAT=( python3_{6,7,8} )
43 +PYTHON_COMPAT=( python3_{7,8,9} )
44 DISTUTILS_SINGLE_IMPL=1
45
46 DISTUTILS_USE_SETUPTOOLS=no
47 @@ -15,11 +15,11 @@ HOMEPAGE="http://virt-manager.org"
48 if [[ ${PV} = *9999* ]]; then
49 inherit git-r3
50 SRC_URI=""
51 - KEYWORDS=""
52 + KEYWORDS="amd64 arm64 x86"
53 EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
54 else
55 SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
56 - KEYWORDS="~amd64 ~ppc64 ~x86"
57 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
58 fi
59
60 LICENSE="GPL-2"
61 @@ -50,7 +50,7 @@ RDEPEND="!app-emulation/virtinst
62 )
63 "
64 DEPEND="${RDEPEND}
65 - dev-lang/perl
66 + dev-python/docutils
67 dev-util/intltool
68 "
69
70
71 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
72 index dc329fa32f1..a3390883c4d 100644
73 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
74 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
75 @@ -3,7 +3,7 @@
76
77 EAPI=6
78
79 -PYTHON_COMPAT=( python3_{6,7,8} )
80 +PYTHON_COMPAT=( python3_{7,8,9} )
81 DISTUTILS_SINGLE_IMPL=1
82
83 DISTUTILS_USE_SETUPTOOLS=no
84 @@ -50,7 +50,7 @@ RDEPEND="!app-emulation/virtinst
85 )
86 "
87 DEPEND="${RDEPEND}
88 - dev-lang/perl
89 + dev-python/docutils
90 dev-util/intltool
91 "