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

2015-12-12 Thread Michał Górny
Dnia 11 grudnia 2015 22:03:03 CET, dilfri...@gentoo.org napisał(a): >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

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

2015-12-12 Thread Andreas K. Huettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Samstag, 12. Dezember 2015, 12:59:08 schrieb Michał Górny: > Dnia 11 grudnia 2015 22:03:03 CET, dilfri...@gentoo.org napisał(a): > > > >-if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then > >-:

[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 +++