public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog
       [not found] <20130127222720.2C6CB2171D@flycatcher.gentoo.org>
@ 2013-01-27 23:06 ` Ryan Hill
  2013-01-28  0:16   ` Mike Gilbert
  2013-01-28 19:59   ` Tim Harder
  0 siblings, 2 replies; 6+ messages in thread
From: Ryan Hill @ 2013-01-27 23:06 UTC (permalink / raw
  To: gentoo-commits; +Cc: gentoo-dev, radhermit

[-- Attachment #1: Type: text/plain, Size: 1730 bytes --]

On Sun, 27 Jan 2013 22:27:20 +0000 (UTC)
"Tim Harder (radhermit)" <radhermit@gentoo.org> wrote:

> radhermit    13/01/27 22:27:20
> 
>   Modified:             metadata.xml ChangeLog
>   Log:
>   Remove redundant maintainer from metadata.
>   
>   (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit
> with key 4AB3E85B4F064CA3)
> 
> Revision  Changes    Path
> 1.7                  app-doc/abs-guide/metadata.xml
> 
> file :
> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/abs-guide/metadata.xml?rev=1.7&view=markup
> plain:
> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/abs-guide/metadata.xml?rev=1.7&content-type=text/plain
> diff :
> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/abs-guide/metadata.xml?r1=1.6&r2=1.7
> 
> Index: metadata.xml
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/app-doc/abs-guide/metadata.xml,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- metadata.xml	26 Jun 2012 04:57:50 -0000	1.6
> +++ metadata.xml	27 Jan 2013 22:27:19 -0000	1.7
> @@ -1,8 +1,5 @@
>  <?xml version="1.0" encoding="UTF-8"?>
>  <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
>  <pkgmetadata>
> -	<herd>app-doc</herd>
> -	<maintainer>
> -		<email>app-doc@gentoo.org</email>
> -	</maintainer>
> +<herd>app-doc</herd>
>  </pkgmetadata>


If you have some kind of problem with this, I suggest you change the default
output of metagen.



-- 
gcc-porting
toolchain, wxwidgets            learn a language baby, it's that kind of place
@ gentoo.org                   where low card is hunger and high card is taste

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog
  2013-01-27 23:06 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog Ryan Hill
@ 2013-01-28  0:16   ` Mike Gilbert
  2013-01-28  0:34     ` Ryan Hill
  2013-01-28 19:59   ` Tim Harder
  1 sibling, 1 reply; 6+ messages in thread
From: Mike Gilbert @ 2013-01-28  0:16 UTC (permalink / raw
  To: gentoo-dev; +Cc: gentoo-commits, radhermit

On Sun, Jan 27, 2013 at 6:06 PM, Ryan Hill <dirtyepic@gentoo.org> wrote:
> On Sun, 27 Jan 2013 22:27:20 +0000 (UTC)
> "Tim Harder (radhermit)" <radhermit@gentoo.org> wrote:
>
>> radhermit    13/01/27 22:27:20
>>
>>   Modified:             metadata.xml ChangeLog
>>   Log:
>>   Remove redundant maintainer from metadata.
>>
>>   (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit
>> with key 4AB3E85B4F064CA3)
>>
>> Revision  Changes    Path
>> 1.7                  app-doc/abs-guide/metadata.xml
>>
>> file :
>> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/abs-guide/metadata.xml?rev=1.7&view=markup
>> plain:
>> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/abs-guide/metadata.xml?rev=1.7&content-type=text/plain
>> diff :
>> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/abs-guide/metadata.xml?r1=1.6&r2=1.7
>>
>> Index: metadata.xml
>> ===================================================================
>> RCS file: /var/cvsroot/gentoo-x86/app-doc/abs-guide/metadata.xml,v
>> retrieving revision 1.6
>> retrieving revision 1.7
>> diff -u -r1.6 -r1.7
>> --- metadata.xml      26 Jun 2012 04:57:50 -0000      1.6
>> +++ metadata.xml      27 Jan 2013 22:27:19 -0000      1.7
>> @@ -1,8 +1,5 @@
>>  <?xml version="1.0" encoding="UTF-8"?>
>>  <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
>>  <pkgmetadata>
>> -     <herd>app-doc</herd>
>> -     <maintainer>
>> -             <email>app-doc@gentoo.org</email>
>> -     </maintainer>
>> +<herd>app-doc</herd>
>>  </pkgmetadata>
>
>
> If you have some kind of problem with this, I suggest you change the default
> output of metagen.
>

Seems to work just fine here. What options are you using?

floppym@naomi ~ % metagen -H app-doc

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
        <herd>app-doc</herd>
</pkgmetadata>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog
  2013-01-28  0:34     ` Ryan Hill
@ 2013-01-28  0:31       ` Mike Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2013-01-28  0:31 UTC (permalink / raw
  To: gentoo-dev

On Sun, Jan 27, 2013 at 7:34 PM, Ryan Hill <dirtyepic@gentoo.org> wrote:
> On Sun, 27 Jan 2013 19:16:56 -0500
> Mike Gilbert <floppym@gentoo.org> wrote:
>
>> > If you have some kind of problem with this, I suggest you change the default
>> > output of metagen.
>> >
>>
>> Seems to work just fine here. What options are you using?
>>
>> floppym@naomi ~ % metagen -H app-doc
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
>> <pkgmetadata>
>>         <herd>app-doc</herd>
>> </pkgmetadata>
>
> Well I'll be damned.  I guess you can't trust --help output.
>

I guess you are referring to this:

  -H HERD     Name of herd. If not specified, It will be empty. This requires
              either the -e or -m option.

Which could be interpreted to mean that -H must also be accompanied by -e or -m.

I think the sentence is supposed to mean that if -H is NOT specified,
you must specify -e or -m.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog
  2013-01-28  0:16   ` Mike Gilbert
@ 2013-01-28  0:34     ` Ryan Hill
  2013-01-28  0:31       ` Mike Gilbert
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Hill @ 2013-01-28  0:34 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

On Sun, 27 Jan 2013 19:16:56 -0500
Mike Gilbert <floppym@gentoo.org> wrote:

> > If you have some kind of problem with this, I suggest you change the default
> > output of metagen.
> >
> 
> Seems to work just fine here. What options are you using?
> 
> floppym@naomi ~ % metagen -H app-doc
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
> <pkgmetadata>
>         <herd>app-doc</herd>
> </pkgmetadata>

Well I'll be damned.  I guess you can't trust --help output. 


-- 
gcc-porting
toolchain, wxwidgets            learn a language baby, it's that kind of place
@ gentoo.org                   where low card is hunger and high card is taste

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog
  2013-01-27 23:06 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog Ryan Hill
  2013-01-28  0:16   ` Mike Gilbert
@ 2013-01-28 19:59   ` Tim Harder
  2013-01-29  1:49     ` Ryan Hill
  1 sibling, 1 reply; 6+ messages in thread
From: Tim Harder @ 2013-01-28 19:59 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

On 2013-01-27 Sun 15:06, Ryan Hill wrote:
>If you have some kind of problem with this, I suggest you change the default
>output of metagen.

I just find it annoying to have duplicate info for herds under the maintainer
tag since tools like euscan and other scripts take that to mean a package has a
separate maintainer and herd.

Anyway the docs mention that the maintainer tag is supposed to be used
for individual maintainers besides herds, but I can see how that metagen
help output can be confusing.

Tim

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog
  2013-01-28 19:59   ` Tim Harder
@ 2013-01-29  1:49     ` Ryan Hill
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill @ 2013-01-29  1:49 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

On Mon, 28 Jan 2013 11:59:13 -0800
Tim Harder <radhermit@gentoo.org> wrote:

> On 2013-01-27 Sun 15:06, Ryan Hill wrote:
> >If you have some kind of problem with this, I suggest you change the default
> >output of metagen.
> 
> I just find it annoying to have duplicate info for herds under the maintainer
> tag since tools like euscan and other scripts take that to mean a package has
> a separate maintainer and herd.
> 
> Anyway the docs mention that the maintainer tag is supposed to be used
> for individual maintainers besides herds, but I can see how that metagen
> help output can be confusing.

Well I'm just happy to discover I've been misreading it for 6 years.  I always
thought it was annoying but required because of herds that had different mail
aliases than the herd name (see video).  So, thanks.

We also had documentation in the developer handbook that was incorrect and
conflicted with what repoman enforced for a while, but I see that's been
removed.


-- 
gcc-porting
toolchain, wxwidgets            learn a language baby, it's that kind of place
@ gentoo.org                   where low card is hunger and high card is taste

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-29  1:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130127222720.2C6CB2171D@flycatcher.gentoo.org>
2013-01-27 23:06 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: metadata.xml ChangeLog Ryan Hill
2013-01-28  0:16   ` Mike Gilbert
2013-01-28  0:34     ` Ryan Hill
2013-01-28  0:31       ` Mike Gilbert
2013-01-28 19:59   ` Tim Harder
2013-01-29  1:49     ` Ryan Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox