summaryrefslogtreecommitdiff
blob: 1052383b792ede5146c578b3d8c43f8dfa36b81a (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>gregkh@gentoo.org</email>
		<name>Greg Kroah-Hartman</name>
		<description>Maintainer, assign bugs to him.</description>
	</maintainer>
	<maintainer>
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</name>
		<description>Backup maintainer, CC him on bugs.</description>
	</maintainer>
	<longdescription lang="en">
		xxdi.pl is a perl script that implements vim's 'xxd -i' mode
		so that packages do not have to use all of vim just to get this
		functionality.

		efitools is an example of a package that uses it in this manner,
		and in some build configurations, mediastreamer also does.
	</longdescription>
	<upstream>
		<maintainer status="active">
			<email>gregkh@linuxfoundation.org</email>
			<name>Greg Kroah-Hartman</name>
		</maintainer>
		<bugs-to>https://github.com/gregkh/xxdi/issues</bugs-to>
		<remote-id type="github">gregkh/xxdi</remote-id>
	</upstream>
</pkgmetadata>