Andreas K. Huettel posted on Sat, 12 Dec 2015 21:29:30 +0100 as excerpted:
> Am Samstag, 12. Dezember 2015, 10:15:05 schrieb Duncan:
>>
>> What I would have expected to see here (and in other docs-related
>> patches) would be cleanly separate EAPI-5 vs. EAPI-6 descriptions, on
>> separate lines,
On 13 December 2015 at 09:41, Andreas K. Huettel wrote:
> Well. We had that idea already, and at some point something barfed, I dont
> remember the details anymore. Maybe someone else from the team knows.
>
> The problem is introducing too many variables that look like something
> *upstream* might
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 13:03:56 schrieb Michał Górny:
> Dnia 11 grudnia 2015 22:03:06 CET, dilfri...@gentoo.org napisał(a):
>
> >+# @ECLASS-VARIABLE: DIST_TEST
> >+# @DESCRIPTION:
> >+# (EAPI=6) Variable that controls if tests are run in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 13:01:58 schrieb Michał Górny:
> Dnia 11 grudnia 2015 22:03:05 CET, dilfri...@gentoo.org napisał(a):
>
> Now that's confusing history. You introduce new variables, document them
> all, then suddenly rename then. Wouldn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 10:15:05 schrieb Duncan:
>
> What I would have expected to see here (and in other docs-related patches)
> would be cleanly separate EAPI-5 vs. EAPI-6 descriptions, on separate
> lines, so when EAPI-5 support cleanup ti
-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
> >-: ${MY_P:=${MY_PN:-${PN}}-${MY_PV:-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 12:54:35 schrieb Michał Górny:
> Dnia 11 grudnia 2015 22:03:01 CET, dilfri...@gentoo.org napisał(a):
> >diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
> >index 8caa981..9d87b17 100644
> >--- a/eclass
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 00:40:52 schrieb Ulrich Mueller:
> > On Fri, 11 Dec 2015, dilfridge wrote:
>
> > + [[ ${EAPI}==5 ]] || die "perl-module_src_unpack is banned in EAPI=6 or
> > later"
>
> Without spaces around the operator, this
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 12:49:09 schrieb Michał Górny:
> Dnia 11 grudnia 2015 22:02:57 CET, dilfri...@gentoo.org napisał(a):
> >+case "${PERL_EXPORT_PHASE_FUNCTIONS:-yes}" in
> >+yes)
> >+
On Fri, Dec 11, 2015 at 02:16:30PM -0800, Patrick McLean wrote:
> 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 curren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 12:50:29 schrieb Michał Górny:
> >+if [[ ${EAPI:-0} = 5 ]]; then
> >+[[ ${SRC_PREP} = yes ]] && return 0
> >+fi
>
> Why not combine this into single [[ ]]?
>
yep, better!
- --
Andreas K. Huett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Samstag, 12. Dezember 2015, 13:06:59 schrieb Michał Górny:
> Dnia 12 grudnia 2015 13:05:12 CET, "Michał Górny"
napisał(a):
> >Dnia 11 grudnia 2015 22:03:07 CET, dilfri...@gentoo.org napisał(a):
> >>From: "Andreas K. Huettel (dilfridge)"
> >
> >
On Sat, Dec 12, 2015 at 3:54 AM, Ulrich Mueller wrote:
>> On Fri, 11 Dec 2015, Mike Gilbert wrote:
>
>> It is worth noting that GLEP 42 makes no mention of EAPI, and
>> current versions of portage do support slots in dependency atoms
>> used in news items.
>
>> I guess it's a matter of documen
Dnia 12 grudnia 2015 13:05:12 CET, "Michał Górny"
napisał(a):
>
>
>Dnia 11 grudnia 2015 22:03:07 CET, dilfri...@gentoo.org napisał(a):
>>From: "Andreas K. Huettel (dilfridge)"
>>
>>---
>> eclass/perl-module.eclass | 11 ++-
>> 1 file changed, 10 insertions(+), 1 deletion(-)
>>
>>diff --
Dnia 11 grudnia 2015 22:03:07 CET, dilfri...@gentoo.org napisał(a):
>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..
Dnia 11 grudnia 2015 22:03:06 CET, dilfri...@gentoo.org napisał(a):
>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-
Dnia 11 grudnia 2015 22:03:05 CET, dilfri...@gentoo.org napisał(a):
>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
>+++
>
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
>index 6a5f2ff..7434bcf 1
Dnia 11 grudnia 2015 22:03:02 CET, dilfri...@gentoo.org napisał(a):
>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
Dnia 11 grudnia 2015 22:03:01 CET, dilfri...@gentoo.org napisał(a):
>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 8caa9
Dnia 11 grudnia 2015 22:02:59 CET, dilfri...@gentoo.org napisał(a):
>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 1
Dnia 11 grudnia 2015 22:02:57 CET, dilfri...@gentoo.org napisał(a):
>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/ecla
Friday 11 Dec 2015 23:13:33, Michał Górny wrote :
> 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 Mani
El vie, 11-12-2015 a las 23:13 +0100, Michał Górny escribió:
> 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 ou
dilfridge posted on Fri, 11 Dec 2015 22:03:05 +0100 as excerpted:
> -# @ECLASS-VARIABLE: MODULE_VERSION
> +# @ECLASS-VARIABLE: DIST_VERSION
> # @DESCRIPTION:
> -# This variable provides a way to override PV for the calculation of S and
> SRC_URI.
> +# (EAPI=6) This variable provides a way to ove
> On Fri, 11 Dec 2015, Mike Gilbert wrote:
> It is worth noting that GLEP 42 makes no mention of EAPI, and
> current versions of portage do support slots in dependency atoms
> used in news items.
> I guess it's a matter of documenting this somewhere. Where would
> that be?
We should update G
26 matches
Mail list logo