On Thu, 28 Apr 2016 15:39:05 -0400
Göktürk Yüksek <gokt...@binghamton.edu> wrote:

> ---
>  metadata.dtd | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/metadata.dtd b/metadata.dtd
> index 7626a57..b608852 100644
> --- a/metadata.dtd
> +++ b/metadata.dtd
> @@ -3,7 +3,7 @@
>  <!ATTLIST catmetadata pkgname CDATA "">
>  
>  <!-- Metadata for a package -->
> -<!ELEMENT pkgmetadata
> ( (maintainer|natural-name|longdescription|slots|use|upstream)* )>
> +<!ELEMENT pkgmetadata
> ( (maintainer|longdescription|slots|use|upstream)* )> <!ATTLIST
> pkgmetadata pkgname CDATA ""> <!-- One tag for each maintainer of a
> package, multiple allowed--> @@ -13,9 +13,6 @@
>      explicit type) for Gentoo maintainers is prohibited. -->
>    <!ATTLIST maintainer type (person|project|unknown) "unknown">
>  
> -  <!-- Natural name for package, example: LibreOffice (for
> app-office/libreoffice) -->
> -  <!ELEMENT natural-name (#PCDATA) >
> -
>    <!-- A long description of the package in freetext-->
>    <!ELEMENT longdescription (#PCDATA|pkg|cat)* >
>  


Isn't this almost obsolete?  it's now xmlschema...  And I hope to have
the new repoman with it out this weekend :)
-- 
Brian Dolbec <dolsen>


Reply via email to