tamiko      14/12/13 13:02:09

  Modified:             metadata.xml ChangeLog
  Log:
  fix whitespace in metadata.xml, 2nd try
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  Changes    Path
1.41                 app-emulation/libvirt/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/metadata.xml?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/metadata.xml?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/metadata.xml?r1=1.40&r2=1.41

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/metadata.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- metadata.xml        13 Dec 2014 12:59:05 -0000      1.40
+++ metadata.xml        13 Dec 2014 13:02:09 -0000      1.41
@@ -1,94 +1,94 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Matthias Maier</name>
+<maintainer>
+       <email>[email protected]</email>
+       <name>Matthias Maier</name>
        <description>Please assign bugs to me</description>
-       </maintainer>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Doug Goldstein</name>
-       </maintainer>
-       <herd>virtualization</herd>
-       <use>
-               <!-- Pool backend flags -->
-               <flag name="iscsi">
-                       Allow using an iSCSI remote storage server as pool for 
disk image storage
-               </flag>
-               <flag name="lvm">
-                       Allow using the Logical Volume Manager 
(<pkg>sys-apps/lvm2</pkg>) as pool for disk image
-                       storage
-               </flag>
-               <flag name="nfs">
-                       Allow using Network File System mounts as pool for disk 
image storage
-               </flag>
-               <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">
-                       Enable rados block device support via 
<pkg>sys-cluster/ceph</pkg>
-               </flag>
-               <!-- Virtualisation backends -->
-               <flag name="lxc">
-                       Support management of Linux Containers virtualisation 
(<pkg>app-emulation/lxc</pkg>)
-               </flag>
-               <flag name="openvz">
-                       Support management of OpenVZ virtualisation (see 
<pkg>sys-kernel/openvz-sources</pkg>)
-               </flag>
-               <flag name="uml">
-                       Support management of User Mode Linux virtualisation
-               </flag>
-               <flag name="qemu">
-                       Support management of QEMU virtualisation 
(<pkg>app-emulation/qemu</pkg>)
-               </flag>
-               <flag name="xen">
-                       Support management of Xen virtualisation 
(<pkg>app-emulation/xen</pkg>)
-               </flag>
-               <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">
-                       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
-                       points</flag>
-               <flag name="numa">
-                       Use NUMA for memory segmenting via 
<pkg>sys-process/numactl</pkg> and
-                       <pkg>sys-process/numad</pkg>
-               </flag>
-               <flag name="libvirtd">
-                       Builds the libvirtd daemon as well as the client 
utilities instead of just the client
-                       utilities
-               </flag>
-               <flag name="pcap">
-                       Support auto learning IP addreses for routing
-               </flag>
-               <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
-                       support. Relies on macvtap support.</flag>
-               <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
-                       interfaces on your host. This can include bridged and 
routed
-                       networks ONLY if you are allowing libvirt to create and 
manage
-                       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
-                       for better runtime management of your firewall.</flag>
-               <flag name="wireshark-plugins">
-                       Build the <pkg>net-analyzer/wireshark</pkg> plugin for 
the Libvirt RPC protocol
-               </flag>
-       </use>
+</maintainer>
+<maintainer>
+       <email>[email protected]</email>
+       <name>Doug Goldstein</name>
+</maintainer>
+<herd>virtualization</herd>
+<use>
+       <!-- Pool backend flags -->
+       <flag name="iscsi">
+               Allow using an iSCSI remote storage server as pool for disk 
image storage
+       </flag>
+       <flag name="lvm">
+               Allow using the Logical Volume Manager 
(<pkg>sys-apps/lvm2</pkg>) as pool for disk image
+               storage
+       </flag>
+       <flag name="nfs">
+               Allow using Network File System mounts as pool for disk image 
storage
+       </flag>
+       <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">
+               Enable rados block device support via 
<pkg>sys-cluster/ceph</pkg>
+       </flag>
+       <!-- Virtualisation backends -->
+       <flag name="lxc">
+               Support management of Linux Containers virtualisation 
(<pkg>app-emulation/lxc</pkg>)
+       </flag>
+       <flag name="openvz">
+               Support management of OpenVZ virtualisation (see 
<pkg>sys-kernel/openvz-sources</pkg>)
+       </flag>
+       <flag name="uml">
+               Support management of User Mode Linux virtualisation
+       </flag>
+       <flag name="qemu">
+               Support management of QEMU virtualisation 
(<pkg>app-emulation/qemu</pkg>)
+       </flag>
+       <flag name="xen">
+               Support management of Xen virtualisation 
(<pkg>app-emulation/xen</pkg>)
+       </flag>
+       <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">
+               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
+               points</flag>
+       <flag name="numa">
+               Use NUMA for memory segmenting via 
<pkg>sys-process/numactl</pkg> and
+               <pkg>sys-process/numad</pkg>
+       </flag>
+       <flag name="libvirtd">
+               Builds the libvirtd daemon as well as the client utilities 
instead of just the client
+               utilities
+       </flag>
+       <flag name="pcap">
+               Support auto learning IP addreses for routing
+       </flag>
+       <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
+               support. Relies on macvtap support.</flag>
+       <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
+               interfaces on your host. This can include bridged and routed
+               networks ONLY if you are allowing libvirt to create and manage
+               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
+               for better runtime management of your firewall.</flag>
+       <flag name="wireshark-plugins">
+               Build the <pkg>net-analyzer/wireshark</pkg> plugin for the 
Libvirt RPC protocol
+       </flag>
+</use>
 </pkgmetadata>



1.404                app-emulation/libvirt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.404&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.404&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.403&r2=1.404

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog   13 Dec 2014 12:59:05 -0000      1.403
+++ ChangeLog   13 Dec 2014 13:02:09 -0000      1.404
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/libvirt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.403 
2014/12/13 12:59:05 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.404 
2014/12/13 13:02:09 tamiko Exp $
+
+  13 Dec 2014; Matthias Maier <[email protected]> libvirt-1.2.11.ebuild,
+  metadata.xml:
+  fix whitespace in metadata.xml, 2nd try
 
   13 Dec 2014; Matthias Maier <[email protected]> libvirt-1.2.11.ebuild,
   metadata.xml:




Reply via email to