Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: listing portage/overlay packages by dev ?
Date: Fri, 03 Jun 2016 01:14:05
Message-Id: loom.20160603T022504-791@post.gmane.org
In Reply to: Re: [gentoo-user] Re: listing portage/overlay packages by dev ? by Michael Orlitzky
1 Michael Orlitzky <mjo <at> gentoo.org> writes:
2
3
4 > You can script something smarter. I'm attaching a python script called
5 > maintainer.py. You can use find/xargs to search by maintainer email:
6
7 > $ find $REPOS/gentoo.git/ -type f -name 'metadata.xml' | \
8 > xargs ./maintainer.py mjo <at> gentoo.org
9 > mail-filter/pypolicyd-spf
10
11
12 OK, let me play with this a while...
13
14 > Attachment (maintainer.py): text/x-python, 587 bytes
15
16 James