Re: [gentoo-dev] [PATCH] acct-user.eclass: include exit status in death message

2023-06-25 Thread Sam James
Mike Gilbert writes: > On Sun, Jun 25, 2023 at 2:52 PM Michał Górny wrote: >> >> I think a better approach would be to always include $? in die messages >> in Portage. > > It's a nice idea, but will not work in the case where die is not > called immediately after the failing command. > > A coup

[gentoo-dev] [PATCH] cmake.eclass: workaround S=${WORKDIR} creating builddir above ${WORKDIR}

2023-06-26 Thread Sam James
://bugs.gentoo.org/889418 Closes: https://bugs.gentoo.org/889420 Signed-off-by: Sam James --- eclass/cmake.eclass | 9 + 1 file changed, 9 insertions(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 1cdbc123a243..4050beb22ba3 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake

Re: [gentoo-dev] [PATCH] cmake.eclass: workaround S=${WORKDIR} creating builddir above ${WORKDIR}

2023-06-26 Thread Sam James
Ulrich Mueller writes: >>>>>> On Mon, 26 Jun 2023, Sam James wrote: > >> + >> +# Avoid creating ${WORKDIR}_build (which is above WORKDIR). >> +# TODO: For EAPI > 8, we should ban S=WORKDIR for CMake. >> +

Re: [gentoo-dev] EGO_SUM (was: [gentoo-project] Gentoo Council Election 202306 ... Nominations Open in Just Over 24 Hours.)

2023-06-30 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > [in reply to a gentoo-project@ post, but it was asked to continue this > on gentoo-dev@] > > On 28/06/2023 16.46, Sam James wrote: >> Florian Schmaus writes: >>> On 17/06/2023 10.37, Arthur Zamarin wrote

Re: [gentoo-dev] [PATCH 0/2] new gradle.eclass

2023-06-30 Thread Sam James
Florian Schmaus writes: > I would like to propose the gradle.eclass for ::gentoo. > > Multiple people have shown interest in an eclass for Gradle, as it would > make it easier to move Gradle-based projects into ::gentoo. For exmaple, > ghidra from ::pentoo. And, as a nice bonus, the addition of

[gentoo-dev] Last rites: dev-util/sysdig-kmod

2023-07-03 Thread Sam James
# Holger Hoffstätte (2023-07-04) # Obsolete package, replaced by dev-util/scap-driver. # https://bugs.gentoo.org/907486 # Masked for removal on 2023-08-04. dev-util/sysdig-kmod signature.asc Description: PGP signature

[gentoo-dev] Up for grabs: Percona DB and friends

2023-07-04 Thread Sam James
Various open bugs for these and bumps pending. mysql@ has very few members now and needs help in general, but doesn't have the resources to maintain these. commit ab270c702a21d69c4ebd099951ff7a79142081d1 Author: Sam James Date: Tue Jul 4 23:20:03 2023 +0100 dev-db/percona-xtrabackup:

Re: [gentoo-dev] EGO_SUM (was: [gentoo-project] Gentoo Council Election 202306 ... Nominations Open in Just Over 24 Hours.)

2023-07-08 Thread Sam James
Zoltan Puskas writes: > On Tue, Jul 04, 2023 at 01:13:30AM -0600, Tim Harder wrote: >> On 2023-07-03 Mon 04:17, Florian Schmaus wrote: >> >On 30/06/2023 13.33, Eray Aslan wrote: >> >>On Fri, Jun 30, 2023 at 03:38:11AM -0600, Tim Harder wrote: >> >>>Why do we have to keep exporting the related va

Re: [gentoo-dev] EGO_SUM (was: [gentoo-project] Gentoo Council Election 202306 ... Nominations Open in Just Over 24 Hours.)

2023-07-08 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 30/06/2023 10.22, Sam James wrote: >> Florian Schmaus writes: >>> [[PGP Signed Part:Undecided]] >>> [in reply to a gentoo-project@ post, but it was asked to continue this >>> on gentoo-dev@] &

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

2023-07-09 Thread Sam James
zurabid2...@gmail.com writes: > Hello everyone, > > I am new here, so I'm sorry in advance for any stupid thing I may > say. I want to adopt hunspell for various reasons and what I've > noticed is a plethora of app-dicts/myspell-* packages (for each > language there's one). > > I suggest mergin

[gentoo-dev] Re: Flow's Manifesto and questions for nominees (was: Re: [gentoo-project] Gentoo Council Election 202306 ... Nominations Open in Just Over 24 Hours.)

2023-07-14 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > Posted to gentoo-dev@ since we are now entering a technical discussion > again. > > For those who did not follow gentoo-project@, the previous posts include: > > https://marc.info/?l=gentoo-project&m=168918875000738&w=2 > https://marc.in

[gentoo-dev] Re: Flow's Manifesto and questions for nominees (was: Re: [gentoo-project] Gentoo Council Election 202306 ... Nominations Open in Just Over 24 Hours.)

2023-07-14 Thread Sam James
Sam James writes: > Florian Schmaus writes: > >> [[PGP Signed Part:Undecided]] >> Posted to gentoo-dev@ since we are now entering a technical discussion >> again. >> >> For those who did not follow gentoo-project@, the previous posts include: >>

[gentoo-dev] [PATCH] ruby-utils.eclass: Simplify _ruby_implementation_depend

2023-07-14 Thread Sam James
From: konsolebox Closes: https://bugs.gentoo.org/909529 Signed-off-by: Sam James --- eclass/ruby-utils.eclass | 52 ++-- 1 file changed, 2 insertions(+), 50 deletions(-) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index c4b6f1502f8a9

[gentoo-dev] Re: [PATCH] ruby-utils.eclass: Simplify _ruby_implementation_depend

2023-07-14 Thread Sam James
Sam James writes: > From: konsolebox > > Closes: https://bugs.gentoo.org/909529 > Signed-off-by: Sam James ftr, while I find the case really repetitive, I'm not sure if this crosses the line into unreadable bash or not, so I feel on the fence. But I wanted it reviewed

Re: [gentoo-dev] [PATCH 1/1]: profiles/use.desc: add efi global use flag

2023-07-14 Thread Sam James
Andrew Ammerlaan writes: > Hi all, > > Currently we have 7 packages defining the efi flag and an additional 2 > defining the uefi flag. These flags do the same thing, add support for > (U)EFI booting. I therefore propose we introduce efi as a new global > flag and later rename the uefi flag to e

Re: [gentoo-dev] [PATCH 6/7] dev-dotnet/dotnet-sdk-bin: update packaging mechanism

2023-07-16 Thread Sam James
Maciej Barć writes: > Bug: https://bugs.gentoo.org/900597 > Bug: https://github.com/gentoo/gentoo/pull/29309 > Signed-off-by: Maciej Barć > --- > dev-dotnet/dotnet-sdk-bin/Manifest| 36 ++ > .../dotnet-sdk-bin-6.0.402-r3.ebuild | 65 ++ > .../dotnet

Re: [gentoo-dev] Package stabilization groups

2023-07-17 Thread Sam James
Matt Turner writes: > Hello, > > Many of us have started using `pkgdev bugs` to file stabilization > bugs. It works well (Thanks Arthur!) and I encourage everyone to give > it a try. > > Where possible, it files one stabilization bug per package. This makes > arch testers' jobs easier and makes

Re: [gentoo-dev] Re: [gentoo-dev-announce] Last rites: obsolete acct-* packages

2023-07-17 Thread Sam James
Matt Turner writes: > On Mon, Jul 17, 2023 at 3:43 PM Florian Schmaus wrote: >> >> # Florian Schmaus (2023-07-17) >> # Obsolete acct-* packages which became leaf packages. >> # Removal on 2023-08-17. >> acct-user/artifactory >> acct-group/artifactory >> acct-user/cinder >> acct-group/cinder >>

Re: [gentoo-dev] Re: [gentoo-dev-announce] Last rites: obsolete acct-* packages

2023-07-18 Thread Sam James
Mike Gilbert writes: > On Mon, Jul 17, 2023 at 4:27 PM Sam James wrote: >> > Haven't we been keeping these because we still need to decide on a >> > policy about what to do with dead acct-*/* packages? >> >> Right. https://bugs.gentoo.org/781881 is stil

Re: [gentoo-dev] Re: [gentoo-dev-announce] Last rites: obsolete acct-* packages

2023-07-18 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 18/07/2023 11.56, Sam James wrote: >> Mike Gilbert writes: >> >>> On Mon, Jul 17, 2023 at 4:27 PM Sam James wrote: >>>>> Haven't we been keeping these because we still need to deci

Re: [gentoo-dev] Re: [gentoo-dev-announce] Last rites: obsolete acct-* packages

2023-07-18 Thread Sam James
Sam James writes: > [[PGP Signed Part:Undecided]] > > Florian Schmaus writes: > >> [[PGP Signed Part:Undecided]] >> On 18/07/2023 11.56, Sam James wrote: >>> Mike Gilbert writes: >>> >>>> On Mon, Jul 17, 2023 at 4:27 PM Sam James wrote:

[gentoo-dev] [PATCH 1/6] toolchain-funcs.eclass: tc-ninja_magic_to_arch: rename helper function

2023-07-21 Thread Sam James
Signed-off-by: Sam James --- eclass/toolchain-funcs.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index bffbf36f1696c..78ebfe54e41a7 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass

[gentoo-dev] [PATCH 2/6] dist-kernel-utils.eclass: dist-kernel_get_image_path: handle sparc

2023-07-21 Thread Sam James
Same as hppa/ppc*. Signed-off-by: Sam James --- eclass/dist-kernel-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass index cb0021f8b3a7e..6668960286699 100644 --- a/eclass/dist-kernel-utils.eclass

[gentoo-dev] [PATCH 3/6] kernel-build.eclass: add special-case for sparc arch/ directory

2023-07-21 Thread Sam James
k particularly sturdy. Per at the very least 5ba800962a80d4158b73fb91a7779df7b770c750 ("kbuild: update ARCH alias info for sparc") upstream, although it seems to go back a fair bit earlier, ARCH=sparc when building the kernel means "sparc64" if on a sparc64 host.) Signed-off-by: Sam Ja

[gentoo-dev] [PATCH 4/6] kernel-install.eclass: kernel-install_get_qemu_arch: port to sparc

2023-07-21 Thread Sam James
Signed-off-by: Sam James --- eclass/kernel-install.eclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 49aff35dea0d2..6018abd821513 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel

[gentoo-dev] [PATCH 5/6] sys-kernel/gentoo-kernel: port to sparc

2023-07-21 Thread Sam James
Signed-off-by: Sam James --- profiles/arch/sparc/package.use.mask | 5 + .../gentoo-kernel/gentoo-kernel-5.15.120.ebuild | 11 +-- sys-kernel/gentoo-kernel/gentoo-kernel-6.1.39.ebuild | 12 +--- sys-kernel/gentoo-kernel/gentoo-kernel-6.4.4.ebuild | 12

[gentoo-dev] [PATCH 6/6] virtual/dist-kernel: keyword ~sparc

2023-07-21 Thread Sam James
Signed-off-by: Sam James --- virtual/dist-kernel/dist-kernel-5.15.120.ebuild | 2 +- virtual/dist-kernel/dist-kernel-6.1.39.ebuild | 2 +- virtual/dist-kernel/dist-kernel-6.4.4.ebuild| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/dist-kernel/dist-kernel

Re: [gentoo-dev] [PATCH 4/6] kernel-install.eclass: kernel-install_get_qemu_arch: port to sparc

2023-07-21 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >>>>>> On Fri, 21 Jul 2023, Sam James wrote: > >> @@ -162,6 +162,12 @@ kernel-install_get_qemu_arch() { >> ppc64) >> echo ppc64 >> ;; >

Re: [gentoo-dev] [RFC PATCH] metadata: Add gnome package stabilization groups

2023-07-22 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 19/07/2023 18.10, Matt Turner wrote: >> Signed-off-by: Matt Turner >> --- >> Feel free to bikeshed the location, structure, file-format, etc. >> metadata/stabilization-groups/gnome/evolution | 3 +++ >> metadata/stabili

Re: [gentoo-dev] [PATCH 1/3] multiprocessing.eclass: search also GNUMAKEFLAGS for --load-average

2023-07-31 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 25/07/2023 10.32, Michał Górny wrote: >> On Tue, 2023-07-25 at 08:26 +0200, Florian Schmaus wrote: >>> On 25/07/2023 06.50, Michał Górny wrote: On Mon, 2023-07-24 at 20:57 +0200, Florian Schmaus wrote: > Since --load-average

Re: [gentoo-dev] [PATCH 1/7] eclass/nuget.eclass: introduce new eclass

2023-07-31 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 31/07/2023 07.02, Michał Górny wrote: >> On Sun, 2023-07-30 at 22:19 +0200, Florian Schmaus wrote: >>> Which problem are we solving by moving away from this towards a slightly >>> more verbose construct? >> The problem was that cargo.

Re: [gentoo-dev] [PATCH 1/7] eclass/nuget.eclass: introduce new eclass

2023-07-31 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 31/07/2023 11.32, Sam James wrote: >> Florian Schmaus writes: >> >>> [[PGP Signed Part:Undecided]] >>> On 31/07/2023 07.02, Michał Górny wrote: >>>> On Sun, 2023-07-30 at 22:19 +0200

Re: [gentoo-dev] [PATCH] cargo.eclass: use CARGO_CRATE_URIS if already available

2023-07-31 Thread Sam James
Florian Schmaus writes: > With 59dbfb80f748 ("cargo.eclass: Add variable alternative to > $(cargo_crate_uris)") the _cargo_set_crate_uris function was > introduced. This function runs when the elcass is inherited and sets > CARGO_CRATE_URIS. (I would've CC'd mgorny given presumably you want hi

Re: [gentoo-dev] [PATCH] cargo.eclass: use CARGO_CRATE_URIS if already available

2023-07-31 Thread Sam James
Michał Górny writes: > On Mon, 2023-07-31 at 12:41 +0200, Florian Schmaus wrote: >> With 59dbfb80f748 ("cargo.eclass: Add variable alternative to >> $(cargo_crate_uris)") the _cargo_set_crate_uris function was >> introduced. This function runs when the elcass is inherited and sets >> CARGO_CRAT

Re: [gentoo-dev] Massive Github PR Queue

2023-08-11 Thread Sam James
Joonas Niilola writes: > [[PGP Signed Part:Undecided]] > On 11.8.2023 17.07, orbea wrote: >> Hi, >> >> Currently the Gentoo Github PR queue is at 577 open PRs that even >> includes one that has been left open in 2018 and neglected since 2021. > > That's a bit misleading. The PR in question is

[gentoo-dev] [PATCH] cmake.eclass: add CMAKE_SKIP_TESTS

2023-08-19 Thread Sam James
From: Alfred Persson Forsberg Signed-off-by: Alfred Persson Forsberg Closes: https://github.com/gentoo/gentoo/pull/27052 Signed-off-by: Sam James --- eclass/cmake.eclass | 7 +++ 1 file changed, 7 insertions(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 16b3e300ccae0

[gentoo-dev] Last rites: app-emulation/libvirt-snmp

2023-08-22 Thread Sam James
# Sam James (2023-08-22) # Broken with new net-analyzer/net-snmp, no reverse dependencies in Gentoo, # no other distros package this, and upstream have discontinued development. # Removal on 2023-09-21. Bug #912582. app-emulation/libvirt-snmp

Re: [gentoo-dev] [PATCH] cmake.eclass: Remove duplicate eninja call from cmake_build

2023-08-22 Thread Sam James
Michał Górny writes: > Signed-off-by: Michał Górny > --- > eclass/cmake.eclass | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass > index fb3f9b6352be..d0f6d0b4bd91 100644 > --- a/eclass/cmake.eclass > +++ b/eclass/cmake.eclass > @@ -661,7 +661,6

[gentoo-dev] [PATCH] tree-sitter-grammar.eclass: force use of local parser.h

2023-08-26 Thread Sam James
n the dist tarball at src/tree_sitter/parser.h instead. Drop the dependency on dev-libs/tree-sitter given we were only depending on it for this header. Bug: https://github.com/tree-sitter/tree-sitter-bash/issues/199 Bug: https://bugs.gentoo.org/912716 Signed-off-by: Sam James --- eclass/t

[gentoo-dev] Last rites: sci-biology/express

2023-08-28 Thread Sam James
# Sam James (2023-08-29) # Fails to build with new protobuf. Deprecated by upstream which recommend # sci-biology/kallisto as a replacement. # Removal on 2023-09-28. Bug #912828. sci-biology/express

[gentoo-dev] Last rites: net-im/ricochet

2023-08-28 Thread Sam James
# Sam James (2023-08-29) # Obsolete as of September 2021 when legacy Tor hidden services stopped # working. Now fails to build with latest protobuf too. No upstream activity # since 2017. Alternatives (unvetted) are 'cwtch' and 'ricochet-refreshed' but # neither are packaged.

[gentoo-dev] Last rites: dev-python/tweedledum

2023-08-29 Thread Sam James
# Sam James (2023-08-30) # Used to be a dependency of dev-python/qiskit-aer but is now being phased # out. Fails to build with modern setuptools and >= Python 3.11. No upstream # activity. # Removal on 2023-09-29. Bug #911840, bug #896900. dev-python/tweedledum

Re: [gentoo-dev] [PATCH v2 1/4] eclass/tests: Add initial tests for verify-sig

2023-09-08 Thread Sam James
Michał Górny writes: > Signed-off-by: Michał Górny The lot lgtm with Bug/Closes tags for https://bugs.gentoo.org/913394. > --- > eclass/tests/verify-sig.sh | 65 ++ > 1 file changed, 65 insertions(+) > create mode 100755 eclass/tests/verify-sig.sh > > di

Re: [gentoo-dev] [PATCH 2/2] x11-libs/wxGTK: egl USE flag for OpenGL on Wayland

2023-09-10 Thread Sam James
Rafael Kitover writes: > EGL is the only available OpenGL support on Wayland, so add the egl USE > flag and do not add --disable-glcanvasegl to configure args if it is > enabled. > > Explain the rationale for GLX being the default and the egl USE flag, as > well as the upstream issue link to im

Re: [gentoo-dev] games-emulation/jgemu keywording request

2023-09-11 Thread Sam James
orbea writes: > Hi, > > Several months ago I made this issue for keywording the > games-emulation/jgemu meta package which is a collection of minimal > emulators for the command-line games-emulation/jgrf frontend with a > focus on accuracy. > You've not populated the package list and no arches

Re: [gentoo-dev] games-emulation/jgemu keywording request

2023-09-11 Thread Sam James
orbea writes: > On Mon, 11 Sep 2023 19:18:45 +0100 > Sam James wrote: > >> orbea writes: >> >> > Hi, >> > >> > Several months ago I made this issue for keywording the >> > games-emulation/jgemu meta package which is a collection of mi

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
Dale writes: > orbea wrote: >> On Mon, 11 Sep 2023 17:29:47 +0200 >> "Andreas K. Huettel" wrote: >> >>> Am Montag, 11. September 2023, 17:22:43 CEST schrieb orbea: >>> Upstream is maintained still. https://github.com/eudev-project/eudev >>> No, it's not. >>> >>> >> Based

Re: [gentoo-dev] games-emulation/jgemu keywording request

2023-09-11 Thread Sam James
orbea writes: > On Mon, 11 Sep 2023 16:21:43 -0400 > Mike Gilbert wrote: > >> On Mon, Sep 11, 2023 at 4:11 PM orbea wrote: >> > >> > On Mon, 11 Sep 2023 20:38:48 +0100 >> > Sam James wrote: >> > >> > > orbea writes: >>

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
orbea writes: > On Mon, 11 Sep 2023 21:31:30 +0100 > Sam James wrote: > >> Dale writes: >> >> > orbea wrote: >> >> On Mon, 11 Sep 2023 17:29:47 +0200 >> >> "Andreas K. Huettel" wrote: >> >> >> >>&g

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
Alexey Sokolov writes: > 11.09.2023 22:21, Sam James пишет: >> orbea writes: >> >>> On Mon, 11 Sep 2023 21:31:30 +0100 >>> Sam James wrote: >>> >>>> Dale writes: >>>> >>>>> orbea wrote: >>>>&

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
"Eddie Chapman" writes: > Sam James wrote: >> >> Dale writes: >> >>> orbea wrote: >>>> On Mon, 11 Sep 2023 17:29:47 +0200 >>>> "Andreas K. Huettel" wrote: >>>> >>>>> Am Montag, 11. Septem

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
orbea writes: > On Mon, 11 Sep 2023 22:21:21 +0100 > Sam James wrote: > >> orbea writes: >> >> > On Mon, 11 Sep 2023 21:31:30 +0100 >> > Sam James wrote: >> > >> >> Dale writes: >> >> >> >> > or

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
e via its pkgconfig file. > > On 9/12/23, Alexey Sokolov wrote: >> 11.09.2023 22:35, Sam James пишет: >>> >>> Alexey Sokolov writes: >>> >>>> 11.09.2023 22:21, Sam James пишет: >>>>> orbea writes: >>>>> >>>>>

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
orbea writes: > On Mon, 11 Sep 2023 22:50:13 +0100 > Sam James wrote: > >> orbea writes: >> >> > On Mon, 11 Sep 2023 22:21:21 +0100 >> > Sam James wrote: >> > >> >> orbea writes: >> >> >> >> >

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-11 Thread Sam James
"Eddie Chapman" writes: > Sam James wrote: >> >> "Eddie Chapman" writes: >> >>> Sam James wrote: >>>> >>>> Dale writes: >>>> >>>>> orbea wrote: >>>>>> On Mon, 11 Sep 2023

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-12 Thread Sam James
"Eddie Chapman" writes: > Sam James wrote: >> >> "Eddie Chapman" writes: >>>>> So what's the situation with the current Gentoo maintainers? Have >>>>> they disappeared? I often see on here packages being offered up

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-12 Thread Sam James
Rich Freeman writes: > On Tue, Sep 12, 2023 at 9:36 AM Eddie Chapman wrote: >> in Gentoo. Have any of these 4 maintainers publicly said (anywhere) that >> they are not interested in being maintainers anymore (which is fine if >> that is the case)? We're not talking here about a lone maintaine

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-12 Thread Sam James
"Eddie Chapman" writes: > Rich Freeman wrote: >> On Tue, Sep 12, 2023 at 9:36 AM Eddie Chapman wrote: >> >>> in Gentoo. Have any of these 4 maintainers publicly said (anywhere) >>> that they are not interested in being maintainers anymore (which is fine >>> if that is the case)? We're not tal

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-12 Thread Sam James
"Eddie Chapman" writes: > martin-kokos wrote: >> --- Original Message --- >> On Tuesday, September 12th, 2023 at 3:36 PM, Eddie Chapman >> wrote: >> >>> Sam James wrote: >>> >>>> "Eddie Chapman" ed...@

Re: [gentoo-dev] [PATCH 1/2] distutils-r1.eclass: teach setuptools to respect (some) build options

2023-09-12 Thread Sam James
Eli Schwartz writes: > On 9/12/23 10:26 PM, Michał Górny wrote: >> On Tue, 2023-09-12 at 22:07 -0400, Eli Schwartz wrote: >>> On 9/12/23 3:56 PM, Ulrich Mueller wrote: > On Tue, 12 Sep 2023, Eli Schwartz wrote: > + mkdir -p "${BUILD_DIR}" || die > +

Re: [gentoo-dev] New bootstrap-prefix global USE-flag and patch to llvm.eclass

2023-09-12 Thread Sam James
Fabian Groffen writes: > [[PGP Signed Part:Undecided]] > On 12-09-2023 20:32:19 +0100, Alexey Sokolov wrote: >> Bug: https://bugs.gentoo.org/758167 >> Full PR is at https://github.com/gentoo/gentoo/pull/32730 >> >> Several LLVM packages require this early return, otherwise they fail to >> bui

[gentoo-dev] [PATCH 1/3] verify-sig.eclass: minisig support

2023-09-14 Thread Sam James
Closes: https://bugs.gentoo.org/783066 Signed-off-by: Sam James --- eclass/verify-sig.eclass | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass index 49557b633c87f..bb847bb80cc64 100644 --- a/eclass/verify

[gentoo-dev] [PATCH 2/3] sec-keys/minisig-keys-libsodium: new package, add 20230914

2023-09-14 Thread Sam James
Signed-off-by: Sam James --- .../metadata.xml | 0 .../minisig-keys-libsodium-20230914.ebuild} | 11 +-- 2 files changed, 5 insertions(+), 6 deletions(-) copy sec-keys/{openpgp-keys-adamspiers => minisig-keys-libsodium}/metadata.xml (

[gentoo-dev] [PATCH 3/3] dev-libs/libsodium: use new verify-sig minisign support

2023-09-14 Thread Sam James
Closes: https://bugs.gentoo.org/783066 Signed-off-by: Sam James --- dev-libs/libsodium/libsodium-1.0.19-r1.ebuild | 20 +++ 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/dev-libs/libsodium/libsodium-1.0.19-r1.ebuild b/dev-libs/libsodium/libsodium-1.0.19-r1

Re: [gentoo-dev] last rites: sys-fs/eudev

2023-09-15 Thread Sam James
Oskari Pirhonen writes: > [[PGP Signed Part:Undecided]] > On Wed, Sep 13, 2023 at 03:10:51 -0500, Dale wrote: >> Andrew Ammerlaan wrote: >> > >> > And then another thing, how is it possible that so many people missed >> > the news item? They are displayed quite prominently I think, and >> > eme

[gentoo-dev] [PATCH 1/2] perl-module.eclass: set NONINTERACTIVE_TESTING=1

2023-09-16 Thread Sam James
expensive tests. so just set NONINTERACTIVE_TESTING=1 for now, not the others mentioned in the link. Signed-off-by: Sam James --- eclass/perl-module.eclass | 7 +++ 1 file changed, 7 insertions(+) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index e2b66e3b6f7d2

[gentoo-dev] [PATCH 2/2] perl-module.eclass: disable Canary::Stability

2023-09-16 Thread Sam James
Canary::Stability emits very vocal warnings about "unsupported" Perl versions even if they're fine in reality. It's not worth scaring our users over. See https://metacpan.org/pod/Canary::Stability#ENVIRONMENT-VARIABLES. Signed-off-by: Sam James --- eclass/perl-module.e

[gentoo-dev] Up for grabs: packages from sultan's retirement

2023-09-18 Thread Sam James
Packages up for grabs: acct-group/croc acct-user/croc app-misc/liquidctl dev-libs/hidapi dev-python/hidapi net-misc/croc

Re: [gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-21 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >> On Thu, 21 Sep 2023, Florian Schmaus wrote: > >>> The first line of the "#"-prefixed explanation block must be of the >>> format "${AUTHOR_NAME} <${EMAIL}> (${SINGLE_DATE})" when the date is of >>> format -MM-DD, in UTC timezone.

Re: [gentoo-dev] Standard parsable format for profiles/package.mask file

2023-09-21 Thread Sam James
Tim Harder writes: > On 2023-09-21 Thu 15:22, Ulrich Mueller wrote: >>> On Thu, 21 Sep 2023, Arthur Zamarin wrote: >>> Should it be a GLEP, I don't think so? But I'm unsure about it. We do >>> need to document it (for example header of that exact file). >> >>It shouldn't be too difficult to

Re: [gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-22 Thread Sam James
Ulrich Mueller writes: >> On Fri, 22 Sep 2023, Ulrich Mueller wrote: > >> On Fri, 22 Sep 2023, Florian Schmaus wrote: >>> Some, including me, consider timestamps without timezone specifiers to >>> be in local time (either of the consumer or producer of the >>> timestamp). Hence, if you

Re: [gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-22 Thread Sam James
Alex Boag-Munroe writes: > Any reason for the parseable parts to not be in an established human > readable/editable format? e.g. the config ini style format, or TOML? The only issue really is that depending on how it's done (do we do it for the whole file, or just comments), it may need a new

Re: [gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-23 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >> On Fri, 22 Sep 2023, Alex Boag-Munroe wrote: > >> Perhaps eventually it could/should be used for the whole file but as >> an interim/beginning there's no reason you couldn't start with >> comments: > >> # [PREAMBLE] >> # Timestamp: 2

Re: [gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-23 Thread Sam James
Arthur Zamarin writes: > [[PGP Signed Part:Undecided]] > On 22/09/2023 17.50, Alex Boag-Munroe wrote: >> On Fri, 22 Sept 2023 at 15:37, Sam James wrote: >>> >>> >>> Alex Boag-Munroe writes: >>> >>>> Any reason for the parseable pa

Re: [gentoo-dev] Proposal for a Universal Remote-ID File

2023-09-23 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >> On Fri, 22 Sep 2023, Siddhanth Rathod wrote: > >> I'm writing to propose the creation of a universal remote-ID file >> within the api.git or gentoo.git in the metadata/ directory. >> Currently, we have eight different locations that r

Re: [gentoo-dev] Proposal for a Universal Remote-ID File

2023-09-23 Thread Sam James
Michael Orlitzky writes: > On Sat, 2023-09-23 at 00:10 +0530, Siddhanth Rathod wrote: >> >> By establishing a universal remote-ID file, we can streamline this >> process. Your thoughts and feedback on this proposal would be greatly >> appreciated.Also, Any preferences on format? > > Building

Re: [gentoo-dev] [PATCH] distutils-r1.eclass: Make use of gpep517's new build-wheel --prefix arg

2023-09-27 Thread Sam James
James Le Cuirot writes: > This fixes cross-prefix installations. Do we need to crank the minimum version we depend on for gpep517 then? > > Signed-off-by: James Le Cuirot > --- > eclass/distutils-r1.eclass | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/eclass/distutils-r1.eclass b

[gentoo-dev] Last rites: dev-perl/PathTools

2023-10-16 Thread Sam James
# Sam James (2023-10-16) # Part of Perl core and better maintained there - the version on CPAN is out of # date and incompatible with Perl 5.38. No reverse dependencies. # Removal on 2023-11-15. dev-perl/PathTools

Re: [gentoo-dev] Re: Last rites: media-gfx/gmic

2023-10-31 Thread Sam James
Zoltan Puskas writes: > [[PGP Signed Part:Undecided]] > On Fri, Oct 27, 2023 at 12:24:32PM +0100, Marek Szuba wrote: >> On 2023-10-26 02:29, Jonas Stein wrote: >> >> > this is a very powerful package with many users. >> >> ...but sadly, very few maintainers. It was m-n when I took it over 3 y

Re: [gentoo-dev] Package up for grabs: dev-util/cvise

2023-11-07 Thread Sam James
Michał Górny writes: > [[PGP Signed Part:Undecided]] > Hello, > > dev-util/cvise is now looking for a new maintainer. > > It is fairly low maintenance package. It's in need of a version bump > right now, as well as testing with llvm:17 and python:3.12 (both seem to > work fine). > > The main p

Re: [gentoo-dev] [PATCH] toolchain-funcs.eclass: Add functions to get pointer size in bytes

2023-11-07 Thread Sam James
James Le Cuirot writes: > tc-get-ptr-size for CHOST and tc-get-build-ptr-size for CBUILD. > > Closes: https://bugs.gentoo.org/328401 > Signed-off-by: James Le Cuirot > --- lgtm > eclass/toolchain-funcs.eclass | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/eclass/to

Re: [gentoo-dev] [PATCH] eclass/go-env.eclass: add helper to set compile env

2023-11-07 Thread Sam James
James Le Cuirot writes: > From: Thilo Fromm > > This change adds a helper function to explicitly set CC, CXX, and > GOARCH, and carrying over CFLAGS, LDFLAGS and friends to CGO > equivalents, to provide a minimal sane compile environment for Go. > It enables Go builds to play nice with crossde

Re: [gentoo-dev] [PATCH v2] acct-user.eclass: Warn when the user is removed from a group

2023-11-07 Thread Sam James
Ulrich Müller writes: > Acked-by: Mike Gilbert > Signed-off-by: Ulrich Müller > --- > v2: Add explanation and documentation reference to warning message lgtm > > eclass/acct-user.eclass | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/eclass/acct-user.eclass b/eclas

[gentoo-dev] [PATCH] profiles/features/hardened/amd64: enable USE=pic

2023-11-24 Thread Sam James
31736c579f as well.) This seems to have been added originally in e718e1dc1781b3bb5cd80233c217aea3b0e46755 and bb28d08f1cf8cf16f6e57929a8de6b7c85bbe714 (git graft commit). Bug: https://bugs.gentoo.org/707660 Bug: https://bugs.gentoo.org/913412 Signed-off-by: Sam James --- profiles/features/hard

Re: [gentoo-dev-announce] Re: [gentoo-dev] Last rites: app-text/gocr, media-video/subtitleripper

2023-12-04 Thread Sam James
Jonas Stein writes: >> Sorry, the subject should've included gocr. > >> On Sat, Nov 25, 2023 at 07:12:40AM -0800, John Helmert III wrote: >>> # John Helmert III (2023-11-24) >>> # Multiple vulnerabilities, unmaintained upstream and in Gentoo. >>> # subtitleripper included as sole reverse depen

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Sam James
"Luke A. Guest" writes: > Hi, > > Can we add the following patch to the toolchain.eclass? I want to stop > having to mess with this overlay. The diff can be generated by > grabbing the repo https://github.com/Lucretia/ada-overlay and running > ./scripts/diff_eclass.sh. It'd be useful to send t

[gentoo-dev] [PATCH 1/2] distutils-r1.eclass: workaround cython bug for Modern C

2023-12-12 Thread Sam James
Pass -Wno-error=incompatible-pointer-types for now to avoid many dupes for the same cython bug. Bug: https://github.com/cython/cython/issues/2747 Bug: https://bugs.gentoo.org/918983 Bug: https://bugs.gentoo.org/919261 Bug: https://bugs.gentoo.org/919277 Signed-off-by: Sam James --- eclass

[gentoo-dev] [PATCH 2/2] distutils-r1.eclass: mark DISTUTILS_EXT as @PRE_INHERIT

2023-12-12 Thread Sam James
We set DEPEND and IUSE based on it. Signed-off-by: Sam James --- eclass/distutils-r1.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 6d2640b295983..0a9815f2d4591 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass

Re: [gentoo-dev] [PATCH] 2024-01-02-separate-usr-now-requires-an-initramfs: add news item

2024-01-02 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >> On Tue, 02 Jan 2024, Eli Schwartz wrote: > >> +++ >> b/2024-01-02-separate-usr-now-requires-an-initramfs/2024-01-02-separate-usr-now-requires-an-initramfs.txt > > The short-name is rather long. GLEP 42 strongly recommends to stay be

Re: [gentoo-dev] [RFC] New category: dev-debug

2024-01-07 Thread Sam James
Michał Górny writes: > [[PGP Signed Part:Undecided]] > Hi, > > I'd like to propose adding a new dev-debug category. The description > could be: > > Code debuggers and debugging-related tools. Sounds good. > > Potential candidates include: > > [...] dev-util/seer as well would be a good fi

Re: [gentoo-dev] [RFC] New category: dev-debug

2024-01-10 Thread Sam James
Florian Schmaus writes: > [[PGP Signed Part:Undecided]] > On 07/01/2024 13.48, Michał Górny wrote: >> Hi, >> I'd like to propose adding a new dev-debug category. The >> description >> could be: >>Code debuggers and debugging-related tools. > > Seems sensible. I'd probably drop the "Code" f

Re: [gentoo-dev] Last rites: app-admin/fluentd

2024-01-10 Thread Sam James
Jaco Kroon writes: > Hi, > > On 2024/01/09 13:42, Michał Górny wrote: >> On Tue, 2024-01-09 at 12:54 +0200, Jaco Kroon wrote: >>> https://github.com/gentoo/gentoo/pull/34126 ?? >>> >>> Perhaps I'm missing something if you say it's non-trivial but we're >>> using that on 9 hosts currently. >>> >

Re: [gentoo-dev] [PATCH 0/1] [RFC] greadme.eclass

2024-01-10 Thread Sam James
Florian Schmaus writes: > I really like the functionality of readme.gentoo-r1.eclass, as it > allows to communicate Gentoo-specific information about a package to > the user. Especially as it improves the signal-to-noise ratio of > messages arriving to our users. > > However, readme.gentoo-r1.e

[gentoo-dev] [PATCH] profiles: workaround sandbox bug with getcwd() configure test (gl_cv_func_getcwd_path_max)

2024-01-22 Thread Sam James
ttps://bugs.gentoo.org/922652 Signed-off-by: Sam James --- profiles/default/linux/make.defaults | 9 - profiles/features/musl/make.defaults | 7 +++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defa

[gentoo-dev] Pseudo up-for-grabs: dev-lang/rust, dev-lang/rust-bin, virtual/rust

2024-01-24 Thread Sam James
Hi all, rust@ is essentially empty as gyakovlev is long-term away and dev-lang/rust, dev-lang/rust-bin, virtual/rust, sys-devel/rust-std, etc all need _at least one_ maintainer. xen0n has been doing some of the bumps but he's only really doing so drive-by (although with best-effort review) and is

Re: [gentoo-dev] Pseudo up-for-grabs: dev-lang/rust, dev-lang/rust-bin, virtual/rust

2024-01-26 Thread Sam James
Randy Barlow writes: > On 1/24/24 23:56, Sam James wrote: >> Please consider stepping forward if you rely on Rust. There's more >> than enough advocates for it, there should be someone who is able >> to then handle the packaging side. > > Is this something

Re: [gentoo-dev] [PATCH] 2024-02-01-grub-upgrades: add news item

2024-02-05 Thread Sam James
Mike Gilbert writes: > Signed-off-by: Mike Gilbert > --- > .../2024-02-01-grub-upgrades.en.txt | 40 +++ > 1 file changed, 40 insertions(+) > create mode 100644 2024-02-01-grub-upgrades/2024-02-01-grub-upgrades.en.txt > LGTM. > diff --git a/2024-02-01-grub-upgrade

Re: [gentoo-dev] [RFC] Introducing LLVM_TARGET

2024-02-05 Thread Sam James
Michał Górny writes: > [[PGP Signed Part:Undecided]] > Hi, > > TL;DR: Given that (not really surprising) the current approach for LLVM > dependencies doesn't work, I think it's time to give up and introduce > LLVM_TARGETS. This would probably mean introduce llvm-r1.eclass. > > However, since r

Re: [gentoo-dev] [RFC] Introducing LLVM_TARGET

2024-02-05 Thread Sam James
Sam James writes: > Michał Górny writes: > >> [[PGP Signed Part:Undecided]] >> Hi, >> >> TL;DR: Given that (not really surprising) the current approach for LLVM >> dependencies doesn't work, I think it's time to give up and introduce >> LL

Re: [gentoo-dev] [RFC] Gentoo Bugzilla: new resolution for bugs closed due to last rites

2024-02-07 Thread Sam James
Ionen Wolkens writes: > [[PGP Signed Part:Undecided]] > On Wed, Feb 07, 2024 at 12:03:52PM +0100, Michał Górny wrote: >> Hi, >> >> I think we should add a new bug resolution that would more precisely >> cover closing bugs due to packages being removed. Right now, whichever >> resolution we use

<    1   2   3   4   5   6   7   8   9   10   >