[gentoo-dev] Last rites: dev-python/dask, dev-python/dask-expr

2024-05-03 Thread Michał Górny
# Michał Górny (2024-05-04) # A really bad quality package with a never-ending stream of unclear # test failures, and blocked keywording and stabilization bugs. # The bump to the most recent release is blocked by a ton of test # regressions.  No reverse dependencies left. # Removal on 2024-06-03. 

Re: [gentoo-dev] [PATCH v2] 2024-05-03-wireplumber-0_5-bump: add news item

2024-05-03 Thread James Calligeros
On Sat, May 4, 2024 at 1:30 PM Sam James wrote: > If you feel it'd be useful to commit pw+wp masked before then, we can, > but my gut is that it isn't. I see no reason to do so either. > Thanks again for working on this. No worries at all :) > best, > sam Regards, James

Re: [gentoo-dev] [PATCH v2] 2024-05-03-wireplumber-0_5-bump: add news item

2024-05-03 Thread Sam James
James Calligeros writes: > Signed-off-by: James Calligeros > --- > .../2024-05-03-wireplumber-0_5-bump.en.txt| 25 +++ > 1 file changed, 25 insertions(+) > create mode 100644 > 2024-05-03-wireplumber-0_5-bump/2024-05-03-wireplumber-0_5-bump.en.txt > > diff --git >

[gentoo-dev] [PATCH v2] 2024-05-03-wireplumber-0_5-bump: add news item

2024-05-03 Thread James Calligeros
Signed-off-by: James Calligeros --- .../2024-05-03-wireplumber-0_5-bump.en.txt| 25 +++ 1 file changed, 25 insertions(+) create mode 100644 2024-05-03-wireplumber-0_5-bump/2024-05-03-wireplumber-0_5-bump.en.txt diff --git

Re: [gentoo-dev] [PATCH 1/2] gnuconfig.eclass: add GNUCONFIG_DEPEND

2024-05-03 Thread Sam James
Arsen Arsenović writes: > Sam James writes: > >> The motivation here is to allow autotools.eclass consumers setting >> AUTOTOOLS_AUTO_DEPEND=no to not have a useless gnuconfig dependency. > > series looks ok to me thanks!

Re: [gentoo-dev] [PATCH 1/2] gnuconfig.eclass: add GNUCONFIG_DEPEND

2024-05-03 Thread Sam James
Ulrich Mueller writes: >> On Fri, 03 May 2024, Sam James wrote: > >> +case ${EAPI} in >> +5|6) DEPEND=${GNUCONFIG_DEPEND} ;; >> +*) BDEPEND=${GNUCONFIG_DEPEND} ;; >> +esac > > Drop EAPI 5 while at it? Good point, done & pushed, thanks.

[gentoo-dev] [PATCH v2 3/3] gnuconfig.eclass: drop EAPI 5 support

2024-05-03 Thread Sam James
autotools.eclass hasn't had EAPI 5 support for ~2 years since 50710f3d0e8f19fab5571d9596c336314e96b5cf so this wasn't being used anyway (non-autotools.eclass use of gnuconfig.eclass is very niche). Signed-off-by: Sam James --- eclass/gnuconfig.eclass | 8 1 file changed, 4

[gentoo-dev] [PATCH v2 2/3] autotools.eclass: conditionalize gnuconfig dependency

2024-05-03 Thread Sam James
Use newly-added GNUCONFIG_DEPEND so that AUTOTOOLS_AUTO_DEPEND=no doesn't result in a useless dependency on gnuconfig. Signed-off-by: Sam James --- eclass/autotools.eclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/eclass/autotools.eclass

[gentoo-dev] [PATCH v2 1/3] gnuconfig.eclass: add GNUCONFIG_DEPEND

2024-05-03 Thread Sam James
The motivation here is to allow autotools.eclass consumers setting AUTOTOOLS_AUTO_DEPEND=no to not have a useless gnuconfig dependency. Signed-off-by: Sam James --- eclass/gnuconfig.eclass | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git

Re: [gentoo-dev] [PATCH] 2024-05-03-wireplumber-0_5-bump: add news item

2024-05-03 Thread Ulrich Mueller
> On Fri, 03 May 2024, James Calligeros wrote: > +Title: Potentially breaking upgrade - media-video/wireplumber-0.5.2 The title must have 50 chars as a maximum, by GLEP 42. If it is longer, then it isn't guaranteed that eselect news will display it properly. > +Author: James Calligeros >

Re: [gentoo-dev] Gentoo identification in Primary Volume Descriptor of ISOs

2024-05-03 Thread Eli Schwartz
On 5/3/24 4:43 AM, Michal Prívozník wrote: > Awesome! Thank you. > > And speaking of things that slip our attention. When trying to get a > link to this e-mail thread I've noticed at least gentoo-dev archives on > archives.gentoo.org are stuck in 2023: > >

[gentoo-dev] [PATCH] 2024-05-03-wireplumber-0_5-bump: add news item

2024-05-03 Thread James Calligeros
Signed-off-by: James Calligeros --- .../2024-05-03-wireplumber-0_5-bump.en.txt| 23 +++ 1 file changed, 23 insertions(+) create mode 100644 2024-05-03-wireplumber-0_5-bump/2024-05-03-wireplumber-0_5-bump.en.txt diff --git

Re: [gentoo-dev] [PATCH 1/2] gnuconfig.eclass: add GNUCONFIG_DEPEND

2024-05-03 Thread Ulrich Mueller
> On Fri, 03 May 2024, Sam James wrote: > + case ${EAPI} in > + 5|6) DEPEND=${GNUCONFIG_DEPEND} ;; > + *) BDEPEND=${GNUCONFIG_DEPEND} ;; > + esac Drop EAPI 5 while at it? signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH 1/2] gnuconfig.eclass: add GNUCONFIG_DEPEND

2024-05-03 Thread Arsen Arsenović
Sam James writes: > The motivation here is to allow autotools.eclass consumers setting > AUTOTOOLS_AUTO_DEPEND=no to not have a useless gnuconfig dependency. series looks ok to me -- Arsen Arsenović signature.asc Description: PGP signature

Re: [gentoo-dev] Gentoo identification in Primary Volume Descriptor of ISOs

2024-05-03 Thread Michal Prívozník
On 5/2/24 22:48, Ben Kohler wrote: > > On 5/2/24 06:15, Michal Prívozník wrote: >> Hi, >> >> I've noticed (thanks to an issue reported against Libvirt [1]), that >> neither minimal installation ISO nor liveGUI ISO contain anything inside >> their Primary Volume Descriptors that would hint the ISO

[gentoo-dev] [PATCH 9/9] profiles: use.mask perl_features_debug

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- profiles/base/use.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index f27ab3bcd0b8..392c76f40109 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is

[gentoo-dev] [PATCH 8/9] perl-module.eclass: Implement dependency on PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- eclass/perl-module.eclass | 47 ++- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 7bb02abed8c5..029fc78e4a85 100644 ---

[gentoo-dev] [PATCH 7/9] www-apache/mod_perl: Port to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- ...{mod_perl-2.0.13.ebuild => mod_perl-2.0.13-r1.ebuild} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename www-apache/mod_perl/{mod_perl-2.0.13.ebuild => mod_perl-2.0.13-r1.ebuild} (89%) diff --git

[gentoo-dev] [PATCH 6/9] virtual/perl-threads: Port to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- ...-threads-2.360.0.ebuild => perl-threads-2.360.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename virtual/perl-threads/{perl-threads-2.360.0.ebuild => perl-threads-2.360.0-r1.ebuild} (70%) diff --git

[gentoo-dev] [PATCH 5/9] net-analyzer/snortalog: Port to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-analyzer/snortalog/{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild} (91%) diff --git

[gentoo-dev] [PATCH 4/9] media-sound/cantata: Port to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{cantata-2.5.0-r1.ebuild => cantata-2.5.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-sound/cantata/{cantata-2.5.0-r1.ebuild => cantata-2.5.0-r2.ebuild} (95%) diff --git

[gentoo-dev] [PATCH 3/9] app-metrics/collectd: Port to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{collectd-5.12.0-r9.ebuild => collectd-5.12.0-r10.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-metrics/collectd/{collectd-5.12.0-r9.ebuild => collectd-5.12.0-r10.ebuild} (98%) diff --git

[gentoo-dev] [PATCH 2/9] app-editors/padre: Port to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename app-editors/padre/{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild} (94%) diff --git a/app-editors/padre/padre-1.0.0-r2.ebuild

[gentoo-dev] [PATCH 1/9] dev-lang/perl: Migrate to PERL_FEATURES

2024-05-03 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- dev-lang/perl/perl-5.38.2-r3.ebuild | 864 profiles/base/make.defaults | 2 +- profiles/desc/perl_features.desc| 9 + 3 files changed, 874 insertions(+), 1 deletion(-) create mode 100644

[gentoo-dev] news item and patch series: 2024-05-10-perl-features-use-expand.en.txt

2024-05-03 Thread Andreas K. Huettel
Newsitem for review... This goes back to discussions long ago with Kent. We weren't sure then if Portage can handle it. However, since it can handle Python... :P Binary package support now makes the USE_EXPAND hard-necessary. The corresponding patch series is following in a few minutes as reply.

[gentoo-dev] [PATCH 2/2] autotools.eclass: conditionalize gnuconfig dependency

2024-05-03 Thread Sam James
Use newly-added GNUCONFIG_DEPEND so that AUTOTOOLS_AUTO_DEPEND=no doesn't result in a useless dependency on gnuconfig. Signed-off-by: Sam James --- eclass/autotools.eclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/eclass/autotools.eclass

[gentoo-dev] [PATCH 1/2] gnuconfig.eclass: add GNUCONFIG_DEPEND

2024-05-03 Thread Sam James
The motivation here is to allow autotools.eclass consumers setting AUTOTOOLS_AUTO_DEPEND=no to not have a useless gnuconfig dependency. Signed-off-by: Sam James --- eclass/gnuconfig.eclass | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git