[gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread James
Michael Orlitzky gentoo.org> writes: > You can script something smarter. I'm attaching a python script called > maintainer.py. You can use find/xargs to search by maintainer email: > $ find $REPOS/gentoo.git/ -type f -name 'metadata.xml' | \ > xargs ./maintainer.py mjo gentoo.org >

Re: [gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread Michael Orlitzky
On 06/02/2016 04:29 PM, James wrote: > > Hm. I currently have to add about 6 lines manually for each overlay > into repos.conf/overlays:: > > ... > > So your saying do this for every overlay? > > Surely there is just a way to concatenate metadata (or info) from overlays > into a single

[gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread James
Michael Orlitzky gentoo.org> writes: > >> $ portageq --maintainer-email=idl0r gentoo.org > > Now I shall research how to code something up for non-installed > > portage packages and the overlay collections those listings > > are really what I'm after. > It already works for non-installed

Re: [gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread Michael Orlitzky
On 06/02/2016 02:48 PM, James wrote: > Michael Orlitzky gentoo.org> writes: > > >> $ portageq --maintainer-email=idl0r gentoo.org > > VERY COOL! > > Now I shall research how to code something up for non-installed > portage packages and the overlay collections those listings > are really

[gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread James
Michael Orlitzky gentoo.org> writes: > $ portageq --maintainer-email=idl0r gentoo.org VERY COOL! Now I shall research how to code something up for non-installed portage packages and the overlay collections those listings are really what I'm after. THX! James

Re: [gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread Michael Orlitzky
On 06/02/2016 02:12 PM, James wrote: > Michael Orlitzky gentoo.org> writes: > > >> portageq --maintainer-email can do it, but it only checks your installed >> overlays. > > I have htop install, and 'idl0r' is the maintainer > > 'portageq --maintainer-email idl0r' > > comes back empty as

[gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread James
Michael Orlitzky gentoo.org> writes: > portageq --maintainer-email can do it, but it only checks your installed > overlays. I have htop install, and 'idl0r' is the maintainer 'portageq --maintainer-email idl0r' comes back empty as with any number of dev-handles listed in metadata for

Re: [gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread Michael Orlitzky
On 06/02/2016 12:37 PM, James wrote: > > I was actually hoping for something much simpler and always as current as the > last sync of protage and the corresponding overlays (layman syntax). Perhaps > an option I missed in the 'q' applets (portage-utils) or gentoolkit ? > portageq

Re: [gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread ng0
On 2016-06-02(04:37:00+), James wrote: > ng0 n0.is> writes: > > > > Is there a consistent semantic to at least list all of the portage tree > > > packages there are listed on as maintainer? > > > Is there a universal, slick way to list the overlay packages they are > > > working on (github)?

[gentoo-user] Re: listing portage/overlay packages by dev ?

2016-06-02 Thread James
ng0 n0.is> writes: > > Is there a consistent semantic to at least list all of the portage tree > > packages there are listed on as maintainer? > > Is there a universal, slick way to list the overlay packages they are > > working on (github)? > What about checking out the portage repo and doing