net-libs/liblockfile: Bump to version 1.10
[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 # $Id$
5
6 This is the example metadata file.
7 The root element of this file is <pkgmetadata>. Within this element a
8 number of subelements are allowed, the most common being maintainer.
9
10 For a full description look at:
11 https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
12
13 Before committing, please remove the comments from this file. They are
14 not relevant for general metadata.xml files.
15 -->
16 <pkgmetadata>
17 <maintainer type="person">
18         <email>exampledev@gentoo.org</email>
19         <description>Primary maintainer</description>
20 </maintainer>
21 <maintainer type="project">
22         <email>exampleproject@gentoo.org</email>
23         <name>Gentoo Example Project</name>
24 </maintainer>
25 <longdescription>Long description of the package</longdescription>
26 <use>
27         <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
28                 Requires an installed dictionary from <cat>app-dicts</cat></flag>
29         <flag name="flag">Description of how USE='flag' affects this package</flag>
30         <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
31                 package</flag>
32 </use>
33 </pkgmetadata>