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] make.globals: fix FETCHCOMMAND_SSH and FETCHCOMMAND_SFTP to respect ssh_config port (bug 499198)

2016-05-06 Thread Zac Medico
X-Gentoo-bug: 499198 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=499198 --- This is the same as the previous patch, but formatted with --word-diff. cnf/make.globals | 4 ++-- pym/portage/tests/util/test_getconfig.py | 4 ++-- 2 files changed, 4 insertions(+),

Re: [gentoo-dev] [PATCH] metadata.xsd: upstream maintainer must have exactly one element

2016-05-06 Thread Michał Górny
Dnia 6 maja 2016 09:39:24 CEST, Dirkjan Ochtman napisał(a): >On Fri, May 6, 2016 at 1:16 AM, Göktürk Yüksek >wrote: >> Signed-off-by: Göktürk Yüksek >> --- >> metadata.xsd | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [gentoo-dev] [PATCH] metadata.xsd: upstream maintainer must have exactly one element

2016-05-06 Thread Dirkjan Ochtman
On Fri, May 6, 2016 at 1:16 AM, Göktürk Yüksek wrote: > Signed-off-by: Göktürk Yüksek > --- > metadata.xsd | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/metadata.xsd b/metadata.xsd > index 8bc6a4e..fe2c5d2 100644 > ---

Re: [gentoo-portage-dev] [PATCH] xml-test/missing-elements: test for missing mandatory elements

2016-05-06 Thread Brian Dolbec
On Thu, 5 May 2016 19:24:47 -0400 Göktürk Yüksek wrote: > Signed-off-by: Göktürk Yüksek > --- > xml-test/missing-elements/metadata.xml| 17 > + > xml-test/missing-elements/missing-elements-0.1.ebuild | 11 >

Re: [gentoo-portage-dev] [PATCH] xml-test/missing-elements: test for missing mandatory elements

2016-05-06 Thread Brian Dolbec
On Thu, 5 May 2016 19:24:47 -0400 Göktürk Yüksek wrote: > Signed-off-by: Göktürk Yüksek > --- > xml-test/missing-elements/metadata.xml| 17 > + > xml-test/missing-elements/missing-elements-0.1.ebuild | 11 >

Re: [gentoo-dev] [PATCH] metadata.xsd: upstream maintainer must have exactly one element

2016-05-06 Thread Göktürk Yüksek
Dirkjan Ochtman: > On Fri, May 6, 2016 at 1:16 AM, Göktürk Yüksek wrote: >> Signed-off-by: Göktürk Yüksek >> --- >> metadata.xsd | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/metadata.xsd b/metadata.xsd >> index

Re: [gentoo-dev] [PATCH] metadata.xsd: upstream maintainer must have exactly one element

2016-05-06 Thread Dirkjan Ochtman
On Fri, May 6, 2016 at 10:14 AM, Göktürk Yüksek wrote: > The change only reflects what's already in GLEP 68 [0] which itself > derives this condition from GLEP 46 [1] which has the following clause: > > """ > name should contain a block of text with upstream's name, is

[gentoo-dev] [PATCH] distutils-r1.eclass: Do not modify the HOME variable

2016-05-06 Thread Mike Gilbert
This was only necessary when we ran phases in parallel. Also, PMS says this variable should not be modified. --- eclass/distutils-r1.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 7965e91..497bed5 100644 ---