Re: [gentoo-dev] Help wanted with net-misc/frr maintenance

2023-07-12 Thread Jakov Smolić
On 7/12/23 15:18, Alarig Le Lay wrote: Hello Jakov, On Wed 12 Jul 2023 10:54:47 GMT, Jakov Smolić wrote: Hi all, I was recently left as the sole maintainer of net-misc/frr and given I'm not actively using the package anymore it would be good if someone who is an active user could take over.

[gentoo-dev] Re: Possible merge of myspell/hunspell dictionaries

2023-07-12 Thread Zurab Kvachadze
Thank you all for your proposals and clarifications. I had just looked at myspell-en ebuild and thought every one of them comes from LibreOffice, I was wrong in that respect. I will look closely at the matter and maybe find a single upstream if one exists. I am to maintain hunspell itself, so

Re: [gentoo-dev] Eselect repository feature request

2023-07-12 Thread TOMAS FABRIZIO ORSI
Hello, Long time no see. Update on the feature request: Michał Górny rejected Florian's the pull request, raising concerns regarding the use of gentoo specific tooling; stating that eselect-repository should work (as I understood it) as a standalone program. Originally, Górny suggested updating

Re: [gentoo-dev] [PATCH 4/4] distutils-r1.eclass: Disable LTO when using cargo.eclass

2023-07-12 Thread Michał Górny
On Wed, 2023-07-12 at 19:42 +0200, Ulrich Mueller wrote: > > > > > > On Wed, 12 Jul 2023, Michał Górny wrote: > > > + if [[ ${_CARGO_ECLASS} ]]; then > > + filter-lto > > + fi > > Testing for an internal variable of another eclass seems less than > ideal. How about "has cargo

Re: [gentoo-dev] [PATCH 4/4] distutils-r1.eclass: Disable LTO when using cargo.eclass

2023-07-12 Thread Ulrich Mueller
> On Wed, 12 Jul 2023, Michał Górny wrote: > + if [[ ${_CARGO_ECLASS} ]]; then > + filter-lto > + fi Testing for an internal variable of another eclass seems less than ideal. How about "has cargo ${INHERITED}" instead? Ulrich signature.asc Description: PGP signature

Re: [gentoo-dev] Help wanted with net-misc/frr maintenance

2023-07-12 Thread Alarig Le Lay
Hello Jakov, On Wed 12 Jul 2023 10:54:47 GMT, Jakov Smolić wrote: > Hi all, > I was recently left as the sole maintainer of net-misc/frr and given I'm > not actively using the package anymore it would be good if someone who > is an active user could take over. There are several open bugs and a

[gentoo-dev] [PATCH 4/4] distutils-r1.eclass: Disable LTO when using cargo.eclass

2023-07-12 Thread Michał Górny
Strip LTO flags when cargo.eclass is inherited. This means that Rust extensions are being built, and linking them with C/C++ style LTO results in broken shared libraries. Closes: https://bugs.gentoo.org/910220 Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 7 +++ 1 file

[gentoo-dev] [PATCH 3/4] distutils-r1.eclass: Update addpredict for PyPy3.10

2023-07-12 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 046277d0371c..924e83b54ad8 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@

[gentoo-dev] [PATCH 2/4] python-utils-r1.eclass: pypy3 is now 3.10-only

2023-07-12 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 81051699f1d9..a395538be39c 100644 --- a/eclass/python-utils-r1.eclass +++

[gentoo-dev] [PATCH 1/4] python-utils-r1.eclass: Require >=dev-python/pypy3-7.3.12

2023-07-12 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 40c15b65d7a5..81051699f1d9 100644 --- a/eclass/python-utils-r1.eclass +++

[gentoo-dev] [PATCH 0/4] python eclasses: PyPy3.10 update + cargo LTO strip-flags

2023-07-12 Thread Michał Górny
Hi, Here's a quick patchset on top of vimproved's patchset to remove `--reflink=auto` calls from the eclasses. It does two things: 1. Update the eclass to assume PyPy3.10 (and therefore cease supporting PyPy3.9 as a target). 2. Strip LTO flags when distutils-r1 is used with cargo.eclass.

Re: [gentoo-dev] sci-mathematics/fricas ebuild

2023-07-12 Thread Andrey Grozin
On Tue, 11 Jul 2023, Ulrich Mueller wrote: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6412ecf83a0465531c65b115b0e3ff8d875296 Thank you! Andrey

[gentoo-dev] Help wanted with net-misc/frr maintenance

2023-07-12 Thread Jakov Smolić
Hi all, I was recently left as the sole maintainer of net-misc/frr and given I'm not actively using the package anymore it would be good if someone who is an active user could take over. There are several open bugs and a new upstream release. I can stay as a secondary maintainer and help out