Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] extending metadata.xml to support CPE information
Date: Thu, 09 May 2013 01:01:33
Message-Id: 201305082101.20548.vapier@gentoo.org
In Reply to: [gentoo-dev] extending metadata.xml to support CPE information by Mike Frysinger
1 On Tuesday 07 May 2013 23:59:18 Mike Frysinger wrote:
2 > we've already got a database for maintaining this sort of thing on a per-
3 > package basis: metadata.xml. so let's extend the DTD to cover this. the
4 > existing remote-id field looks like a pretty good fit, so the proposal is
5 > simple: add a new "cpe" type.
6
7 committed:
8 http://sources.gentoo.org/gentoo/xml/htdocs/dtd/metadata.dtd?r1=1.12&r2=1.13
9
10 --- metadata.dtd 31 Dec 2012 21:10:30 -0000 1.12
11 +++ metadata.dtd 9 May 2013 01:00:39 -0000
12 @@ -64,7 +64,7 @@
13 <!ELEMENT bugs-to (#PCDATA)>
14 <!-- specify a type of package identification tracker -->
15 <!ELEMENT remote-id (#PCDATA)>
16 - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cran|ctan|freecode|freshmeat|github|gitorious|google-code|launchpad|
17 pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED>
18 + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|freecode|freshmeat|github|gitorious|google-code|
19 launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED>
20
21 <!-- category/package information for cross-linking in descriptions
22 and useflag descriptions -->
23 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] extending metadata.xml to support CPE information Mike Frysinger <vapier@g.o>