From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1077881-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A411138334 for <garchives@archives.gentoo.org>; Sun, 17 Mar 2019 07:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3740CE09B7; Sun, 17 Mar 2019 07:28:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBDF6E09B7 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2019 07:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17894335CD2 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2019 07:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83D3356D for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2019 07:27:56 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1552807639.33184ed2c29bc851a4e937e4105265823c745fad.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-5.0.0-r1.ebuild app-emulation/libvirt/libvirt-5.0.0.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 33184ed2c29bc851a4e937e4105265823c745fad X-VCS-Branch: master Date: Sun, 17 Mar 2019 07:27:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf0e028b-d3b9-486a-8a28-5489568907ba X-Archives-Hash: c1423156b1944bc8850517fe9b0a561b commit: 33184ed2c29bc851a4e937e4105265823c745fad Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun Mar 17 07:07:09 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 07:27:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33184ed2 app-emulation/libvirt: update 5.0.0 to all changes made in 4.10.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> .../{libvirt-5.0.0.ebuild => libvirt-5.0.0-r1.ebuild} | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app-emulation/libvirt/libvirt-5.0.0.ebuild b/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild similarity index 95% rename from app-emulation/libvirt/libvirt-5.0.0.ebuild rename to app-emulation/libvirt/libvirt-5.0.0-r1.ebuild index 158a315e310..5c5592c87a7 100644 --- a/app-emulation/libvirt/libvirt-5.0.0.ebuild +++ b/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{4,5,6,7} ) @@ -28,9 +28,9 @@ DESCRIPTION="C toolkit to manipulate virtual machines" HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" IUSE=" - apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm - libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit - +qemu rbd sasl selinux +udev +vepa virtualbox virt-network + apparmor audit +caps +dbus firewalld fuse glusterfs iscsi iscsi-direct + +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp + policykit +qemu rbd sasl selinux +udev +vepa virtualbox virt-network wireshark-plugins xen zeroconf zfs " @@ -56,7 +56,11 @@ RDEPEND=" dev-libs/libgcrypt:0 dev-libs/libnl:3 >=dev-libs/libxml2-2.7.6 - || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 ) + || ( + >=net-analyzer/gnu-netcat-0.7.1-r3 + >=net-analyzer/netcat-110-r9 + >=net-analyzer/openbsd-netcat-1.105-r1 + ) >=net-libs/gnutls-1.0.25:0= net-libs/libssh2 net-libs/libtirpc @@ -75,6 +79,7 @@ RDEPEND=" fuse? ( >=sys-fs/fuse-2.8.6:= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) iscsi? ( sys-block/open-iscsi ) + iscsi-direct? ( >=net-libs/libiscsi-1.18.0 ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) nfs? ( net-fs/nfs-utils ) @@ -253,6 +258,7 @@ src_configure() { $(use_with glusterfs) $(use_with glusterfs storage-gluster) $(use_with iscsi storage-iscsi) + $(use_with iscsi-direct storage-iscsi-direct) $(use_with libvirtd) $(use_with libssh) $(use_with lvm storage-lvm)