Re: [gentoo-dev] News item: Python ABIFLAGS rebuild needed

2015-12-11 Thread Michał Górny
On Fri, 11 Dec 2015 21:48:59 -0500 Mike Gilbert wrote: > On Fri, Dec 11, 2015 at 6:48 PM, Ulrich Mueller wrote: > >> On Fri, 11 Dec 2015, Mike Gilbert wrote: > > > >> News-Item-Format: 1.0 > >> Display-If-Installed: >=dev-lang/python-3.3.5-r4:3.3 > >> Display-If-Installed: >=dev-lang/pyt

Re: [gentoo-dev] News item: Python ABIFLAGS rebuild needed

2015-12-11 Thread Mike Gilbert
On Fri, Dec 11, 2015 at 9:48 PM, Mike Gilbert wrote: > On Fri, Dec 11, 2015 at 6:48 PM, Ulrich Mueller wrote: >>> On Fri, 11 Dec 2015, Mike Gilbert wrote: >> >>> News-Item-Format: 1.0 >>> Display-If-Installed: >=dev-lang/python-3.3.5-r4:3.3 >>> Display-If-Installed: >=dev-lang/python-3.4.3-r4

Re: [gentoo-dev] News item: Python ABIFLAGS rebuild needed

2015-12-11 Thread Mike Gilbert
On Fri, Dec 11, 2015 at 6:48 PM, Ulrich Mueller wrote: >> On Fri, 11 Dec 2015, Mike Gilbert wrote: > >> News-Item-Format: 1.0 >> Display-If-Installed: >=dev-lang/python-3.3.5-r4:3.3 >> Display-If-Installed: >=dev-lang/python-3.4.3-r4:3.4 >> Display-If-Installed: >=dev-lang/python-3.5.0-r3:3.5

Re: [gentoo-dev] News item: Python ABIFLAGS rebuild needed

2015-12-11 Thread Ulrich Mueller
> On Fri, 11 Dec 2015, Mike Gilbert wrote: > News-Item-Format: 1.0 > Display-If-Installed: >=dev-lang/python-3.3.5-r4:3.3 > Display-If-Installed: >=dev-lang/python-3.4.3-r4:3.4 > Display-If-Installed: >=dev-lang/python-3.5.0-r3:3.5 Syntax of these headers is limited to EAPI 0, therefore you c

Re: [gentoo-dev] [PATCH 04/15] perl-module.eclass: Use default unpacking from EAPI=6 on

2015-12-11 Thread Ulrich Mueller
> On Fri, 11 Dec 2015, dilfridge wrote: > +case "${EAPI:-0}" in Quotes are not needed here. > case "${EAPI:-0}" in Ditto. > + [[ ${EAPI}==5 ]] || die "perl-module_src_unpack is banned in EAPI=6 or > later" Without spaces around the operator, this condition will always evaluate to t

[gentoo-dev] Last rites: dev-perl/YAML-Parser-Syck

2015-12-11 Thread Andreas K. Huettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 # Andreas K. Huettel (11 Dec 2015) # Ancient, smells funny, disowned by upstream, needs syck # Masked for removal in 30 days, bug 565012 dev-perl/YAML-Parser-Syck - -- Andreas K. Huettel Gentoo Linux developer dilfri...@gentoo.org http://www.akh

Re: [gentoo-dev] Re: converting copyright/license information in OpenRC

2015-12-11 Thread Patrick McLean
On Fri, 11 Dec 2015 15:37:48 -0600 William Hubbs wrote: > On Fri, Dec 11, 2015 at 09:04:47PM +0100, Ulrich Mueller wrote: > > > On Fri, 11 Dec 2015, William Hubbs wrote: > > > Well, the OpenRC project is currently inconsistent about this, so the > intention is to make it consistent. > >

[gentoo-dev] News for Gentoo CI and pull request CI

2015-12-11 Thread Michał Górny
Hi, everyone. I'd like to make a short announcement that in the last few days I've been using my little free time to hack on my CI scripts, and they had a few major improvements. Most notably: 1. pkgcheck now checks for outdated Manifests. In other words, gentoo-ci will most likely complain about

[gentoo-dev] News item: Python ABIFLAGS rebuild needed

2015-12-11 Thread Mike Gilbert
Hi, Please review the news item below. I would like to send this out early next week. Title: Python ABIFLAGS rebuild needed Author: Mike Gilbert Content-Type: text/plain Posted: 2015-12-11 Revision: 1 News-Item-Format: 1.0 Display-If-Installed: >=dev-lang/python-3.3.5-r4:3.3 Display-If-Installe

Re: [gentoo-dev] Re: converting copyright/license information in OpenRC

2015-12-11 Thread William Hubbs
On Fri, Dec 11, 2015 at 09:04:47PM +0100, Ulrich Mueller wrote: > > On Fri, 11 Dec 2015, William Hubbs wrote: > > > currently, OpenRC has file-based copyright/licensing information. > > I would like to centralize all of this information, following the > > centralized model described here [1].

[gentoo-dev] [PATCH 06/15] perl-module.eclass: Introduce MODULE_NAME and MODULE_P while still keeping existing weirdness compatible

2015-12-11 Thread dilfridge
From: Andreas K. Hüttel --- eclass/perl-module.eclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 9d87b17..6a5f2ff 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -106,13 +106,15 @

[gentoo-dev] [PATCH 12/15] perl-module.eclass: Minor docu improvements

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 4dc39eb..86c0a48 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass

[gentoo-dev] [PATCH 14/15] perl-module.eclass: Rewrite src_test for EAPI=6

2015-12-11 Thread dilfridge
From: Andreas K. Hüttel --- eclass/perl-module.eclass | 65 --- 1 file changed, 45 insertions(+), 20 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index faa8a34..c174d5f 100644 --- a/eclass/perl-module.eclass +++ b/ec

[gentoo-dev] [PATCH 15/15] dev-perl/CGI: Add EAPI=6 test ebuild

2015-12-11 Thread dilfridge
From: Andreas K. Hüttel Package-Manager: portage-2.2.26 --- dev-perl/CGI/CGI-4.220.0-r1.ebuild | 33 + 1 file changed, 33 insertions(+) create mode 100644 dev-perl/CGI/CGI-4.220.0-r1.ebuild diff --git a/dev-perl/CGI/CGI-4.220.0-r1.ebuild b/dev-perl/CGI/CGI-4.22

[gentoo-dev] [PATCH 11/15] perl-module.eclass: Introduce DIST_TEST_OVERRIDE in EAPI=6

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 0d428d2..4dc39eb 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass

[gentoo-dev] [PATCH 13/15] perl-module.eclass: Make some former warnings fatal to get rid of PERLQAFATAL, eqawarn, and (in EAPI=6) eutils.eclass

2015-12-11 Thread dilfridge
From: Andreas K. Hüttel --- eclass/perl-module.eclass | 29 + 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 86c0a48..faa8a34 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.ec

[gentoo-dev] [PATCH 08/15] perl-module.eclass: Document variables available in EAPI=6

2015-12-11 Thread dilfridge
From: Andreas K. Hüttel --- eclass/perl-module.eclass | 37 + 1 file changed, 37 insertions(+) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 7434bcf..82707fe 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@

[gentoo-dev] [PATCH 09/15] perl-module.eclass: Use DIST_ prefix instead of MODULE_ prefix in EAPI=6 for control variables.

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" This is more consistent with upstream terminology and avoids clashes in case of kernel modules. --- eclass/perl-module.eclass | 52 +++ 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/eclass/perl-

[gentoo-dev] [PATCH 10/15] perl-module.eclass: Rename SRC_TEST to DIST_TEST in EAPI=6 and default to "do parallel"

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 40 +++- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index efcc47c..0d428d2 100644 --- a/eclass/perl-module.eclass

[gentoo-dev] [PATCH 03/15] perl-module.eclass: Just go ahead when calling configure twice in EAPI=6

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 78fa01d..734de11 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -146,

[gentoo-dev] [PATCH 07/15] perl-module.eclass: Do not do any magic with MY_... variables in EAPI=6 anymore

2015-12-11 Thread dilfridge
From: Andreas K. Hüttel --- eclass/perl-module.eclass | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 6a5f2ff..7434bcf 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -102,

[gentoo-dev] [PATCH 01/15] perl-module.eclass: Allow EAPI=6, ban PERL_EXPORT_PHASE_FUNCTIONS there, simplify perl dependency

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 54 ++- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 5a476d2..82c72fc 100644 --- a/eclass/perl-module.

[gentoo-dev] [PATCH 05/15] perl-module.eclass: Use eapply from EAPI=6 on and always call eapply_user

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 8caa981..9d87b17 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.ec

[gentoo-dev] [PATCH 04/15] perl-module.eclass: Use default unpacking from EAPI=6 on

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 734de11..8caa981 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module

[gentoo-dev] [PATCH 02/15] perl-module.eclass: Remove references to perlinfo_done

2015-12-11 Thread dilfridge
From: "Andreas K. Huettel (dilfridge)" --- eclass/perl-module.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 82c72fc..78fa01d 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -108,7

[gentoo-dev] perl-module.eclass EAPI=6 support

2015-12-11 Thread Andreas K. Huettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hey all, as replies to this mail follow proposed updates to perl-module.eclass. Basically the plan it to use the EAPI step to sanitize API. This leads to a lot of conditionals, which can and will go away again some time after all Perl packages

Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkglextmm/, dev-cpp/gtkglextmm/files/

2015-12-11 Thread Andrew Savchenko
On Fri, 11 Dec 2015 20:18:46 +0100 Gilles Dartiguelongue wrote: > Le vendredi 11 décembre 2015 à 12:17 +, Andrew Savchenko a écrit : > > commit: fcc5f0fe910ec73b41adf3120255571baf896d4c > > Author: Andrew Savchenko gentoo org> > > AuthorDate: Fri Dec 11 12:17:20 2015 + > > Commit:

[gentoo-dev] Re: converting copyright/license information in OpenRC

2015-12-11 Thread Ulrich Mueller
> On Fri, 11 Dec 2015, William Hubbs wrote: > currently, OpenRC has file-based copyright/licensing information. > I would like to centralize all of this information, following the > centralized model described here [1]. > This would mean that, at the top of each file, there would be a > copyr

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkglextmm/, dev-cpp/gtkglextmm/files/

2015-12-11 Thread Gilles Dartiguelongue
Le vendredi 11 décembre 2015 à 12:17 +, Andrew Savchenko a écrit : > commit: fcc5f0fe910ec73b41adf3120255571baf896d4c > Author: Andrew Savchenko gentoo org> > AuthorDate: Fri Dec 11 12:17:20 2015 + > Commit: Andrew Savchenko gentoo org> > CommitDate: Fri Dec 11 12:17:20 2015

[gentoo-dev] converting copyright/license information in OpenRC

2015-12-11 Thread William Hubbs
Hi all, currently, OpenRC has file-based copyright/licensing information. I would like to centralize all of this information, following the centralized model described here [1]. This would mean that, at the top of each file, there would be a copyright notice stating: Copyright OpenRC authors [