Re: [gentoo-dev] [PATCH] go-module.eclass: add eapi 8 support

2021-07-01 Thread Ulrich Mueller
> On Fri, 02 Jul 2021, William Hubbs wrote: > # Go packages should not be stripped with strip(1). > -RESTRICT+=" strip" > +if [[ ${EAPI} == 7 ]]; then > + RESTRICT+=" strip" > +else > + RESTRICT=" strip" > +fi There was a previous discussion in the QA team that we shouldn't do such

[gentoo-dev] [PATCH 2/2] cargo.eclass: make CRATES an eclass variable

2021-07-01 Thread Georgy Yakovlev
it's needed to be present in all ebuilds for crate auditing tools to work properly. Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 17 + 1 file changed, 17 insertions(+) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 9923b1c9deb2..50237d302ce6 100644 ---

[gentoo-dev] [PATCH 1/2] cargo.eclass: support EAPI=8, misc changes

2021-07-01 Thread Georgy Yakovlev
remove cargo-snapshot* unpacker, it was needed for separate dev-util/cargo we used to have. Bug: https://bugs.gentoo.org/715890 Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 39 ++- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/ecl

Re: [gentoo-dev] [PATCH] Add 2021-06-30-libxcrypt-migration

2021-07-01 Thread Alexey Sokolov
Hi, Russian translation attached. >From eba38cc083c51fe6e1325920a8c976b8ae697a1e Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 1 Jul 2021 23:49:22 +0100 Subject: [PATCH] Translate libxcrypt news to Russian Bug: https://bugs.gentoo.org/699422 Signed-off-by: Alexey Sokolov --- .../2021

[gentoo-dev] [PATCH] go-module.eclass: add eapi 8 support

2021-07-01 Thread William Hubbs
Signed-off-by: William Hubbs --- eclass/go-module.eclass | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index c11895944cd..a8a3a7e26a7 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -7,7 +7,7

Re: [gentoo-dev] 'pax_kernel' USE flag

2021-07-01 Thread Marek Szuba
On 2021-06-22 10:35, Marek Szuba wrote: Seeing as in the end this USE flag is not going anywhere in spite of Gentoo no longer providing PaX-capable kernel sources, could we please rename it (e.g. to 'pax-kernel') so that it no longer contains a disallowed character. Done. Now the old name on

Re: [gentoo-dev] [PATCH 1/1] docs.eclass: invert (B)DEPEND if condition

2021-07-01 Thread David Seifert
On Thu, 2021-07-01 at 09:14 +0200, Andrew Ammerlaan wrote: > As suggested by Soap (Thank You!) > > Makes this part more future proof, and removes the "," that shouldn't > have been there. > > diff --git a/eclass/docs.eclass b/eclass/docs.eclass > index f49c6aeab9d..684ab26919c 100644 > --- a/ecl

[gentoo-dev] [PATCH 1/1] docs.eclass: invert (B)DEPEND if condition

2021-07-01 Thread Andrew Ammerlaan
As suggested by Soap (Thank You!) Makes this part more future proof, and removes the "," that shouldn't have been there. diff --git a/eclass/docs.eclass b/eclass/docs.eclass index f49c6aeab9d..684ab26919c 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -378,7 +378,7 @@ case ${DOCS_