Re: [gentoo-dev] New eclass v2: eapi9-pipestatus.eclass

2024-11-25 Thread Ulrich Müller
> On Sun, 24 Nov 2024, Ulrich Müller wrote: > This implements a pipestatus command, as discussed in bug 566342 [1] > and on IRC. > ╓ > ║ Tests the shell's pipe status array, i.e. the exit status of the > ║ command(s) in the most recently executed foreground pipeline. > ║ Returns shell tru

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. Was that > > intentional? > > This ebui

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

2024-11-25 Thread Matt Jolly
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. Was that intentional? This ebuild was modified from 1.54.0 as it was when it was removed from the tree, a

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] [RFC] Desktop profiles and keyring USE flag

2024-11-25 Thread Filip Kobierski
Hello everyone, lately I was considering if I should put +keyring in the IUSE of retroshare. I came to the conclusion that I would like to do that just for desktop users, but there's no way to do that in the ebuild. And then I remember we have profiles :D. Ripgreping the current profiles I see th

[gentoo-dev] verifying commits via server-side git pre-receive hook

2024-11-25 Thread Tim Harder
Hi all, I've been working for a while on pkgcraft[1] and related tooling that could have the potential to run various CI checks server-side as a pre-receive git hook verifying commits. Previously, this wasn't at all possible due to portage/repoman and pkgcore/pkgcheck being too slow to feasibly r