mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
- update DESCRIPTION - add appdata.xml's LICENSE - optimize python code (thanks clan!) - rework optfeature section - show qemu optfeature only if QEMU is installed - add kde-plasma/ksshaskpass as a SSH_ASKPASS possible integration - resolve #835950 - remove policykit USE description - it had the information that solved the bug but it seems that people did not read it - add conditional optfeature to show local libvirt policykit integration Closes: https://bugs.gentoo.org/835950 Closes: https://github.com/gentoo/gentoo/pull/40560 Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Sam James <sam@gentoo.org>
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<name>Filip Kobierski</name>
|
|
<email>fkobi@pm.me</email>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>virtualization@gentoo.org</email>
|
|
<name>Gentoo Virtualization Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="sasl">Enable connecting to SASL-enabled (e.g. Kerberos-protected) instances</flag>
|
|
</use>
|
|
<longdescription>
|
|
Virtual Machine Manager provides a graphical tool for managing libvirt virtual machines.
|
|
On Gentoo it supports KVM, Xen, and LXC backends.
|
|
It provides a GUI for not only running VMs but also managing their settings and monitoring usage statistics.
|
|
The software does not limit you to using the graphical tools though: it allows for editing the XML config files directly.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/virt-manager/virt-manager/issues</bugs-to>
|
|
<changelog>https://github.com/virt-manager/virt-manager/blob/main/NEWS.md</changelog>
|
|
<doc>https://virt-manager.org/documentation.html</doc> <!-- not of much use -->
|
|
<remote-id type="github">virt-manager/virt-manager</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|