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

2025-03-14 Thread Ionen Wolkens
On Fri, Mar 14, 2025 at 08:47:37PM +0100, Nowa Ammerlaan wrote: > On 14/03/2025 17:23, Ionen Wolkens wrote: > > On Fri, Mar 14, 2025 at 01:48:50PM +0100, Nowa Ammerlaan wrote: > >> eclass/linux-mod-r1.eclass | 7 +++ > > > > ftr my opinion on this hasn't changed since the beginning, I was hop

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

2025-03-14 Thread Ionen Wolkens
On Fri, Mar 14, 2025 at 01:48:50PM +0100, Nowa Ammerlaan wrote: > eclass/linux-mod-r1.eclass | 7 +++ ftr my opinion on this hasn't changed since the beginning, I was hoping that the idea would be scrapped early rather than more work being put into it. This just feels like a messy half-soluti

Re: [gentoo-dev] [PATCH 5/5] dkms.eclass: introduce new eclass

2025-03-14 Thread Nowa Ammerlaan
On 14/03/2025 16:34, Alexey Sokolov wrote: 14.03.2025 12:48, Nowa Ammerlaan пишет: Signed-off-by: Nowa Ammerlaan --- eclass/dkms.eclass | 545 + 1 file changed, 545 insertions(+) create mode 100644 eclass/dkms.eclass diff --git a/eclass/dkms.ecla

Re: [gentoo-dev] [PATCH 5/5] dkms.eclass: introduce new eclass

2025-03-14 Thread Alexey Sokolov
14.03.2025 12:48, Nowa Ammerlaan пишет: > Signed-off-by: Nowa Ammerlaan > [](mailto:n...@gentoo.org) > --- > eclass/dkms.eclass | 545 + > 1 file changed, 545 insertions(+) > create mode 100644 eclass/dkms.eclass > > diff --git a/eclass/dkms.eclass b/e

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

2025-03-14 Thread orbea
On Thu, 13 Mar 2025 23:53:34 -0400 Eli Schwartz wrote: > On 3/13/25 12:21 PM, or...@riseup.net wrote: > > From: orbea > > > > When using slibtoolize it needs the /usr/share/slibtool/slibtool.m4 > > file to properly create the configure script. The current method of > > using it is to set AT_SYS

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

2025-03-14 Thread Gordon Pettey
IMHO, "ai" is an extremely overloaded and over- and mis-used term. It's nothing but glorified pattern matching, and calling everything "ai" is very buzzwordy. I'd much rather see it named "ml". On Fri, Mar 14, 2025 at 7:23 AM Sam James wrote: > Arsen Arsenović writes: > > > Filip Kobierski wri

[gentoo-dev] [PATCH 5/5] dkms.eclass: introduce new eclass

2025-03-14 Thread Nowa Ammerlaan
Signed-off-by: Nowa Ammerlaan --- eclass/dkms.eclass | 545 + 1 file changed, 545 insertions(+) create mode 100644 eclass/dkms.eclass diff --git a/eclass/dkms.eclass b/eclass/dkms.eclass new file mode 100644 index ..c445b95721c3 --- /dev/n

[gentoo-dev] [PATCH 2/5] profiles: mask dkms flag where not available

2025-03-14 Thread Nowa Ammerlaan
and stable mask for now Signed-off-by: Nowa Ammerlaan --- profiles/arch/amd64/use.mask| 4 profiles/arch/amd64/use.stable.mask | 4 profiles/arch/arm64/use.mask| 4 profiles/arch/arm64/use.stable.mask | 4 profiles/arch/base/use.mask | 4 profiles

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

2025-03-14 Thread Nowa Ammerlaan
so we can re-use this function in dkms.eclass. Signed-off-by: Nowa Ammerlaan --- eclass/linux-mod-r1.eclass | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index fd83324fa35d..d736f48d679e 100644 --- a/eclass/linu

[gentoo-dev] [PATCH 3/5] linux-mod-r1.eclass: move modlist processing into separate func

2025-03-14 Thread Nowa Ammerlaan
Does not really change anything but avoids duplication in dkms.eclass Signed-off-by: Nowa Ammerlaan --- eclass/linux-mod-r1.eclass | 78 +- 1 file changed, 51 insertions(+), 27 deletions(-) diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass