diff options
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/libvirt/metadata.xml | 192 |
2 files changed, 98 insertions, 96 deletions
diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest index f20eb11ee895..e659aa86dce9 100644 --- a/app-emulation/libvirt/Manifest +++ b/app-emulation/libvirt/Manifest @@ -41,4 +41,4 @@ EBUILD libvirt-8.3.0.ebuild 8948 BLAKE2B 4dffb4d34aafa8a4998ddc3ef9e26b18e5188f1 EBUILD libvirt-8.4.0.ebuild 8953 BLAKE2B afa854c0c31cf705e401fb5733d52c3ac720c52c62dd7517ef79d791c8e93a71b5f2c1628a49ab9d6e314bdf343304aaf9cb79ec56a5b2cb99309055e7a785f8 SHA512 77c6cac11ece2fd8a01193ab1da4cfaa7ac6f7addc4500054f93a649faac4f119400056c79a835f56e29417fbaa683e7f4dc8b73d03585dadcf8926b6be22ade EBUILD libvirt-8.5.0.ebuild 8953 BLAKE2B afa854c0c31cf705e401fb5733d52c3ac720c52c62dd7517ef79d791c8e93a71b5f2c1628a49ab9d6e314bdf343304aaf9cb79ec56a5b2cb99309055e7a785f8 SHA512 77c6cac11ece2fd8a01193ab1da4cfaa7ac6f7addc4500054f93a649faac4f119400056c79a835f56e29417fbaa683e7f4dc8b73d03585dadcf8926b6be22ade EBUILD libvirt-9999.ebuild 8948 BLAKE2B 4dffb4d34aafa8a4998ddc3ef9e26b18e5188f1c836ca75d68b75909bae70a9c52a9e03311b08e8e39ee498e243d2557e37f4024e376fc40565f55f778f3c3e7 SHA512 39568ef7a362fa13e7e9958246d02a919174f07381b44fe44134ecc6ef00a1ee81e836e3e12be391bba7e0510aa4651a6816aaaf2f5340f398dea54656e5b248 -MISC metadata.xml 3612 BLAKE2B ddfb61f1cf36a2761040cc9f51c6bb1ffe2697b3d7b4bb5859c9db37da1e4402bae12a26e7ce591e4f68da6d026b9e36a7b8926801d122ac3982a74ae90c0e2b SHA512 ec7ceff58d0a7542d0c8d07ce3905a98390347e5a0966373d6cbe496b51fe52851dcf62f9fbd25fea669114bb4013b52bd09e38c52a1742fa3d157690b3a560c +MISC metadata.xml 3784 BLAKE2B 79ac58c142350e62e237e7245c40f4fd25d8e3c19d308440de66df8e6af46bd8847370fb1bf17dfd36e331fe50bd2114a6ebec7e40544fbd3bc049602e9a8657 SHA512 6a27d14d0b4345ccc2060c39af245673df10460d4844cb2732e82005804706e1c61192a0c26dfc04c3c4dc1225173fb8fb966e4197454433f6d7ed8d5601c84d diff --git a/app-emulation/libvirt/metadata.xml b/app-emulation/libvirt/metadata.xml index 5a01e6c42403..aa7a5f870674 100644 --- a/app-emulation/libvirt/metadata.xml +++ b/app-emulation/libvirt/metadata.xml @@ -1,99 +1,101 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> -</maintainer> -<maintainer type="person" proxied="yes"> - <email>michal.privoznik@gmail.com</email> - <name>Michal Prívozník</name> -</maintainer> -<maintainer type="project"> - <email>virtualization@gentoo.org</email> - <name>Gentoo Virtualization Project</name> -</maintainer> -<use> - <!-- Pool backend flags --> - <flag name="iscsi-direct"> - Allow using libiscsi for iSCSI storage pool backend - </flag> - <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-fs/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-containers/lxc</pkg>) - </flag> - <flag name="openvz"> - Support management of OpenVZ virtualisation (openvz-sources) - </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 (<pkg>app-emulation/virtualbox</pkg>) - </flag> - <!-- Miscellaneous flags --> - <flag name="apparmor">Enable AppArmor support</flag> - <flag name="dtrace">Enable dtrace support via <pkg>dev-util/systemtap</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="libssh"> - Use <pkg>net-libs/libssh</pkg> to communicate with remote libvirtd hosts, - for example: qemu+libssh://server/system - </flag> - <flag name="libssh2"> - Use <pkg>net-libs/libssh2</pkg> to communicate with remote libvirtd hosts, - for example: qemu+libssh2://server/system - </flag> - <flag name="pcap"> - Support auto learning IP addreses for routing - </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> - <flag name="glusterfs"> - Enable GlusterFS support via <pkg>sys-cluster/glusterfs</pkg> - </flag> - <flag name="zfs"> - Enable ZFS backend storage <pkg>sys-fs/zfs</pkg> - </flag> -</use> + <maintainer type="person"> + <email>tamiko@gentoo.org</email> + <name>Matthias Maier</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>michal.privoznik@gmail.com</email> + <name>Michal Prívozník</name> + </maintainer> + <maintainer type="project"> + <email>virtualization@gentoo.org</email> + <name>Gentoo Virtualization Project</name> + </maintainer> + <use> + <!-- Pool backend flags --> + <flag name="iscsi-direct"> + Allow using libiscsi for iSCSI storage pool backend + </flag> + <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-fs/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-containers/lxc</pkg>) + </flag> + <flag name="openvz"> + Support management of OpenVZ virtualisation (openvz-sources) + </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 (<pkg>app-emulation/virtualbox</pkg>) + </flag> + <!-- Miscellaneous flags --> + <flag name="apparmor">Enable AppArmor support</flag> + <flag name="dtrace">Enable dtrace support via <pkg>dev-util/systemtap</pkg></flag> + <flag name="fuse">Allow LXC to use <pkg>sys-fs/fuse</pkg> for mountpoints</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="libssh"> + Use <pkg>net-libs/libssh</pkg> to communicate with remote libvirtd hosts, + for example: qemu+libssh://server/system + </flag> + <flag name="libssh2"> + Use <pkg>net-libs/libssh2</pkg> to communicate with remote libvirtd hosts, + for example: qemu+libssh2://server/system + </flag> + <flag name="pcap"> + Support auto learning IP addreses for routing + </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> + <flag name="glusterfs"> + Enable GlusterFS support via <pkg>sys-cluster/glusterfs</pkg> + </flag> + <flag name="zfs"> + Enable ZFS backend storage <pkg>sys-fs/zfs</pkg> + </flag> + </use> + <upstream> + <remote-id type="gitlab">libvirt/libvirt</remote-id> + </upstream> </pkgmetadata> |