mail-mta/exim-4.93: version bump
[gentoo.git] / skel.metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <!--
4 This is the example metadata file.
5 The root element of this file is <pkgmetadata>. Within this element a
6 number of subelements are allowed, the most common being maintainer.
7
8 For a full description look at:
9 https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
10
11 Before committing, please remove the comments from this file. They are
12 not relevant for general metadata.xml files.
13 -->
14 <pkgmetadata>
15 <maintainer type="person">
16         <email>exampledev@gentoo.org</email>
17         <description>Primary maintainer</description>
18 </maintainer>
19 <maintainer type="project">
20         <email>exampleproject@gentoo.org</email>
21         <name>Gentoo Example Project</name>
22 </maintainer>
23 <longdescription>Long description of the package</longdescription>
24 <use>
25         <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
26                 Requires an installed dictionary from <cat>app-dicts</cat></flag>
27         <flag name="flag">Description of how USE='flag' affects this package</flag>
28         <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
29                 package</flag>
30 </use>
31 </pkgmetadata>