blob: 4c6550e761b5a78e4cb9b0d5a2ab05afbc1bb448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-blah</herd>
<maintainer>
<email>my.email@blah.doh</email>
</maintainer>
<longdescription>
Long description of the package. Check the homepage. Make it useful
for users.
</longdescription>
<use>
<flag name="flag">Description of how USE='flag' affects this package</flag>
</use>
<upstream>
<remote-id type="blah">name-of-package-in-blah</remote-id>
</upstream>
</pkgmetadata>
|