[gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-19 Thread Corentin Chary
Add rubygems, github, gitorious, pecl, pear, bitbucket. All of them are handled by my remoteids.py script. ref: https://bugs.gentoo.org/show_bug.cgi?id=406287 ref: https://github.com/iksaif/portage-janitor/blob/master/remoteids.py --- a/metadata/dtd/metadata.dtd 2010-03-02 18:52:11.0 +010

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-06-02 Thread Michael Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Is there any way to verify the data? What programs/scripts use these fields btw? I could imagine a test like (i.e. $a ) does http://www.fs.net/$a exist. Michael - -- Gentoo Dev http://xmw.de/ -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-06-04 Thread Corentin Chary
On Sat, Jun 2, 2012 at 7:30 PM, Michael Weber wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Is there any way to verify the data? > > What programs/scripts use these fields btw? euscan will soon, and I guess p.g.o will too. > I could imagine a test like (i.e. type="sourceforge"

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-19 Thread Michał Górny
On Thu, 19 Apr 2012 17:31:11 +0200 Corentin Chary wrote: > - (freshmeat|sourceforge|sourceforge-jp|cpan|vim|google-code|ctan|pypi|rubyforge|cran) > #REQUIRED> > + (freshmeat|sourceforge|sourceforge-jp|cpan|vim|google-code|ctan|pypi|rubyforge|cran|rubygems|github|gitorious|pecl|pear|bi

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-19 Thread Paweł Hajdan, Jr.
On 4/19/12 5:31 PM, Corentin Chary wrote: > Add rubygems, github, gitorious, pecl, pear, bitbucket. > All of them are handled by my remoteids.py script. Just making sure: do github, gitorious and bitbucket provide file hosting? I know they host repos, but for most ebuilds where remote-id would be

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-19 Thread Michał Górny
On Thu, 19 Apr 2012 20:08:09 +0200 ""Paweł Hajdan, Jr."" wrote: > On 4/19/12 5:31 PM, Corentin Chary wrote: > > Add rubygems, github, gitorious, pecl, pear, bitbucket. > > All of them are handled by my remoteids.py script. > > Just making sure: do github, gitorious and bitbucket provide file > h

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-19 Thread Corentin Chary
On Thu, Apr 19, 2012 at 6:54 PM, Michał Górny wrote: > On Thu, 19 Apr 2012 17:31:11 +0200 > Corentin Chary wrote: > >> -      > (freshmeat|sourceforge|sourceforge-jp|cpan|vim|google-code|ctan|pypi|rubyforge|cran) >> #REQUIRED> >> +      > (freshmeat|sourceforge|sourceforge-jp|cpan|vim|google-code

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-19 Thread Robin H. Johnson
On Thu, Apr 19, 2012 at 05:31:11PM +0200, Corentin Chary wrote: > Add rubygems, github, gitorious, pecl, pear, bitbucket. > All of them are handled by my remoteids.py script. Can we get Launchpad added as well? -- Robin Hugh Johnson Gentoo Linux: Developer, Trustee & Infrastructure Lead E-Mail

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Kent Fredric
On 20 April 2012 03:31, Corentin Chary wrote: > Add rubygems, github, gitorious, pecl, pear, bitbucket. > All of them are handled by my remoteids.py script. > > ref: https://bugs.gentoo.org/show_bug.cgi?id=406287 > ref: https://github.com/iksaif/portage-janitor/blob/master/remoteids.py > > --- a/m

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Corentin Chary
On Fri, Apr 20, 2012 at 9:37 AM, Kent Fredric wrote: > On 20 April 2012 03:31, Corentin Chary wrote: >> Add rubygems, github, gitorious, pecl, pear, bitbucket. >> All of them are handled by my remoteids.py script. >> >> ref: https://bugs.gentoo.org/show_bug.cgi?id=406287 >> ref: https://github.co

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Kent Fredric
On 20 April 2012 19:46, Corentin Chary wrote: > On Fri, Apr 20, 2012 at 9:37 AM, Kent Fredric wrote: >> On 20 April 2012 03:31, Corentin Chary wrote: >>> Add rubygems, github, gitorious, pecl, pear, bitbucket. >>> All of them are handled by my remoteids.py script. >>> >>> ref: https://bugs.gento

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Corentin Chary
On Fri, Apr 20, 2012 at 10:26 AM, Kent Fredric wrote: > On 20 April 2012 19:46, Corentin Chary wrote: >> On Fri, Apr 20, 2012 at 9:37 AM, Kent Fredric wrote: >>> On 20 April 2012 03:31, Corentin Chary wrote: Add rubygems, github, gitorious, pecl, pear, bitbucket. All of them are handl

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Kent Fredric
On 20 April 2012 23:21, Corentin Chary wrote: > > Currently it uses SRC_URI and HOMEPAGE, but honestly it wouldn't be > hard to use any other environment variable and to do some checks on a > webservice. > Anyway for tricky cases it can still be done by hand. > > -- > Corentin Chary > http://xf.ik

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Corentin Chary
On Sat, Apr 21, 2012 at 12:39:26AM +1200, Kent Fredric wrote: > If you really want to support Perl Modules, ( which theres not much > need for at present, looks like the team have gone through already for > the most part and added remote-id's where possible already ), anything > that inherits 'perl

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Kent Fredric
On 21 April 2012 01:34, Corentin Chary wrote: > Yeah, not very important, but seems to work with this patch: > https://github.com/iksaif/portage-janitor/commit/972aff94744741e34e99f917337430d245883c48 > > Example: > $ python remoteids.py --diff WWW-Bugzilla Moose bioperl > --- a/dev-perl/WWW-Bugzi

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Corentin Chary
On Fri, Apr 20, 2012 at 9:35 PM, Kent Fredric wrote: > On 21 April 2012 01:34, Corentin Chary wrote: >> Yeah, not very important, but seems to work with this patch: >> https://github.com/iksaif/portage-janitor/commit/972aff94744741e34e99f917337430d245883c48 >> >> Example: >> $ python remoteids.py

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-20 Thread Kent Fredric
On 21 April 2012 08:33, Corentin Chary wrote: > On Fri, Apr 20, 2012 at 9:35 PM, Kent Fredric wrote: >> On 21 April 2012 01:34, Corentin Chary wrote: >>> Yeah, not very important, but seems to work with this patch: >>> https://github.com/iksaif/portage-janitor/commit/972aff94744741e34e99f9173374

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-21 Thread Corentin Chary
On Sat, Apr 21, 2012 at 03:33:18PM +1200, Kent Fredric wrote: > On 21 April 2012 08:33, Corentin Chary wrote: > > On Fri, Apr 20, 2012 at 9:35 PM, Kent Fredric wrote: > >> On 21 April 2012 01:34, Corentin Chary wrote: > >>> Yeah, not very important, but seems to work with this patch: > >>> https

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-21 Thread Michał Górny
On Thu, 19 Apr 2012 21:32:49 +0200 Corentin Chary wrote: > On Thu, Apr 19, 2012 at 6:54 PM, Michał Górny > wrote: > > On Thu, 19 Apr 2012 17:31:11 +0200 > > Corentin Chary wrote: > > > >> -       >> (freshmeat|sourceforge|sourceforge-jp|cpan|vim|google-code|ctan|pypi|rubyforge|cran) > >> #REQUI

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-04-21 Thread Corentin Chary
On Sat, Apr 21, 2012 at 11:32:26AM +0200, Michał Górny wrote: > On Thu, 19 Apr 2012 21:32:49 +0200 > Corentin Chary wrote: > > > On Thu, Apr 19, 2012 at 6:54 PM, Michał Górny > > wrote: > > > On Thu, 19 Apr 2012 17:31:11 +0200 > > > Corentin Chary wrote: > > > > > >> -       > >> (freshmeat|sou

Re: [gentoo-dev] RFC: Add new remote-id types in metadata.dtd

2012-05-22 Thread Michael Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Can we bump our gentoo-x86/skel.metadata.xml and app-vim/gentoo-syntax:/usr/share/vim/vimfiles/plugin/newmetadata.vim files to display some upstream+remote-id lines to make these tags more prominent? On 04/19/2012