equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
|
3 <!-- |
|
4 $Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.22 2013/03/05 21:30:13 hwoarang Exp $ |
|
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: herd, maintainer, and |
|
9 longdescription. herd is a required subelement. |
|
10 |
|
11 For a full description look at: |
|
12 http://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ |
|
13 |
|
14 |
|
15 Before committing, please remove the comments from this file. They are |
|
16 not relevant for general metadata.xml files. |
|
17 --> |
|
18 <pkgmetadata> |
|
19 <!-- <herd>some-herd</herd> --> |
|
20 <maintainer> |
|
21 <email>da_risk@geekorum.com</email> |
|
22 <!-- <description>Description of the maintainership</description> --> |
|
23 </maintainer> |
|
24 <!-- <longdescription>Long description of the package</longdescription> --> |
|
25 <!-- |
|
26 <use> |
|
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 <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking. |
|
31 Requires an installed dictionary from <cat>app-dicts</cat></flag> |
|
32 </use> |
|
33 --> |
|
34 </pkgmetadata> |
|