summaryrefslogtreecommitdiff
blob: 1aa9b1e774ab1b7ab83f5be9a1146d808d3813f2 (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
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Snapper is a command-line program for filesystem snapshot management.
		It can create, delete and compare snapshots and undo changes done
		between  snapshots. It supports both btrfs and ext4.
	</longdescription>
	<maintainer type="person">
		<email>pastas4@gmail.com</email>
		<name>Dainius Masiliūnas (GreatEmerald)</name>
	</maintainer>
	<maintainer type="person">
		<email>dlan@gentoo.org</email>
		<name>Yixun Lan</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<upstream>
		<maintainer status="active">
			<email>aschnell@suse.de</email>
			<name>Arvin Schnell</name>
		</maintainer>
		<changelog>https://raw.github.com/openSUSE/snapper/master/package/snapper.changes</changelog>
		<bugs-to>https://bugzilla.novell.com/</bugs-to>
		<remote-id type="github">openSUSE/snapper</remote-id>
	</upstream>
	<use>
		<flag name="xattr">
		Add support for getting and setting POSIX extended attributes, through
		<pkg>sys-apps/attr</pkg>.
		</flag>
		<flag name="lvm">Enable LVM thinprovisioned snapshots support <pkg>sys-fs/lvm2</pkg></flag>
	</use>
</pkgmetadata>