Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: /
Date: Sun, 31 Jan 2016 19:07:32
Message-Id: 1454267235.f2fffe06c1565b6c0b70a7440d4b53befb8c56b2.kensington@gentoo
1 commit: f2fffe06c1565b6c0b70a7440d4b53befb8c56b2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 25 12:58:26 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 19:07:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fffe06
7
8 skel.metadata.xml: update for GLEP 67
9
10 skel.metadata.xml | 23 +++++++++++------------
11 1 file changed, 11 insertions(+), 12 deletions(-)
12
13 diff --git a/skel.metadata.xml b/skel.metadata.xml
14 index 7a496fb..5323b1b 100644
15 --- a/skel.metadata.xml
16 +++ b/skel.metadata.xml
17 @@ -5,30 +5,29 @@
18
19 This is the example metadata file.
20 The root element of this file is <pkgmetadata>. Within this element a
21 -number of subelements are allowed: herd, maintainer, and
22 -longdescription. herd is a required subelement.
23 +number of subelements are allowed, the most common being maintainer.
24
25 For a full description look at:
26 https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
27
28 -
29 Before committing, please remove the comments from this file. They are
30 not relevant for general metadata.xml files.
31 -->
32 <pkgmetadata>
33 -<!-- <herd>some-herd</herd> -->
34 -<maintainer>
35 - <email>@gentoo.org</email>
36 -<!-- <description>Description of the maintainership</description> -->
37 +<maintainer type="person">
38 + <email>exampledev@g.o</email>
39 + <description>Primary maintainer</description>
40 </maintainer>
41 -<!-- <longdescription>Long description of the package</longdescription> -->
42 -<!--
43 +<maintainer type="project">
44 + <email>exampleproject@g.o</email>
45 + <name>Gentoo Example Project</name>
46 +</maintainer>
47 +<longdescription>Long description of the package</longdescription>
48 <use>
49 + <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
50 + Requires an installed dictionary from <cat>app-dicts</cat></flag>
51 <flag name="flag">Description of how USE='flag' affects this package</flag>
52 <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
53 package</flag>
54 - <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
55 - Requires an installed dictionary from <cat>app-dicts</cat></flag>
56 </use>
57 --->
58 </pkgmetadata>