Re: [gentoo-portage-dev] [PATCH] ebuild: Extend helper-in-global-scope ban to all EAPIs

2016-06-26 Thread Michał Górny
On Sun, 26 Jun 2016 17:07:09 -0700 Zac Medico wrote: > On 05/20/2016 03:27 PM, Michał Górny wrote: > > On Thu, 5 May 2016 23:10:43 +0200 > > Michał Górny wrote: > > > >> Make helper calls in global scope fatal in all supported EAPIs since > >> this is

Re: [gentoo-portage-dev] [PATCH] ebuild: Extend helper-in-global-scope ban to all EAPIs

2016-05-20 Thread Michał Górny
On Thu, 5 May 2016 23:10:43 +0200 Michał Górny wrote: > Make helper calls in global scope fatal in all supported EAPIs since > this is the behavior required by PMS and all major offenders are fixed > already. > --- > bin/eapi.sh | 4 > bin/ebuild.sh | 30

Re: [gentoo-portage-dev] [PATCH] ebuild: Extend helper-in-global-scope ban to all EAPIs

2016-05-06 Thread Zac Medico
On 05/06/2016 06:14 AM, Alexander Berntsen wrote: > Patch looks OK, but this is hardly an area that I'm very knowledgeable > about, so if anyone else wants to chime in, that would be great. :) Looks good to me. We could have done this a long time ago, except that it would have broken the illegal

[gentoo-portage-dev] [PATCH] ebuild: Extend helper-in-global-scope ban to all EAPIs

2016-05-05 Thread Michał Górny
Make helper calls in global scope fatal in all supported EAPIs since this is the behavior required by PMS and all major offenders are fixed already. --- bin/eapi.sh | 4 bin/ebuild.sh | 30 ++ 2 files changed, 6 insertions(+), 28 deletions(-) diff --git