From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD525138BEB for ; Sat, 3 Oct 2015 18:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6969721C00D; Sat, 3 Oct 2015 18:16:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF5A721C00D for ; Sat, 3 Oct 2015 18:16:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB74334087F for ; Sat, 3 Oct 2015 18:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 793893F8 for ; Sat, 3 Oct 2015 18:16:22 +0000 (UTC) From: "Matthias Maier" 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" Message-ID: <1443896173.c71a1bd2f7d95cf83f3745f7ce1b1186b681c3e6.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-9999.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: c71a1bd2f7d95cf83f3745f7ce1b1186b681c3e6 X-VCS-Branch: master Date: Sat, 3 Oct 2015 18:16:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 088c7d29-7492-4993-b353-8f65ed57821a X-Archives-Hash: 4828de6eca90daf05c68ecc7e90d9ba1 commit: c71a1bd2f7d95cf83f3745f7ce1b1186b681c3e6 Author: Matthias Maier gentoo org> AuthorDate: Sat Oct 3 18:14:30 2015 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Oct 3 18:16:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71a1bd2 app-emulation/libvirt: Update live ebuild to latest changes Package-Manager: portage-2.2.22 app-emulation/libvirt/libvirt-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 051c953..26f6d63 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -60,8 +60,6 @@ REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) RDEPEND="sys-libs/readline:= sys-libs/ncurses:0= >=net-misc/curl-7.18.0 - net-firewall/ebtables - >=net-firewall/iptables-1.4.10[ipv6] dev-libs/libgcrypt:0 >=dev-libs/libxml2-2.7.6 dev-libs/libnl:3 @@ -107,6 +105,8 @@ RDEPEND="sys-libs/readline:= xen? ( app-emulation/xen-tools app-emulation/xen ) udev? ( virtual/udev >=x11-libs/libpciaccess-0.10.9 ) virt-network? ( net-dns/dnsmasq[script] + net-firewall/ebtables + >=net-firewall/iptables-1.4.10[ipv6] net-misc/radvd sys-apps/iproute2[-minimal] firewalld? ( net-firewall/firewalld ) @@ -126,8 +126,9 @@ DOC_CONTENTS="Important: The openrc libvirtd init script is now broken up into t separate services: libvirtd, that solely handles the daemon, and libvirt-guests, that takes care of clients during shutdown/restart of the host. In order to reenable client handling, edit /etc/conf.d/libvirt-guests -and enable the service: +and enable the service and start it: $ rc-update add libvirt-guests + $ service libvirt-guests start For the basic networking support (bridged and routed networks) you don't need any extra software. For more complex network modes including but not @@ -449,7 +450,7 @@ src_install() { systemd_newtmpfilesd "${FILESDIR}"/libvirtd.tmpfiles.conf libvirtd.conf newinitd "${S}/libvirtd.init" libvirtd || die - newinitd "${FILESDIR}/libvirt-guests.init" libvirt-guests || die + newinitd "${FILESDIR}/libvirt-guests.init-r1" libvirt-guests || die newinitd "${FILESDIR}/virtlockd.init-r1" virtlockd || die newconfd "${FILESDIR}/libvirtd.confd-r5" libvirtd || die