Re: [gentoo-dev] [PATCH 01/12] toolchain.eclass: remove EAPI 5 and 6

2022-01-29 Thread Sam James
> On 29 Jan 2022, at 17:31, David Seifert wrote: > > Signed-off-by: David Seifert > -- series lgtm Best, sam signature.asc Description: Message signed with OpenPGP

Re: [gentoo-dev] [PATCH 01/12] toolchain.eclass: remove EAPI 5 and 6

2022-01-29 Thread Michał Górny
The series LGTM from visual review. Note that I haven't verified the variable moves in wider context. -- Best regards, Michał Górny

Re: [gentoo-dev] Unmask >=net-p2p/bitcoin*-0.21.1

2022-01-29 Thread Florian Schmaus
On 25/01/2022 07.49, Joonas Niilola wrote: On 24.1.2022 20.37, Florian Schmaus wrote: Hi Joonas, I think it is time to unmask the currently masked Bitcoin versions. The mask was added in Juli of 2021 [1], with the mask's commit message indicating that unmasking is planned for November 2021.

[gentoo-dev] [PATCH 12/12] vcs-snapshot.eclass: canonical variable ordering

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/vcs-snapshot.eclass | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 0e86cb4ad51..64bc1da040f 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.eclass @@

[gentoo-dev] [PATCH 11/12] vcs-snapshot.eclass: remove EAPI 0-5

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/vcs-snapshot.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 74e5f4bcd42..0e86cb4ad51 100644 --- a/eclass/vcs-snapshot.eclass +++

[gentoo-dev] [PATCH 10/12] vcs-snapshot.eclass: enable EAPI 8

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/vcs-snapshot.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 05d963917e2..74e5f4bcd42 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.eclass @@

[gentoo-dev] [PATCH 09/12] vcs-clean.eclass: add missing die

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/vcs-clean.eclass | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/eclass/vcs-clean.eclass b/eclass/vcs-clean.eclass index 991f680582f..e4c61ac7164 100644 --- a/eclass/vcs-clean.eclass +++ b/eclass/vcs-clean.eclass @@ -23,9

[gentoo-dev] [PATCH 08/12] vcs-clean.eclass: enable EAPI 8

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/vcs-clean.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/vcs-clean.eclass b/eclass/vcs-clean.eclass index 89f6b732187..991f680582f 100644 --- a/eclass/vcs-clean.eclass +++ b/eclass/vcs-clean.eclass @@ -1,4 +1,4 @@

[gentoo-dev] [PATCH 07/12] usr-ldscript.eclass: canonical variable ordering

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/usr-ldscript.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/usr-ldscript.eclass b/eclass/usr-ldscript.eclass index 7842dfc643d..a8229ed2ac2 100644 --- a/eclass/usr-ldscript.eclass +++ b/eclass/usr-ldscript.eclass @@

[gentoo-dev] [PATCH 06/12] usr-ldscript.eclass: remove EAPI 5

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/usr-ldscript.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/usr-ldscript.eclass b/eclass/usr-ldscript.eclass index 2bf725abdd0..7842dfc643d 100644 --- a/eclass/usr-ldscript.eclass +++ b/eclass/usr-ldscript.eclass @@

[gentoo-dev] [PATCH 05/12] user-info.eclass: remove EAPI 5

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/user-info.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/user-info.eclass b/eclass/user-info.eclass index 8b8538bf843..3838585ab6c 100644 --- a/eclass/user-info.eclass +++ b/eclass/user-info.eclass @@ -1,15 +1,15

[gentoo-dev] [PATCH 04/12] user.eclass: canonical variable ordering

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/user.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/user.eclass b/eclass/user.eclass index 9373b361d59..581704eae81 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -12,9 +12,6 @@ # The user eclass

[gentoo-dev] [PATCH 03/12] user.eclass: remove EAPI 5

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/user.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/user.eclass b/eclass/user.eclass index d03d31819fc..9373b361d59 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2021

[gentoo-dev] [PATCH 02/12] toolchain.eclass: canonical variable ordering

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/toolchain.eclass | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 741b6dfbbcc..495a305ed83 100644 --- a/eclass/toolchain.eclass +++

[gentoo-dev] [PATCH 01/12] toolchain.eclass: remove EAPI 5 and 6

2022-01-29 Thread David Seifert
Signed-off-by: David Seifert --- eclass/toolchain.eclass | 110 +++- 1 file changed, 40 insertions(+), 70 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 61718f0d9a0..741b6dfbbcc 100644 --- a/eclass/toolchain.eclass +++

Re: [gentoo-portage-dev] [PATCH] repoman: Remove http compatibility code for metadata DTD

2022-01-29 Thread Zac Medico
On 1/25/22 08:44, Ulrich Müller wrote: Commit 3950d76df says: "The http:// compat can be removed once the Gentoo repository is updated to use https:// everywhere." Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller --- repoman/lib/repoman/modules/scan/metadata/pkgmetadata.py |

[gentoo-dev] last-rite: dev-perl/Mac-Pasteboard

2022-01-29 Thread Fabian Groffen
# Fabian Groffen (2022-01-29) # Fails to compile with GCC on macOS. No revdeps. # Removal on 2022-02-28. Bug #832309. dev-perl/Mac-Pasteboard -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/django-pglocks

2022-01-29 Thread Michał Górny
# Michał Górny (2022-01-29) # No maintainer.  No upstream activity since Dec 2019. # Tests not enabled.  No revdeps. # Removal on 2022-02-28.  Bug #832318. dev-python/django-pglocks -- Best regards, Michał Górny