[gentoo-dev] [PATCH 2/2] meson.eclass: build test targets first in meson_src_test

2025-04-05 Thread Sam James
added in meson-0.63.0 and we depend on >=meson-1.2.3 in the eclass. [0] https://mesonbuild.com/Release-notes-for-1-7-0.html#test-targets-no-longer-built-by-default Signed-off-by: Sam James --- eclass/meson.eclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ecl

[gentoo-dev] [PATCH 1/2] meson.eclass: use edo

2025-04-05 Thread Sam James
; see afe0521495aeed0a22a3656e7bad193fba39805e). Signed-off-by: Sam James --- eclass/meson.eclass | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/eclass/meson.eclass b/eclass/meson.eclass index a2bc5537e4589..382c80ec08214 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.e

[gentoo-dev] [PATCH] cargo.eclass: fix live unpack to use selected cargo

2025-04-04 Thread Sam James
ST_MIN_VER / RUST_MAX_VER. Ensure we consistently use the variable referencing the $CARGO that is definitely guaranteed to exist. Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- I've pushed this. eclass/cargo.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

Re: [gentoo-dev] [PATCH] cargo.eclass: Only tell Cargo to cross-compile when actually needed

2025-03-29 Thread Sam James
James Le Cuirot writes: > This avoids the build host vs target flag separation issue. Sometimes it > is important for the build host to use the right flags. We cannot fix > this for cross-compiling now, but it should at least work for native > builds. > LGTM. > Closes: https

[gentoo-dev] [PATCH] cargo.eclass: Only tell Cargo to cross-compile when actually needed

2025-03-23 Thread James Le Cuirot
This avoids the build host vs target flag separation issue. Sometimes it is important for the build host to use the right flags. We cannot fix this for cross-compiling now, but it should at least work for native builds. Closes: https://bugs.gentoo.org/951740 Signed-off-by: James Le Cuirot

Re: [gentoo-dev] [PATCH] 1/1] autotools.eclass: add slibtool dir for aclocal

2025-03-23 Thread Sam James
Eli Schwartz writes: > On 3/14/25 11:31 AM, orbea wrote: >> Changing it as you suggested I think would be significantly more >> complicated and would require refactoring the eclass. > > > Yes, it's unfortunately the type of thing that would be a somewhat > involved change. :( > > >> However I won

Re: [gentoo-dev] The uncertain future of repository mirrors

2025-03-22 Thread Sam James
Jay Faulkner writes: > On 3/21/2025 6:42 PM, Ionen Wolkens wrote: >> On Fri, Mar 21, 2025 at 02:32:31PM +0100, Michał Górny wrote: >>> Hello, everyone. >>> >>> TL;DR: I'm thinking of shutting down all gentoo-mirror repositories, >>> except for gentoo and guru. >> Unfortunate, but just to say that

Re: [gentoo-dev] Re: [PATCH 4/5] linux-mod-r1.eclass: make modules_process_dracut.conf.d public

2025-03-19 Thread Sam James
Nowa Ammerlaan writes: > On 19/03/2025 02:07, Ionen Wolkens wrote: >> On Tue, Mar 18, 2025 at 08:34:43PM -0400, Ionen Wolkens wrote: >>> On Tue, Mar 18, 2025 at 03:14:13AM -, Duncan wrote: Nowa Ammerlaan posted on Mon, 17 Mar 2025 11:11:06 +0100 as excerpted: > I had really hope

Re: [gentoo-dev] Re: [PATCH 4/5] linux-mod-r1.eclass: make modules_process_dracut.conf.d public

2025-03-19 Thread Sam James
Duncan <1i5t5.dun...@cox.net> writes: > Nowa Ammerlaan posted on Mon, 17 Mar 2025 11:11:06 +0100 as excerpted: > >> I had really hoped to receive more comments on my earlier RFC. [...] >> I really do want to know what others think so I can >> make a better judgment on whether or not my idea is rea

Re: [gentoo-dev] New category for AI related packages

2025-03-15 Thread Sam James
Arsen Arsenović writes: > Filip Kobierski writes: > >> On Monday, March 10th, 2025 at 21:40, Alfredo Tupone >> wrote: >>> To declutter sci-libs and dev-libs from most of the "so called" >>> AI packages I think that a new category should be created. >>> Maybe sci-ai/ or dev-ai/ or sci-dl/ (deep

[gentoo-dev] Last rites: dev-lang/gnat-gpl

2025-03-09 Thread Sam James
# Sam James (2025-03-09) # Obsolete in favour of dev-lang/ada-bootstrap. Using sys-devel/gcc[ada] # should now Just Work. Removal on 2025-04-10. dev-lang/gnat-gpl

Re: [gentoo-dev] [PATCH] ffmpeg-compat.eclass: new eclass

2025-03-09 Thread James Le Cuirot
On Sun, 2025-03-09 at 06:27 -0400, Ionen Wolkens wrote: > On Sun, Mar 09, 2025 at 10:17:42AM +0000, James Le Cuirot wrote: > > > +ffmpeg_compat_setup() { > > > + (( ${#} == 1 )) || die "Usage: ${FUNCNAME} " > > > + > > > + loc

Re: [gentoo-dev] [PATCH] ffmpeg-compat.eclass: new eclass

2025-03-09 Thread James Le Cuirot
On Sat, 2025-03-08 at 22:34 -0500, Ionen Wolkens wrote: > Sending this to dev ML in advance given it's simple and "probably" > won't need to change the code further. > > If interested in the whole deal, see the PR instead: > https://github.com/gentoo/gentoo/pull/40942 > > --- (actual commit messa

Re: [gentoo-dev] [PATCH 4/5] cargo.eclass: Enable dynamic linking by default

2025-03-08 Thread James Le Cuirot
On Sat, 2025-03-08 at 15:59 +0200, Arthur Zamarin wrote: > From: Michal Rostecki > > Rust defaults to static linking (`-C target-feature=+crt-static`) on > musl targets. We already patch dev-lang/rust to always prefer dynamic > linking, but to ensure that behavior with dev-lang/rust-bin, set the

[gentoo-dev] Last rites: sys-apps/openrc-navi

2025-03-08 Thread Sam James
# Anna (navi) Figueiredo Gomes (2025-03-08) # User services is merged and released in openrc-0.60, this fork # is now unmaintained and superseded. # Removal on 2025-04-08. Bug #950367 sys-apps/openrc-navi

Re: [gentoo-dev] [PATCH] toolchain-funcs.eclass: avoid using tc-getCPP in compiler checks

2025-02-05 Thread James Le Cuirot
On Wed, 2025-02-05 at 13:10 -0500, Mike Gilbert wrote: > We usually want to invoke cc -E rather than cpp directly. We should not > rely on the quirk of tc-getCPP defaulting to "cc -E" when CPP is unset. > > Resolves a warning when CPP is set to llvm-cpp, which does not accept > the -E option. > >

[gentoo-dev] [PATCH] cargo.eclass: respect MAKEOPTS for `cargo test`

2025-01-28 Thread Sam James
/cargo/issues/8430 Signed-off-by: Sam James --- Pushed. eclass/cargo.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 0bc24feea222e..25a2127f6391f 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -396,6 +396,9

Re: [gentoo-dev] A new bugzilla keyword for bug investigation

2025-01-18 Thread Sam James
Agostino Sarubbo writes: > Good morning everyone, > > during tinderbox activity I realized that sometimes there are bugs with > unknown causes at the time of filing. > > Examples are: > > - no "error: " string > > - mysterious test failures > > - hidden bugs on build.log but present on config.lo

Re: [gentoo-dev] [PATCH] autotools.eclass: simplify WANT_AUTOCONF logic

2025-01-18 Thread Sam James
Mike Gilbert writes: > Update WANT_AUTOMAKE atoms to match. > Drop 2.71 from _LATEST_AUTOCONF since 2.72 is stable. > > Closes: https://bugs.gentoo.org/948125 > Signed-off-by: Mike Gilbert > --- LGTM. Thanks. > PR: https://github.com/gentoo/gentoo/pull/40187 > > eclass/autotools.eclass | 21 +

[gentoo-dev] Last rites: dev-qt/qtstyleplugins

2025-01-09 Thread James Le Cuirot
# James Le Cuirot (2025-01-09) # Obsolete and needs to be dropped along with Qt5. The GTK theme has been # superseded by dev-qt/qtbase[gtk], which uses GTK 3 rather than GTK 2. # Removal on 2025-02-09. See bug #947787. dev-qt/qtstyleplugins signature.asc Description: This is a digitally signed

[gentoo-dev] Last rites: media-plugins/gst-plugins-kate

2025-01-05 Thread Sam James
# Sam James (2025-01-05) # Removed upstream in gstreamer-1.24. See bug #947522. Removal on 2025-02-05. media-plugins/gst-plugins-kate

Re: Fwd: [gentoo-dev] Please actively drop support for Qt5 wherever possible

2025-01-02 Thread Sam James
Zoltan Puskas writes: >> >> So, removing Qt5 will break computers of many users, including my computer. >> In the course of many years of existence of Qt5 a large number of useful >> programs have been created; not all of them have been ported to Qt6. Are we >> going to throw away all this wealt

Re: Fwd: [gentoo-dev] Please actively drop support for Qt5 wherever possible

2025-01-02 Thread Sam James
Andrey Grozin writes: > Here are some packages installed on my computer and (to various > degrees) important for me which depend on Qt5 > I'll note again that at the moment, we're talking about "things which support Qt 6, but the ebuild doesn't even acknowledge that right now, or the ebuild stil

Re: [gentoo-dev] [PATCH] toolchain.eclass: Don't prefixify dynamic linker for cross-compilers

2025-01-02 Thread Sam James
James Le Cuirot writes: > Cross environments within a prefixed system do not have a nested prefix, > i.e. they are located at ${EPREFIX}/usr/${CHOST}, not > ${EPREFIX}/usr/${CHOST}/${EPREFIX}. Binaries built with the > cross-compiler should therefore get an unprefixed dynamic li

[gentoo-dev] [PATCH] toolchain.eclass: Don't prefixify dynamic linker for cross-compilers

2025-01-02 Thread James Le Cuirot
box with QEMU's -L option. Signed-off-by: James Le Cuirot --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index c605c437f355a..f5d3b83c2e03b 100644 --- a/eclass/toolchain.eclass +++ b/e

Re: Fwd: [gentoo-dev] Please actively drop support for Qt5 wherever possible

2025-01-02 Thread James Le Cuirot
On Thu, 2025-01-02 at 03:13 -0800, Zoltan Puskas wrote: > > > > So, removing Qt5 will break computers of many users, including my computer. > > In the course of many years of existence of Qt5 a large number of useful > > programs have been created; not all of them have been ported to Qt6. Are we >

[gentoo-dev] Last rites: dev-libs/dmalloc

2024-12-31 Thread Sam James
# Sam James (2024-12-31) # Many open bugs and requires a large amount of patching to build correctly # as a shared library. Breaks reverse dependencies in a few ways. # Removal on 2025-01-30. bug #924174 and friends. dev-libs/dmalloc

Re: [gentoo-dev] [PATCH] toolchain.eclass: Fix strip exclusion for prefixed cross-compilers

2024-12-31 Thread James Le Cuirot
On Mon, 2024-12-30 at 21:31 -0500, Ionen Wolkens wrote: > On Mon, Dec 30, 2024 at 11:35:25PM +0000, James Le Cuirot wrote: > > dostrip limitations mean that we cannot strip the CTARGET binaries in a > > cross-compiler. There is already a `dostrip -x` call to exclude such &g

[gentoo-dev] [PATCH] toolchain.eclass: Fix strip exclusion for prefixed cross-compilers

2024-12-30 Thread James Le Cuirot
dostrip limitations mean that we cannot strip the CTARGET binaries in a cross-compiler. There is already a `dostrip -x` call to exclude such binaries from stripping, but it expects the argument to be unprefixed, and the argument given was prefixed. Signed-off-by: James Le Cuirot --- eclass

[gentoo-dev] Last rites: net-irc/ngircd

2024-12-27 Thread Sam James
g if it lived alongside autotools in the repo.) # Sam James (2024-12-27) # Unfixable modern C issues because of reliance on ancient automake. # Out of date. See bug #946998. Removal on 2025-01-27. net-irc/ngircd thanks, sam signature.asc Description: PGP signature

[gentoo-dev] Last rites: net-irc/ngircd

2024-12-27 Thread Sam James
Maybe upstream would even accept such a thing if it lived alongside autotools in the repo.) # Sam James (2024-12-27) # Unfixable modern C issues because of reliance on ancient automake. # Out of date. See bug #946998. Removal on 2025-01-27. net-irc/ngircd thanks, sam

Re: [gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option

2024-12-27 Thread Sam James
Ulrich Müller writes: > Signed-off-by: Ulrich Müller (Why?) > --- > eclass/elisp.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass > index 1fa8aab29753..e2f629edf132 100644 > --- a/eclass/elisp.eclass > +++ b/eclass/elisp

[gentoo-dev] Re: [PATCH] guile-utils.eclass: set GUILE_AUTO_COMPILE=fresh

2024-12-26 Thread Sam James
Arsen Arsenović writes: > Hi Sam, > > Sam James writes: > >> Noticed this when looking at app-office/gnucash which was disabling >> GUILE_AUTO_COMPILE entirely (see 72dbf2ec4049df11ad63576971883ee239eadb7f). >> >> We don't want Guile making decisions b

[gentoo-dev] [PATCH] guile-utils.eclass: set GUILE_AUTO_COMPILE=fresh

2024-12-26 Thread Sam James
ware/guile/manual/html_node/Environment-Variables.html#index-GUILE_005fAUTO_005fCOMPILE. Signed-off-by: Sam James --- eclass/guile-utils.eclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eclass/guile-utils.eclass b/eclass/guile-utils.eclass index b0660dcfd1ce6..d06

[gentoo-dev] Up for grabs: app-eselect/eselect-luajit, app-misc/qcma, media-libs/vitamtp

2024-12-24 Thread Sam James
The following packages are up for grabs following mva's retirement. Packages up for grabs: app-eselect/eselect-luajit app-misc/qcma media-libs/vitamtp

Re: [gentoo-dev] Maintainer needed for >=app-admin/checksec-3.0.0:3 after upstream re-write in Golang

2024-12-21 Thread Sam James
Sebastian Pipping writes: > Hi! > > > This is basically https://bugs.gentoo.org/946784 and a call for help via > e-mail to a wider audience: > > I've been maintaining the Bash version of app-admin/checksec 2.x.x so > far but I won't be a good maintainer of a >=3.0.0 ebuild targeting > Golang that

Re: [gentoo-dev] [PATCH] rust.eclass: be verbose when checking if a Rust is suitable

2024-12-21 Thread Sam James
kan...@gentoo.org writes: > From: Matt Jolly > > This commit addresses some feedback that the Rust eclass should provide > feedback to users on what it's actually doing and why a particular > Rust was (or was not) deemed suitable for use. > > To do this we now: > > - Explicitly note if a Rust slo

Re: [gentoo-dev] [RFC] [PATCH] toolchain-funcs.eclass: toolchain-funcs.eclass: Add tc-check-min_ver()

2024-12-16 Thread Sam James
Andreas Sturmlechner writes: > Every once in a while, a package requires a really up to date active compiler > in order to build successfully. ecm.eclass had inherited such a mechanism, > albeit GCC specific, from older kde* eclasses. I don't think that is a good > place for it so I suggest to ad

Re: [gentoo-dev] [RFC] Unmessing mod/tracker music file flags (mikmod, modplug, openmpt)

2024-12-12 Thread James Le Cuirot
On Wed, 2024-12-11 at 11:20 +0100, Michał Górny wrote: > Hello, > > Right now we have three flags that do pretty much the same thing, via > different libraries: > > global[mikmod] Add libmikmod support to allow playing of SoundTracker-style > music files > > global[modplug] Add libmodplug suppo

Re: [gentoo-dev] New tool for updating Bug summaries after package moves: bugsed

2024-12-11 Thread Sam James
Michał Górny writes: > Hi, > > I've made a quick tool that can perform search-and-replacement > on Bugzilla bugs, so if you move a package, you can quickly update > hundreds of bugs filed against it. Nice! > > https://github.com/projg2/bugsed > > Note that it just does dumb text replacement wit

Re: [gentoo-dev] [PATCH] profiles: make USE=test-install a global USE flag

2024-12-11 Thread Sam James
Sam James writes: > This comes up often enough to justify it. Some packages have been always > disabling this given there wasn't convention or wisdom on how to handle it, > but this helps to provide that. > > See https://public-inbox.gentoo.org/gentoo-dev/87ttftr9ay@gen

Re: [gentoo-dev] [PATCH] profiles/default/linux: export cache variables for sed and friends

2024-12-10 Thread Sam James
Ionen Wolkens writes: > On Tue, Dec 10, 2024 at 05:46:38AM +, Sam James wrote: >> Michael Orlitzky writes: >> >> > On 2024-12-04 22:55:22, Sam James wrote: >> >> Prompted by yet another instance of this, this time at >> >> ht

Re: [gentoo-dev] [PATCH] profiles/default/linux: export cache variables for sed and friends

2024-12-09 Thread Sam James
Michael Orlitzky writes: > On 2024-12-04 22:55:22, Sam James wrote: >> Prompted by yet another instance of this, this time at >> https://forums.gentoo.org/viewtopic-t-1171999.html. >> >> The results of these tests are often hardcoded into installed files >> whic

[gentoo-dev] [PATCH] profiles: make USE=test-install a global USE flag

2024-12-09 Thread Sam James
This comes up often enough to justify it. Some packages have been always disabling this given there wasn't convention or wisdom on how to handle it, but this helps to provide that. See https://public-inbox.gentoo.org/gentoo-dev/87ttftr9ay@gentoo.org/. Signed-off-by: Sam James --- I con

Re: [gentoo-dev] [PATCH] ruby-fakegem.eclass: compile ruby31 extensions with gnu17

2024-12-08 Thread Sam James
Hans de Graaff writes: > The varargs implementation in Ruby 3.2 is not compatible with gnu23. Ruby > 3.1 is in security maintenance mode upstream so it is unlikely that the > fixes from Ruby 3.2 will be backported. Ruby 3.1 is EOL in March 2025 > and will be removed from Gentoo around that time.

[gentoo-dev] Re: LLVM build strategy

2024-12-08 Thread Sam James
Michał Górny writes: > On Sun, 2024-12-08 at 04:53 +, Sam James wrote: >> I fear this sort of assumes we won't switch to monobuild any time soon. > > I don't see one precluding the other. Categories are cheap. Package > moves not necessarily, but switching to mo

[gentoo-dev] Re: LLVM build strategy

2024-12-07 Thread Sam James
Sam James writes: > Michał Górny writes: > >> Hello, >> >> Given that the number of LLVM packages is growing, and probably will >> grow again (I'm introducing "offload" right now, expect at least MLIR >> soon, there are open requests fo

LLVM build strategy (was: Re: [gentoo-dev] [RFC] New categories for LLVM)

2024-12-07 Thread Sam James
Michał Górny writes: > Hello, > > Given that the number of LLVM packages is growing, and probably will > grow again (I'm introducing "offload" right now, expect at least MLIR > soon, there are open requests for flang, polly...), I'd like to propose > creating dedicated categories for these packag

Re: [gentoo-dev] [RFC] New categories for LLVM

2024-12-07 Thread Sam James
Michał Górny writes: > Hello, > > Given that the number of LLVM packages is growing, and probably will > grow again (I'm introducing "offload" right now, expect at least MLIR > soon, there are open requests for flang, polly...), I'd like to propose > creating dedicated categories for these packag

Re: [gentoo-dev] Bugs in pitivi ebuild

2024-12-07 Thread Sam James
Grand Duet writes: > I emerged gsteamer with introspection use flag enabled and it did not help. and this is already a dependency too. > > I have just looked into > https://ports.freebsd.org/cgi/ports.cgi?query=pitivi&stype=all&sektion=all > and found out that media-libs/gstreamer-editing-servi

Re: [gentoo-dev] Bugs in pitivi ebuild

2024-12-07 Thread Sam James
Grand Duet writes: > I emerged gsteamer with introspection use flag enabled and it did not help. > > I have just looked into > https://ports.freebsd.org/cgi/ports.cgi?query=pitivi&stype=all&sektion=all > and found out that media-libs/gstreamer-editing-services are also a > dependency of pitivi >

Re: [gentoo-dev] Bugs in pitivi ebuild

2024-12-07 Thread Sam James
Grand Duet writes: > In short: at least gsound dependency has not been mentioned in the > pitivi ebuild. Please file bugs at bugs.gentoo.org so they can be tracked properly. Thanks.

[gentoo-dev] [PATCH] profiles/default/linux: export cache variables for sed and friends

2024-12-04 Thread Sam James
variables to avoid that. Bug: https://bugs.gentoo.org/927837 Bug: https://bugs.gentoo.org/927864 Bug: https://bugs.gentoo.org/935721 Signed-off-by: Sam James --- profiles/default/linux/make.defaults | 11 +++ 1 file changed, 11 insertions(+) diff --git a/profiles/default/linux/make.defaults

Re: [gentoo-dev] [PATCH] rust.eclass: add ERUST_{SLOT,TYPE} user variables

2024-12-04 Thread Sam James
kan...@gentoo.org writes: > From: Matt Jolly > > These variables enable users (though most likely Gentoo developers) > to override the selection of the Rust implementation by the eclass. > > This means that _only_ the specified ERUST_SLOT and/or ERUST_TYPE > ('source' or 'binary') will be checked

Re: [gentoo-dev] [RFC] Future changes to LLVM eclasses (or how do you use LLVM?)

2024-12-04 Thread James Le Cuirot
On Tue, 2024-12-03 at 16:32 +0100, Michał Górny wrote: > Hello, > > TL;DR: the way llvm/llvm-r1 eclasses currently mangle PATH is broken, > and I'd like to replace that with something better (possibly in llvm- > r2.eclass, given how fragile this thing is). So I'd like to discuss > potential "bett

Re: [gentoo-dev] [PATCH v2 1/2] sec-keys.eclass: new eclass

2024-11-28 Thread Sam James
Michał Górny writes: > On Thu, 2024-11-28 at 16:56 +, Sam James wrote: >> Eli Schwartz writes: >> >> > On 11/28/24 8:10 AM, Michał Górny wrote: >> > > On Wed, 2024-11-27 at 23:32 -0500, Eli Schwartz wrote: >> > > >> > > Tha

Re: [gentoo-dev] [PATCH v2 1/2] sec-keys.eclass: new eclass

2024-11-28 Thread Sam James
Eli Schwartz writes: > On 11/28/24 8:10 AM, Michał Górny wrote: >> On Wed, 2024-11-27 at 23:32 -0500, Eli Schwartz wrote: >> >> That looks like something you could do in src_compile() already. > > > Perhaps. But it felt like exporting keys is work that is conceptually > part of installing, in mu

[gentoo-dev] Last rites: sys-boot/woeusb

2024-11-27 Thread Sam James
# Takuya Wakazono (2024-11-27) # Replaced by sys-boot/woeusb-ng, which has more recent upstream # activity and optional GUI support. # Removal on 2024-12-24. sys-boot/woeusb

Re: [gentoo-dev] [PATCH 1/2] sec-keys.eclass: new eclass

2024-11-27 Thread Sam James
Eli Schwartz writes: > The current state of verify-sig support is a bit awkward. We rely on > validating distfiles against a known trusted keyring, but creating the > known trusted keyring is basically all manual verification. We somehow > decide an ascii armored key is good enough without any po

Re: [gentoo-dev] [PATCH 1/2] sec-keys.eclass: new eclass

2024-11-27 Thread Sam James
Michał Górny writes: > On Wed, 2024-11-27 at 15:30 -0500, Eli Schwartz wrote: >> The current state of verify-sig support is a bit awkward. We rely on >> validating distfiles against a known trusted keyring, but creating the >> known trusted keyring is basically all manual verification. We somehow

Re: [gentoo-dev] [PATCH 2/3] dev-lang/rust{,-bin}: Add 1.54.0

2024-11-25 Thread James Le Cuirot
On Tue, 2024-11-26 at 07:36 +1000, Matt Jolly wrote: > Hi, > > On 26/11/24 06:13, James Le Cuirot wrote: > > > You've lost some lines at the start of dev-lang/rust's src_configure, the > > filter-lto line and the cross-compiler lines I added the other day. W

Re: [gentoo-dev] [PATCH 2/3] dev-lang/rust{,-bin}: Add 1.54.0

2024-11-25 Thread James Le Cuirot
On Mon, 2024-11-25 at 13:35 +1000, kan...@gentoo.org wrote: > From: Matt Jolly > > These are the the old ebuilds, updated to be slotted. > > Other changes: > > - `USE=rls` was dropped at some point, this is now >   hard-enabled. > - As the LLVM is far too old for Gentoo we are using the bundled

[gentoo-dev] Up for grabs: app-i18n/man-pages-zh_CN, sys-boot/woeusb

2024-11-23 Thread Sam James
The following packages are up for grabs as a proxied maintainer has stepped down as they are too busy IRL: * app-i18n/man-pages-zh_CN * sys-boot/woeusb thanks, sma

Re: [gentoo-dev] [PATCH 2/2] eclass/nuget: add eclassdoc that describes how to generate the NUGETS list

2024-11-20 Thread James Le Cuirot
On Wed, 2024-11-20 at 22:50 +0100, x...@gentoo.org wrote: > From: Maciej Barć > > Some users asked for it. Also add a link to the Gentoo Wiki with more > specific examples. > > Signed-off-by: Maciej Barć > --- > eclass/nuget.eclass | 18 ++ > 1 file changed, 18 insertions(+) >

Re: [gentoo-dev] [RFC] Dealing with default upstream Rust flags (?)

2024-11-09 Thread James Le Cuirot
On Sat, 2024-11-09 at 17:45 +0100, Michał Górny wrote: > Hi, > > Long story short, a lot of Rust upstreams are ricing in their > Cargo.toml: enabling LTO, adjusting LTO jobs to exactly 1, and even > weirder stuff. With C, we generally have clear policies to override > this and respect user flags.

Re: [gentoo-dev] [PATCH 00/10] new eclass: rust; slotting dev-lang/rust{-bin}

2024-11-07 Thread Sam James
kan...@gentoo.org writes: > From: Matt Jolly > > This patchset slots Rust, adds `rust.eclass`, a helper eclass for slotted > Rust, > and updates `cargo.eclass` to take advantage of the new slotted Rust, > requiring a > revbump of dependent packages. Thanks for doing this. As we've already dis

Re: [gentoo-dev] [PATCH 1/2] eclass/dotnet-pkg-base: turn off DOTNET_NUGET_SIGNATURE_VERIFICATION

2024-10-25 Thread Sam James
x...@gentoo.org writes: > From: Maciej Barć > > Speeds up "dotnet restore". Especially can be noticed when running > without network sandbox. > Suggested by vimproved on IRC - thanks! > > See also: https://github.com/NuGet/Home/issues/13062 > > Signed-off-by: Maciej Barć lgtm > --- > eclass/d

Re: [gentoo-dev] [PATCH 2/2] eclass/dotnet-pkg-base: add efsi function for running FSI

2024-10-25 Thread Sam James
x...@gentoo.org writes: > From: Maciej Barć > > This will replace "edotnet fsi" as used in "app-shells/pwsh" package. > > Signed-off-by: Maciej Barć OK given people will likely forget nologo, so probably worth having. > --- > eclass/dotnet-pkg-base.eclass | 12 > 1 file changed,

Re: [gentoo-dev] [PATCH] profiles/thirdpartymirrors: add final fallback for apache

2024-10-25 Thread Sam James
Eli Schwartz writes: > Apache has a mirror network, which only covers the most recent release > of any given package. They also have an additional site which does not > appear to be a CDN, and is throttled and can maybe ban you if you use it > too much. Unfortunately, it is also the ONLY way to a

Re: [gentoo-dev] Slotting PyPy

2024-10-20 Thread Sam James
Michał Górny writes: > On Sat, 2024-10-19 at 11:42 +0100, Sam James wrote: >> I think we should do it, but I have one question: I thought (I might be >> misremembering though) that one reason for the existing scheme was to >> allow easy testing of pypy versions for th

Re: [gentoo-dev] Slotting PyPy

2024-10-19 Thread Sam James
Michał Górny writes: > Hello, > > Given that you've expressed your preference for dev-lang/python > remaining slotted, I'd like to open another can of worms: should we slot > PyPy consistently with it? Some history and then my ideas below. I'm on board with this. It'd been on my mind for a whil

Re: [gentoo-dev] [RFC] Splitting dev-lang/python into per-slot packages, starting with 3.14

2024-10-13 Thread Sam James
Michał Górny writes: > On Mon, 2024-10-14 at 01:43 +0100, Sam James wrote: >> >> > However, I think the cleanest way forward would be to stop slotting >> > CPython like this, and instead have a separate package for each version, >> > just like the va

Re: [gentoo-dev] [RFC] Splitting dev-lang/python into per-slot packages, starting with 3.14

2024-10-13 Thread Sam James
Michał Górny writes: > Hello, > > Historically, all versions of CPython were slotted in a single package, > i.e.: > > dev-lang/python:3.N > I feel like this whole thing happened so fast I didn't have a chance to comment properly. I understand you've retracted it but I'd like to add some contex

Re: [gentoo-dev] [RFC] Splitting dev-lang/python into per-slot packages, starting with 3.14

2024-10-12 Thread Sam James
Mitchell Dorrell writes: > How will the upgrade path look, from e.g. 3.16 to 3.17? What will the typical > Gentoo user experience be? What will the > experience be for a Python developer with a local overlay containing custom > Python packages? It should be transparent because PYTHON_COMPAT wi

Re: [gentoo-dev] Re: [RFC] Splitting dev-lang/python into per-slot packages, starting with 3.14

2024-10-12 Thread Sam James
Michał Górny writes: > On Sat, 2024-10-12 at 10:50 +0200, Luca Barbato wrote: >> On 12/10/24 10:12, Michał Górny wrote: >> > Comments? >> > >> I'm afraid it would lead to way too many packages and I'm not sure the >> overall experience would be an improvement. > > 5 are too many? > >> With your

Re: [gentoo-dev] [COMMITTED] profiles: sync cpu_flags_x86 with cpuid2cpuflags

2024-10-11 Thread Sam James
Ulrich Mueller writes: >>>>>> On Fri, 11 Oct 2024, Sam James wrote: > >> From: Paul Zander >> Signed-off-by: Paul Zander >> Closes: https://github.com/gentoo/gentoo/pull/38695 >> Signed-off-by: Sam James >> --- >> profiles/arch/amd

[gentoo-dev] [COMMITTED] profiles: sync cpu_flags_x86 with cpuid2cpuflags

2024-10-11 Thread Sam James
From: Paul Zander Signed-off-by: Paul Zander Closes: https://github.com/gentoo/gentoo/pull/38695 Signed-off-by: Sam James --- profiles/arch/amd64/use.mask | 23 +++ profiles/arch/base/use.mask | 23 +++ profiles/arch/x86/use.mask | 23

Re: [gentoo-dev] Foreseen update to ada.eclass to allow use of gcc:14 and gcc:15

2024-09-29 Thread Sam James
Alfredo Tupone writes: > diff --git a/eclass/ada.eclass b/eclass/ada.eclass > index 3c3fa3c01453..faff19a6ac85 100644 > --- a/eclass/ada.eclass > +++ b/eclass/ada.eclass > @@ -45,31 +45,31 @@ _ADA_ECLASS=1 > # dev-foo/mydep" > # DEPEND="${RDEPEND}" > # @CODE > # > # Example value: > # @CO

Re: [gentoo-dev] Help needed for maintaining GNOME

2024-09-26 Thread Sam James
Eli Schwartz writes: > On 9/25/24 1:47 PM, Mart Raudsepp wrote: >> Hello >> >> > [...] >> To my knowledge, one big issue right now is a circular dep between >> glib->gobject-introspection->glib, which needs proper solving to move >> forward with things. Or at least look at reducing the glib requ

Re: [gentoo-dev] Help needed for maintaining GNOME

2024-09-25 Thread James Le Cuirot
On Wed, 2024-09-25 at 23:46 +0100, James Le Cuirot wrote: > On Wed, 2024-09-25 at 14:41 -0400, Ionen Wolkens wrote: > > On Wed, Sep 25, 2024 at 02:05:10PM -0400, Eli Schwartz wrote: > > > Chewi was also trying to see if portage can be convinced to stage the > > > same p

Re: [gentoo-dev] Help needed for maintaining GNOME

2024-09-25 Thread James Le Cuirot
On Wed, 2024-09-25 at 14:41 -0400, Ionen Wolkens wrote: > On Wed, Sep 25, 2024 at 02:05:10PM -0400, Eli Schwartz wrote: > > Chewi was also trying to see if portage can be convinced to stage the > > same package twice with different USE flags in the same emerge process > > in order to solve cyclical

Re: [gentoo-dev] Updating community maintained Gentoo Eclipse IDE repository ebuild to EAPI 7

2024-09-19 Thread James Stevenson
integrated into eselect-repository to replace the old one. It doesn't sound like anyone is willing to do the maintenance on it though, so likely the overlay will just be deleted. All the best, James On Fri, 20 Sept 2024, 04:06 Kevin Brace, wrote: > Hi Sam, > > Okay, if I was not clea

Re: [gentoo-dev] Updating community maintained Gentoo Eclipse IDE repository ebuild to EAPI 7

2024-09-19 Thread Sam James
Kevin Brace writes: > Hi, Hi, > > I am a first time poster who just subscribed to the gentoo-dev mailing list. > I installed Eclipse IDE 4.6 to one Gentoo Linux installation using the > community maintained Eclipse IDE repository ebuild when Portage still > supported EAPI 6, but the current rele

Re: [gentoo-dev] [PATCH 1/3] [QA] fix .editorconfig

2024-09-19 Thread Sam James
Paul Zander writes: > This series of patches is meant as a basis to fix the .editorconfig used in > ::gentoo. Initial reason was that .patch > files are being broken by the current version. > > trimming trailing whitespace breaks patches > > Signed-off-by: Paul Zander > --- > .editorconfig | 6

Re: [gentoo-dev] [PATCH] profiles/targets/desktop: make USE=qml default for more than just plasma

2024-09-10 Thread Sam James
Eli Schwartz writes: > Installing random applications tends to drag in qml requirements, as it > is a pivotal part of the Qt technology stack required by other > components. One quickly ends up in USE flag resolution hell when trying > to select it on a per-package basis for most use cases other

[gentoo-dev] [PATCH 44/44] xdg-utils.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/xdg-utils.eclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 34535a129e334..84f88eee18fce 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 43/44] xdg.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/xdg.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass index 14c56047af451..6af4b91875fc6 100644 --- a/eclass/xdg.eclass +++ b/eclass/xdg.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023

[gentoo-dev] [PATCH 42/44] wrapper.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/wrapper.eclass | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/eclass/wrapper.eclass b/eclass/wrapper.eclass index 8d3d273d81c65..a62bb51d0fe71 100644 --- a/eclass/wrapper.eclass +++ b/eclass/wrapper.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 41/44] webapp.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/webapp.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 5b091c84851ff..e8bc127e1b96c 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 40/44] virtualx.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/virtualx.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index f7318eafc59e7..07d303899582e 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 39/44] vim-spell.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/vim-spell.eclass | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass index 607771ae8035d..57bcb0dc8021b 100644 --- a/eclass/vim-spell.eclass +++ b/eclass/vim-spell.eclass @@ -62,14

[gentoo-dev] [PATCH 38/44] vim-plugin.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/vim-plugin.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index ee4f1b6e0f813..b2ae0cb9e4c33 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass

[gentoo-dev] [PATCH 37/44] vim-doc.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/vim-doc.eclass | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass index 119ce793071d6..f20f7397cf65b 100644 --- a/eclass/vim-doc.eclass +++ b/eclass/vim-doc.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 36/44] vcs-clean.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/vcs-clean.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/vcs-clean.eclass b/eclass/vcs-clean.eclass index e4c61ac7164ac..719bdec17676b 100644 --- a/eclass/vcs-clean.eclass +++ b/eclass/vcs-clean.eclass @@ -1,4

[gentoo-dev] [PATCH 35/44] udev.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/udev.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/udev.eclass b/eclass/udev.eclass index ac94f98221aad..7fd99cbba8b06 100644 --- a/eclass/udev.eclass +++ b/eclass/udev.eclass @@ -1,4 +1,4 @@ -# Copyright 1999

[gentoo-dev] [PATCH 34/44] toolchain-funcs.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/toolchain-funcs.eclass | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 5e36fa275dcd0..66819996ea33b 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass

[gentoo-dev] [PATCH 33/44] tmpfiles.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/tmpfiles.eclass | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index 39650401a6a0f..63889a275fef5 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 32/44] systemd.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/systemd.eclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 03d6a82fd3103..a5f0decde1e35 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -1,4 +1,4

[gentoo-dev] [PATCH 31/44] strip-linguas.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/strip-linguas.eclass | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/eclass/strip-linguas.eclass b/eclass/strip-linguas.eclass index 718341b4a6264..b31f414c87c31 100644 --- a/eclass/strip-linguas.eclass +++ b/eclass/strip

[gentoo-dev] [PATCH 30/44] ruby-utils.eclass: add global-scope ewarn for deprecated < EAPI 7

2024-09-08 Thread Sam James
Signed-off-by: Sam James --- eclass/ruby-utils.eclass | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 789f57ce25f6a..48a25114b396b 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass

  1   2   3   4   5   6   7   8   9   10   >