1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
2 | <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
3 | <!-- |
3 | <!-- |
4 | $Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.5 2007/02/23 08:21:33 robbat2 Exp $ |
4 | $Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $ |
5 | |
5 | |
6 | This is the example metadata file. |
6 | This is the example metadata file. |
7 | The root element of this file is <pkgmetadata>. Within this element a |
7 | The root element of this file is <pkgmetadata>. Within this element a |
8 | number of subelements are allowed: herd, maintainer, and |
8 | number of subelements are allowed: herd, maintainer, and |
9 | longdescription. herd is a required subelement. |
9 | longdescription. herd is a required subelement. |
10 | |
10 | |
11 | For a full description look at: |
11 | For a full description look at: |
12 | http://www.gentoo.org/proj/en/metastructure/herds/ |
12 | http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4 |
13 | |
13 | |
14 | |
14 | |
15 | Before committing, please remove the comments from this file. They are |
15 | Before committing, please remove the comments from this file. They are |
16 | not relevant for general metadata.xml files. |
16 | not relevant for general metadata.xml files. |
17 | --> |
17 | --> |
… | |
… | |
20 | <maintainer> |
20 | <maintainer> |
21 | <email>@gentoo.org</email> |
21 | <email>@gentoo.org</email> |
22 | <!-- <description>Description of the maintainership</description> --> |
22 | <!-- <description>Description of the maintainership</description> --> |
23 | </maintainer> |
23 | </maintainer> |
24 | <!-- <longdescription>Long description of the package</longdescription> --> |
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 | --> |
25 | </pkgmetadata> |
34 | </pkgmetadata> |