blob: 5f29ef9573562e2b4a47137ab6875017e0db045c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?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>
|