diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-03-01 10:07:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-03-01 10:07:31 +0000 |
commit | 01c74a563256ac9e91498d625865bb5a85d7c97a (patch) | |
tree | 29cb1afeb33b0a2c54a7f0715bcdc3625f63d277 /app-emulation | |
parent | Version bump erlang to 15.2 (bug 399155) and include compat-ethread USE flag ... (diff) | |
download | gentoo-2-01c74a563256ac9e91498d625865bb5a85d7c97a.tar.gz gentoo-2-01c74a563256ac9e91498d625865bb5a85d7c97a.tar.bz2 gentoo-2-01c74a563256ac9e91498d625865bb5a85d7c97a.zip |
Drop the json USE flag since using the HMP over QMP in qemu isn't supported anymore.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.10-r3.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 16 |
3 files changed, 19 insertions, 14 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 99bb838157e3..4f6e67923138 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.161 2012/02/23 16:34:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.162 2012/03/01 10:07:31 cardoe Exp $ + + 01 Mar 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.10-r3.ebuild, + libvirt-9999.ebuild: + Drop the json USE flag since using the HMP over QMP in qemu isn't supported + anymore. *libvirt-0.9.10-r3 (23 Feb 2012) diff --git a/app-emulation/libvirt/libvirt-0.9.10-r3.ebuild b/app-emulation/libvirt/libvirt-0.9.10-r3.ebuild index cd6a025ce0f9..1d46518760a0 100644 --- a/app-emulation/libvirt/libvirt-0.9.10-r3.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r3.ebuild,v 1.1 2012/02/23 16:34:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r3.ebuild,v 1.2 2012/03/01 10:07:31 cardoe Exp $ BACKPORTS=1 #AUTOTOOLIZE=yes @@ -37,7 +37,7 @@ DESCRIPTION="C toolkit to manipulate virtual machines" HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" SLOT="0" -IUSE="avahi caps debug iscsi +json +libvirtd lvm +lxc macvtap nfs \ +IUSE="avahi caps debug iscsi +libvirtd lvm +lxc macvtap nfs \ nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \ uml virtualbox virt-network xen elibc_glibc" # IUSE=one : bug #293416 & bug #299011 @@ -61,7 +61,6 @@ RDEPEND="sys-libs/readline avahi? ( >=net-dns/avahi-0.6[dbus] ) caps? ( sys-libs/libcap-ng ) iscsi? ( sys-block/open-iscsi ) - json? ( dev-libs/yajl ) libvirtd? ( net-misc/bridge-utils ) lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) nfs? ( net-fs/nfs-utils ) @@ -74,7 +73,8 @@ RDEPEND="sys-libs/readline pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) - qemu? ( || ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 ) ) + qemu? ( || ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 ) + dev-libs/yajl ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) @@ -128,6 +128,7 @@ src_configure() { fi myconf="${myconf} $(use_with uml)" myconf="${myconf} $(use_with qemu)" + myconf="${myconf} $(use_with qemu yajl)" # Use QMP over HMP # doesn't belong with hypervisors but links to libvirtd for some reason #myconf="${myconf} $(use_with one)" @@ -162,7 +163,6 @@ src_configure() { ## other myconf="${myconf} $(use_enable nls)" myconf="${myconf} $(use_with python)" - myconf="${myconf} $(use_with json yajl)" ## stuff we don't yet support myconf="${myconf} --without-netcf --without-audit" diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index c57f5d0d4b0f..8bdff26d07ad 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.22 2012/02/23 16:34:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.23 2012/03/01 10:07:31 cardoe Exp $ -#BACKPORTS=2 +BACKPORTS=1 #AUTOTOOLIZE=yes EAPI="4" @@ -28,8 +28,7 @@ else SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz ftp://libvirt.org/libvirt/${MY_P}.tar.gz ${BACKPORTS:+ - http://dev.gentoo.org/~flameeyes/${PN}/${MY_P}-backports-${BACKPORTS}.tar.bz2 - http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-backports-${BACKPORTS}.tar.bz2}" + http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-bp-${BACKPORTS}.tar.bz2}" KEYWORDS="~amd64 ~x86" fi S="${WORKDIR}/${P%_rc*}" @@ -38,7 +37,7 @@ DESCRIPTION="C toolkit to manipulate virtual machines" HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" SLOT="0" -IUSE="avahi caps debug iscsi +json +libvirtd lvm +lxc macvtap nfs \ +IUSE="avahi caps debug iscsi +libvirtd lvm +lxc macvtap nfs \ nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \ uml virtualbox virt-network xen elibc_glibc" # IUSE=one : bug #293416 & bug #299011 @@ -54,6 +53,7 @@ RDEPEND="sys-libs/readline >=dev-libs/libxml2-2.7.6 >=dev-libs/libnl-1.1:1.1 >=net-libs/gnutls-1.0.25 + sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext >=net-analyzer/netcat6-1.0-r2 @@ -61,7 +61,6 @@ RDEPEND="sys-libs/readline avahi? ( >=net-dns/avahi-0.6[dbus] ) caps? ( sys-libs/libcap-ng ) iscsi? ( sys-block/open-iscsi ) - json? ( dev-libs/yajl ) libvirtd? ( net-misc/bridge-utils ) lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) nfs? ( net-fs/nfs-utils ) @@ -74,7 +73,8 @@ RDEPEND="sys-libs/readline pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) - qemu? ( || ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 ) ) + qemu? ( || ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 ) + dev-libs/yajl ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) @@ -128,6 +128,7 @@ src_configure() { fi myconf="${myconf} $(use_with uml)" myconf="${myconf} $(use_with qemu)" + myconf="${myconf} $(use_with qemu yajl)" # Use QMP over HMP # doesn't belong with hypervisors but links to libvirtd for some reason #myconf="${myconf} $(use_with one)" @@ -162,7 +163,6 @@ src_configure() { ## other myconf="${myconf} $(use_enable nls)" myconf="${myconf} $(use_with python)" - myconf="${myconf} $(use_with json yajl)" ## stuff we don't yet support myconf="${myconf} --without-netcf --without-audit" |