[gentoo-dev] [PATCH 1/8] gnuconfig.eclass: Support EAPI 8

2021-06-21 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/gnuconfig.eclass | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 173df6fd25e9..58bdcfd660a6 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -6,7 +6,7

[gentoo-dev] [PATCH 2/8] toolchain-funcs.eclass: Support EAPI 8

2021-06-21 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/toolchain-funcs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 1643f64cab76..563d9deef40b 100644 --- a/eclass/toolchain-funcs.eclass +++

[gentoo-dev] [PATCH 8/8] git-r3.eclass: Remove git-2 backwards compatibility code

2021-06-21 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/git-r3.eclass | 54 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 365f21a4ed4c..39817498 100644 --- a/eclass/git-r3.eclass +++

[gentoo-dev] [PATCH 7/8] git-r3.eclass: Support EAPI 8, drop support for EAPI 4

2021-06-21 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/git-r3.eclass | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 9c4f2c9d778e..365f21a4ed4c 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -4,21 +4,15

[gentoo-dev] [PATCH 6/8] flag-o-matic.eclass: Support EAPI 8

2021-06-21 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/flag-o-matic.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 2e04e2acb06b..d262a60b6bb2 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@

Re: [gentoo-dev] [PATCH 2/8] toolchain-funcs.eclass: Support EAPI 8

2021-06-21 Thread Sergei Trofimovich
On Mon, 21 Jun 2021 18:49:28 +0200 Ulrich Müller wrote: > Signed-off-by: Ulrich Müller > --- > eclass/toolchain-funcs.eclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass > index

Re: [gentoo-dev] [PATCH 7/8] git-r3.eclass: Support EAPI 8, drop support for EAPI 4

2021-06-21 Thread Michał Górny
On Mon, 2021-06-21 at 18:49 +0200, Ulrich Müller wrote: > Signed-off-by: Ulrich Müller > --- > eclass/git-r3.eclass | 18 ++ > 1 file changed, 6 insertions(+), 12 deletions(-) > > diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass > index 9c4f2c9d778e..365f21a4ed4c 100644

Re: [gentoo-dev] [PATCH 6/8] flag-o-matic.eclass: Support EAPI 8

2021-06-21 Thread Sergei Trofimovich
On Mon, 21 Jun 2021 18:49:32 +0200 Ulrich Müller wrote: > Signed-off-by: Ulrich Müller > --- > eclass/flag-o-matic.eclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass > index 2e04e2acb06b..d262a60b6bb2

Re: [gentoo-dev] [PATCH 3/8] multilib.eclass: Support EAPI 8

2021-06-21 Thread Sergei Trofimovich
On Mon, 21 Jun 2021 18:49:29 +0200 Ulrich Müller wrote: > Signed-off-by: Ulrich Müller > --- > eclass/multilib.eclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass > index 6ba820229de3..8422d5e18499 100644 > ---

Re: [gentoo-dev] [PATCH 4/8] multilib.eclass: Update a comment

2021-06-21 Thread Sergei Trofimovich
On Mon, 21 Jun 2021 18:49:30 +0200 Ulrich Müller wrote: > Reported-by: Sam James > Signed-off-by: Ulrich Müller > --- > eclass/multilib.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass > index

Re: [gentoo-dev] Copyright lines in the profiles directory

2021-06-21 Thread Joshua Kinard
On 6/21/2021 03:37, Ulrich Mueller wrote: > TZ=UTC git log --find-renames --find-copies --follow \ > --pretty="format:%ad" --date="format-local:%Y" ${filename} | tail -n1 This looks like it works: cat profiles/arch/mips/mips64/multilib/n64/use.force | head -n1 # Copyright 1999-2013 Gentoo

[gentoo-dev] [PATCH 5/8] libtool.eclass: Support EAPI 8

2021-06-21 Thread Ulrich Müller
Drop support for EAPIs 0 to 4. Remove uclibctoolize and darwintoolize (after 10+ years). Signed-off-by: Ulrich Müller --- eclass/libtool.eclass | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index

[gentoo-dev] [PATCH 3/8] multilib.eclass: Support EAPI 8

2021-06-21 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/multilib.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 6ba820229de3..8422d5e18499 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -4,14 +4,14 @@ #

[gentoo-dev] [PATCH 4/8] multilib.eclass: Update a comment

2021-06-21 Thread Ulrich Müller
Reported-by: Sam James Signed-off-by: Ulrich Müller --- eclass/multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 8422d5e18499..67cad9875a12 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@

Re: [gentoo-dev] [PATCH 1/8] gnuconfig.eclass: Support EAPI 8

2021-06-21 Thread Sam James
> On 21 Jun 2021, at 17:49, Ulrich Müller wrote: > > Signed-off-by: Ulrich Müller > --- > eclass/gnuconfig.eclass | 9 +++-- > 1 file changed, 3 insertions(+), 6 deletions(-) I'm happy with the whole series. Thanks for working on this. sam signature.asc Description: Message signed with

Re: [gentoo-dev] Copyright lines in the profiles directory

2021-06-21 Thread Ulrich Mueller
> On Mon, 21 Jun 2021, Joshua Kinard wrote: >>> I am inclined to go with "Copyright 1999-2021 Gentoo Authors" across >>> the board, >> >> Why would you move the starting year back in time? Please don't. >> >>> but given that copyright is always a touchy subject, figured I'd ask. > Again,