Gentoo Archives: gentoo-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] metadata.dtd: Remove obsolete <natural-name/> element per GLEP 68
Date: Thu, 28 Apr 2016 21:05:14
Message-Id: 20160428140411.350d6e3d.dolsen@gentoo.org
In Reply to: [gentoo-dev] [PATCH] metadata.dtd: Remove obsolete element per GLEP 68 by "Göktürk Yüksek"
1 On Thu, 28 Apr 2016 15:39:05 -0400
2 Göktürk Yüksek <gokturk@××××××××××.edu> wrote:
3
4 > ---
5 > metadata.dtd | 5 +----
6 > 1 file changed, 1 insertion(+), 4 deletions(-)
7 >
8 > diff --git a/metadata.dtd b/metadata.dtd
9 > index 7626a57..b608852 100644
10 > --- a/metadata.dtd
11 > +++ b/metadata.dtd
12 > @@ -3,7 +3,7 @@
13 > <!ATTLIST catmetadata pkgname CDATA "">
14 >
15 > <!-- Metadata for a package -->
16 > -<!ELEMENT pkgmetadata
17 > ( (maintainer|natural-name|longdescription|slots|use|upstream)* )>
18 > +<!ELEMENT pkgmetadata
19 > ( (maintainer|longdescription|slots|use|upstream)* )> <!ATTLIST
20 > pkgmetadata pkgname CDATA ""> <!-- One tag for each maintainer of a
21 > package, multiple allowed--> @@ -13,9 +13,6 @@
22 > explicit type) for Gentoo maintainers is prohibited. -->
23 > <!ATTLIST maintainer type (person|project|unknown) "unknown">
24 >
25 > - <!-- Natural name for package, example: LibreOffice (for
26 > app-office/libreoffice) -->
27 > - <!ELEMENT natural-name (#PCDATA) >
28 > -
29 > <!-- A long description of the package in freetext-->
30 > <!ELEMENT longdescription (#PCDATA|pkg|cat)* >
31 >
32
33
34 Isn't this almost obsolete? it's now xmlschema... And I hope to have
35 the new repoman with it out this weekend :)
36 --
37 Brian Dolbec <dolsen>

Replies