Re: [gentoo-portage-dev] [PATCH v3] EbuildBuild: call _record_binpkg_info earlier (bug 578204)

2016-03-29 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Thanks. LGTM. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJW+3OvAAoJENQqWdRUGk8BM+wQAK1YIiKaS4itrZnJHAapQiCU t/01WXKQtBH8OsvIJujivaxE3kC6/F3d+5WhlNZPaNN6QLUb

[gentoo-portage-dev] [PATCH v3] EbuildBuild: call _record_binpkg_info earlier (bug 578204)

2016-03-29 Thread Zac Medico
Schedule _record_binpkg_info as a member of a TaskSequence, in order to guarantee that it executes immediately after EbuildBinpkg (and before the tasks that follow). This approach is similar to that used to fix bug 562264. X-Gentoo-bug: 578204 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi

[gentoo-portage-dev] [PATCH v2] Colorize packages in user sets (bug 577720)

2016-03-29 Thread Adam Mills
Three new settings were added to /etc/portage/color.map: PKG_MERGE_USER_SET, PKG_BINARY_MERGE_USER_SET, and PKG_NOMERGE_USER_SET. These colors are applied when the package is selected from a set in /etc/portage/sets/ X-Gentoo-bug: 577720 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=57

Re: [gentoo-portage-dev] [PATCH v2] EbuildBuild: call _record_binpkg_info earlier (bug 578204)

2016-03-29 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 27/03/16 01:13, Zac Medico wrote: > + class _RecordBinpkgInfo(AsynchronousTask): > + > + __slots__ = ('ebuild_binpkg', 'ebuild_build',) > + > + def _start(self): > + > self.ebuild_build._record_binp

Re: [gentoo-portage-dev] [PATCH 2/2] runtests: fix output for skipped pythons

2016-03-29 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Pushed as aa7558a93d42d73ad916eecd2c3e8c6c294fe735. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJW+lUCAAoJENQqWdRUGk8BiekQAMy3U5kBVEJozLInUenb9Saz 8Pv/Sopr0O

Re: [gentoo-portage-dev] [PATCH 1/2] cleanup: fix spaces to tabs in depgraph.py

2016-03-29 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Pushed as 12c91bce20eeb7d6746b148b1056084a18bd8c53 Sorry for the delay. Easter break caught me by surprise. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJW+j9

Re: [gentoo-portage-dev] [PATCH] Colorize packages in user sets (bug 577720)

2016-03-29 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 20/03/16 15:33, Adam Mills wrote: > + for set_name in root_config.sets: > + if set_name == "system": > + system = > root_config.sets[set_name].findAtomForPackage(