Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Mon, 17 May 2021 04:55:01
Message-Id: 1621227210.88ffed546c0338e168793932471d922589721bb1.tamiko@gentoo
1 commit: 88ffed546c0338e168793932471d922589721bb1
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Tue May 11 16:59:47 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 04:53:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ffed54
7
8 app-emulation/libvirt: Sync live ebuild.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/libvirt/libvirt-9999.ebuild | 16 ++++++++--------
14 1 file changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
17 index 769f0210643..2de18dcd6e2 100644
18 --- a/app-emulation/libvirt/libvirt-9999.ebuild
19 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_{7,8,9} )
23
24 -inherit meson bash-completion-r1 linux-info python-any-r1 readme.gentoo-r1 tmpfiles
25 +inherit meson bash-completion-r1 linux-info python-any-r1 readme.gentoo-r1 tmpfiles verify-sig
26
27 if [[ ${PV} = *9999* ]]; then
28 inherit git-r3
29 @@ -22,9 +22,10 @@ fi
30 DESCRIPTION="C toolkit to manipulate virtual machines"
31 HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/"
32 LICENSE="LGPL-2.1"
33 +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libvirt.org.asc
34 IUSE="
35 - apparmor audit +caps dtrace firewalld fuse glusterfs iscsi
36 - iscsi-direct +libvirtd lvm libssh lxc nfs nls numa openvz
37 + apparmor audit bash-completion +caps dtrace firewalld fuse glusterfs
38 + iscsi iscsi-direct +libvirtd lvm libssh lxc nfs nls numa openvz
39 parted pcap policykit +qemu rbd sasl selinux +udev
40 virtualbox +virt-network wireshark-plugins xen zfs
41 "
42 @@ -45,7 +46,9 @@ BDEPEND="
43 dev-libs/libxslt
44 dev-perl/XML-XPath
45 dev-python/docutils
46 - virtual/pkgconfig"
47 + virtual/pkgconfig
48 + bash-completion? ( >=app-shells/bash-completion-2.0 )
49 + verify-sig? ( app-crypt/openpgp-keys-libvirt )"
50
51 # gettext.sh command is used by the libvirt command wrappers, and it's
52 # non-optional, so put it into RDEPEND.
53 @@ -98,7 +101,7 @@ RDEPEND="
54 >=sys-auth/polkit-0.9
55 )
56 qemu? (
57 - >=app-emulation/qemu-1.5.0
58 + >=app-emulation/qemu-2.11
59 dev-libs/yajl
60 )
61 rbd? ( sys-cluster/ceph )
62 @@ -293,9 +296,6 @@ src_install() {
63 rm -rf "${D}"/var
64 rm -rf "${D}"/run
65
66 - newbashcomp "${BUILD_DIR}/tools/bash-completion/virsh" virsh
67 - newbashcomp "${BUILD_DIR}/tools/bash-completion/virt-admin" virt-admin
68 -
69 use libvirtd || return 0
70 # From here, only libvirtd-related instructions, be warned!