[gentoo-dev] [PATCH v2 2/2] l10n.eclass: Mark as deprecated

2021-06-27 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/l10n.eclass | 1 + metadata/qa-policy.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index b1dff96ded12..f53cb3d0898b 100644 --- a/eclass/l10n.eclass +++ b/eclass/l10n.eclass @@ -8,6 +8,7 @@ # Ben de

[gentoo-dev] [PATCH v2 1/2] plocale.eclass: Copied from l10n.eclass

2021-06-27 Thread Ulrich Müller
Ever since the L10N USE_EXPAND variable was introduced, the name of this eclass was somewhat confusing, because it operates on LINGUAS and is unrelated to L10N. Take the EAPI 8 bump as an opportunity to rename the eclass. Signed-off-by: Ulrich Müller --- v2: Expanded eclass documentation eclass

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-06-27 Thread Ulrich Mueller
> On Mon, 28 Jun 2021, Martin Dummer wrote: >>> --- a/eclass/vdr-plugin-2.eclass >>> +++ b/eclass/vdr-plugin-2.eclass >>> @@ -76,7 +76,7 @@ >>>  inherit flag-o-matic toolchain-funcs unpacker >> This should also inherit strip-linguas.eclass, because strip-linguas is >> called in vdr_linguas_sup

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-06-27 Thread Martin Dummer
Am 27.06.21 um 20:57 schrieb Ulrich Mueller: > [Either your mailer or something on the way has mangled whitespace in > your patch, which makes it somewhat hard to read.] Okay... not good, I will add the patchfile as attachment now. >> --- a/eclass/vdr-plugin-2.eclass >> +++ b/eclass/vdr-plugin-2

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-06-27 Thread Ulrich Mueller
> On Sun, 27 Jun 2021, Martin Dummer wrote: [Either your mailer or something on the way has mangled whitespace in your patch, which makes it somewhat hard to read.] > --- a/eclass/vdr-plugin-2.eclass > +++ b/eclass/vdr-plugin-2.eclass > @@ -76,7 +76,7 @@ >  inherit flag-o-matic toolchain-func

[gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-06-27 Thread Martin Dummer
please review and comment. I will open a github PR for code changes later. From d5f6916d7fdd194e0c2ab11eea0d48ecb01d122c Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sun, 27 Jun 2021 17:05:23 +0200 Subject: [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes - add EAPI8 support