aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberger <david.heidelberger@ixit.cz>2014-01-03 01:27:18 +0100
committerDavid Heidelberger <david.heidelberger@ixit.cz>2014-01-03 01:27:18 +0100
commit909daf36515b412f1f79f5734e8f82ea3bc10c4e (patch)
tree5b15211a228f116fb38b608114f2c569fb5b9fdd /ebuild-writing
parentcommon-mistakes: add 'Masking unsupported/broken useflags' section (diff)
downloaddevmanual-909daf36515b412f1f79f5734e8f82ea3bc10c4e.tar.gz
devmanual-909daf36515b412f1f79f5734e8f82ea3bc10c4e.tar.bz2
devmanual-909daf36515b412f1f79f5734e8f82ea3bc10c4e.zip
metadata: fix important sequence of email and name in maintainer section
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/misc-files/metadata/text.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
index 675c58c..28c7dfc 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -144,16 +144,16 @@ A <path>metadata.xml</path> file can contain a number of tags:
</ti>
</tr>
<tr>
- <ti><brite>&lt;name&gt;</brite></ti>
+ <ti><brite>&lt;email&gt;</brite></ti>
<ti>
- The name of an upstream maintainer should contain a block of text with upstream's name.
- This element is mandatory for an upstream maintainer and must appear only once.
+ The email address of an upstream may appear only once and must appear in first place.
</ti>
</tr>
<tr>
- <ti><brite>&lt;email&gt;</brite></ti>
+ <ti><brite>&lt;name&gt;</brite></ti>
<ti>
- The email address of an upstream may appear only once.
+ The name of an upstream maintainer should contain a block of text with upstream's name.
+ This element is mandatory for an upstream maintainer and must appear only once.
</ti>
</tr>
<tr>
@@ -445,12 +445,12 @@ This example demonstrates the usage of the upstream element:
<codesample lang="sgml">
&lt;upstream&gt;
&lt;maintainer status="inactive"&gt;
- &lt;name&gt;Foo Bar&lt;/name&gt;
&lt;email&gt;foo@bar.bar&lt;/email&gt;
+ &lt;name&gt;Foo Bar&lt;/name&gt;
&lt;/maintainer&gt;
&lt;maintainer status="active"&gt;
- &lt;name&gt;Foo Gentoo&lt;/name&gt;
&lt;email&gt;foo@gentoo.org&lt;/email&gt;
+ &lt;name&gt;Foo Gentoo&lt;/name&gt;
&lt;/maintainer&gt;
&lt;changelog&gt;http://foo.bar/changelog.txt&lt;/changelog&gt;
&lt;doc lang="en"&gt;http://foo.bar/doc/index.html&lt;/doc&gt;