Re: [gentoo-portage-dev] gentoolkit.git repository reorganized

2015-10-29 Thread Mike Frysinger
On 22 Oct 2015 12:54, Paul Varner wrote: > Mike, I know you're busy with other stuff, but if you ever want to see a > new gentoolkit/gentoolkit-dev release, consider this your authorization > to just do it. The README.dev files state how to make releases. thanks, i think this will help a lot >

Re: [gentoo-portage-dev] [PATCH] vardbapi.aux_get: treat cache as valid if mtime is truncated (bug 564222)

2015-10-29 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Yep, looks good. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJWMecxAAoJENQqWdRUGk8B7JAP/i8pU6Geolcqk4yXK3g3CVjb

[gentoo-portage-dev] [PATCH 1/2] chpathtool: drop optparse compat logic

2015-10-29 Thread Mike Frysinger
We don't support python 2.6 anymore, so drop the non-argparse logic. --- bin/chpathtool.py | 45 +++-- 1 file changed, 11 insertions(+), 34 deletions(-) diff --git a/bin/chpathtool.py b/bin/chpathtool.py index 842f1f4..73c7a5f 100755 ---

[gentoo-portage-dev] [PATCH 2/2] _argparse: punt the module

2015-10-29 Thread Mike Frysinger
Since we don't support python 2.6 anymore, there's no need to wrap argparse, so switch all the users to the standard library for it. --- bin/binhost-snapshot | 4 ++-- bin/ebuild | 4 ++-- bin/egencache| 4 ++-- bin/fixpackages

Re: [gentoo-portage-dev] gentoolkit.git repository reorganized

2015-10-29 Thread Michał Górny
On Thu, 29 Oct 2015 21:06:33 -0700 Brian Dolbec wrote: > On Thu, 29 Oct 2015 17:37:26 -0400 > Mike Frysinger wrote: > > > On 22 Oct 2015 12:54, Paul Varner wrote: > > > Mike, I know you're busy with other stuff, but if you ever want to > > > see a new

Re: [gentoo-portage-dev] gentoolkit.git repository reorganized

2015-10-29 Thread Brian Dolbec
On Thu, 29 Oct 2015 17:37:26 -0400 Mike Frysinger wrote: > On 22 Oct 2015 12:54, Paul Varner wrote: > > Mike, I know you're busy with other stuff, but if you ever want to > > see a new gentoolkit/gentoolkit-dev release, consider this your > > authorization to just do it. The

Re: [gentoo-portage-dev] [PATCH 2/2] _argparse: punt the module

2015-10-29 Thread Zac Medico
On 10/29/2015 08:57 PM, Mike Frysinger wrote: > Since we don't support python 2.6 anymore, there's no need to wrap > argparse, so switch all the users to the standard library for it. Both patches look good. -- Thanks, Zac