diff options
author | 2013-07-11 08:50:59 +0000 | |
---|---|---|
committer | 2013-07-11 08:50:59 +0000 | |
commit | 06ed49267858c5d01d598bd9b0a8cc54ea232f8a (patch) | |
tree | f99b67e381de8231676f7c3fb0db2a35062cbdc8 /app-emulation/libvirt | |
parent | ppc keyword added, bug 476430 (diff) | |
download | gentoo-2-06ed49267858c5d01d598bd9b0a8cc54ea232f8a.tar.gz gentoo-2-06ed49267858c5d01d598bd9b0a8cc54ea232f8a.tar.bz2 gentoo-2-06ed49267858c5d01d598bd9b0a8cc54ea232f8a.zip |
app-emulation/libvirt: Fix typo, #476466
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/metadata.xml | 44 |
3 files changed, 28 insertions, 26 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index baac2e166ece..c35827013b03 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.290 2013/07/10 22:25:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.291 2013/07/11 08:50:59 jlec Exp $ + + 11 Jul 2013; Justin Lecher <jlec@gentoo.org> libvirt-1.1.0-r1.ebuild, + metadata.xml: + Fix typo, #476466 *libvirt-1.1.0-r1 (10 Jul 2013) diff --git a/app-emulation/libvirt/libvirt-1.1.0-r1.ebuild b/app-emulation/libvirt/libvirt-1.1.0-r1.ebuild index 71b6fe189efc..744c60bb23e7 100644 --- a/app-emulation/libvirt/libvirt-1.1.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.0-r1.ebuild,v 1.1 2013/07/10 22:25:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.0-r1.ebuild,v 1.2 2013/07/11 08:50:59 jlec Exp $ EAPI=5 @@ -196,7 +196,7 @@ src_prepare() { ) >.git-module-status fi - epatch "${FILESDIR}/ibvirt-1.1.0-CVE-2013-2230.patch" + epatch "${FILESDIR}/libvirt-1.1.0-CVE-2013-2230.patch" epatch_user diff --git a/app-emulation/libvirt/metadata.xml b/app-emulation/libvirt/metadata.xml index 3c639c77ed3c..d6fd4e13d74a 100644 --- a/app-emulation/libvirt/metadata.xml +++ b/app-emulation/libvirt/metadata.xml @@ -8,73 +8,71 @@ </maintainer> <use> <!-- Pool backend flags --> - <flag name='iscsi'> + <flag name="iscsi"> Allow using an iSCSI remote storage server as pool for disk image storage </flag> - <flag name='lvm'> + <flag name="lvm"> Allow using the Logical Volume Manager (<pkg>sys-apps/lvm2</pkg>) as pool for disk image storage </flag> - <flag name='nfs'> + <flag name="nfs"> Allow using Network File System mounts as pool for disk image storage </flag> - <flag name='parted'> + <flag name="parted"> Allow using real disk partitions as pool for disk image storage, using <pkg>sys-block/parted</pkg> to create, resize and delete them. </flag> - <flag name='rbd'> + <flag name="rbd"> Enable rados block device support via <pkg>sys-cluster/ceph</pkg> </flag> - <!-- Virtualisation backends --> - <flag name='lxc'> + <flag name="lxc"> Support management of Linux Containers virtualisation (<pkg>app-emulation/lxc</pkg>) </flag> - <flag name='openvz'> + <flag name="openvz"> Support management of OpenVZ virtualisation (see <pkg>sys-kernel/openvz-sources</pkg>) </flag> - <flag name='uml'> + <flag name="uml"> Support management of User Mode Linux virtualisation </flag> - <flag name='qemu'> + <flag name="qemu"> Support management of QEmu virtualisation (one of <pkg>app-emulation/qemu</pkg>, <pkg>app-emulation/qemu-kvm</pkg> or <pkg>app-emulation/qemu-spice</pkg>) </flag> - <flag name='xen'> + <flag name="xen"> Support management of Xen virtualisation (<pkg>app-emulation/xen</pkg>) </flag> - <flag name='virtualbox'> + <flag name="virtualbox"> Support management of VirtualBox virtualisation (one of <pkg>app-emulation/virtualbox</pkg> or <pkg>app-emulation/virtualbox-ose</pkg>) </flag> - <flag name='phyp'> + <flag name="phyp"> Support IBM HMC / IVM hypervisor via PHYP protocol </flag> - <!-- Miscellaneous flags --> - <flag name='audit'>support <pkg>sys-process/audit</pkg></flag> - <flag name='fuse'>Allow LXC to use <pkg>sys-fs/fuse</pkg> for mount + <flag name="audit">support <pkg>sys-process/audit</pkg></flag> + <flag name="fuse">Allow LXC to use <pkg>sys-fs/fuse</pkg> for mount points</flag> - <flag name='numa'> + <flag name="numa"> Use NUMA for memory segmenting via <pkg>sys-process/numactl</pkg> and <pkg>sys-process/numad</pkg> </flag> - <flag name='libvirtd'> + <flag name="libvirtd"> Builds the libvirtd daemon as well as the client utilities instead of just the client utilities </flag> - <flag name='pcap'> + <flag name="pcap"> Support auto learning IP addreses for routing </flag> - <flag name='macvtap'> + <flag name="macvtap"> Support for MAC-based TAP (macvlan/macvtap). For networking instead of the normal TUN/TAP. It has its advantages and disadvantages. macvtap support requires very new kernels and is currently evolving. Support for this is experimental at best. </flag> - <flag name='vepa'>Virtual Ethernet Port Aggregator (VEPA) / 802.1Qbg + <flag name="vepa">Virtual Ethernet Port Aggregator (VEPA) / 802.1Qbg support. Relies on macvtap support.</flag> - <flag name='virt-network'> + <flag name="virt-network"> Enable virtual networking (NAT) support for guests. Includes all the dependencies for NATed network mode. Effectively any network setup that relies on libvirt to setup and configure network @@ -83,7 +81,7 @@ the underlying devices for you. In some cases this requires enabling the 'netcf' USE flag (currently unavailable). </flag> - <flag name='firewalld'>DBus interface to iptables/ebtables allowing + <flag name="firewalld">DBus interface to iptables/ebtables allowing for better runtime management of your firewall.</flag> </use> </pkgmetadata> |