[gentoo-dev] [PATCH 3/3] distutils-r1.eclass: Link to installer +x fix

2022-01-22 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 2c75daab14cc..a91442459346 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -973,6 +973,7 @@ dist

[gentoo-dev] [PATCH 2/3] distutils-r1.eclass: Fix prefix paths

2022-01-22 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index f2804defb818..2c75daab14cc 100644 --- a/eclass/distutils-r1.eclass +++ b/ecla

[gentoo-dev] [PATCH 1/3] distutils-r1.eclass: Strip LICENSE* & COPYING* from PEP517 dist-info

2022-01-22 Thread Michał Górny
The .dist-info metadata installed by PEP517 packages contains a full copy of the license. Strip that following the Gentoo policy. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.

[gentoo-dev] [PATCH] metadata.xsd: Support FTP URLs

2022-01-22 Thread Ulrich Müller
Base urlType on xs:anyURI. Slightly simplify the mailto syntax (a dot in the domain part is actually not required). Closes: https://bugs.gentoo.org/830211 Signed-off-by: Ulrich Müller --- metadata.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.xsd b/metadata

[gentoo-dev] Last-rites: www-client/seamonkey & net-misc/npapi-sdk

2022-01-22 Thread Joonas Niilola
Hey, # Seamonkey Seamonkey is currently being neglected in Gentoo as no one in the mozilla project care or has time for it. The currently packaged versions won't build with newer non-vulnerable rust, and therefore seamonkey is currently blocking a (security) cleanup for rust. It needs a dedicated

[gentoo-dev] Packages up for grabs: dev-libs/granite

2022-01-22 Thread Maciej Barć
Hi! I'm listed as the maintainer for the following packages where I'm no longer interested: dev-libs/granite Elementary OS library that extends GTK+ I think granite would be a good fit to the Gentoo Gnome Project, but nothing in the main three depends on it at the moment. Anyone who's interest

Re: [gentoo-dev] [PATCH 1/3] out-of-source.eclass: enable EAPI 8

2022-01-22 Thread Michał Górny
On Sat, 2022-01-22 at 13:12 +0100, David Seifert wrote: > Signed-off-by: David Seifert > --- > eclass/out-of-source.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > The series LGTM. -- Best regards, Michał Górny

[gentoo-dev] [PATCH 3/3] out-of-source.eclass: canonical variable ordering

2022-01-22 Thread David Seifert
Signed-off-by: David Seifert --- eclass/out-of-source.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass index e03943b3040..81e03f3894d 100644 --- a/eclass/out-of-source.eclass +++ b/eclass/out-of-source.eclas

[gentoo-dev] [PATCH 2/3] out-of-source.eclass: remove EAPI 6

2022-01-22 Thread David Seifert
Signed-off-by: David Seifert --- eclass/out-of-source.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass index 61b7c492c96..e03943b3040 100644 --- a/eclass/out-of-source.eclass +++ b/eclass/out-of-source.eclass

[gentoo-dev] [PATCH 1/3] out-of-source.eclass: enable EAPI 8

2022-01-22 Thread David Seifert
Signed-off-by: David Seifert --- eclass/out-of-source.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass index bbac555a7f8..61b7c492c96 100644 --- a/eclass/out-of-source.eclass +++ b/eclass/out-of-source.eclas