Re: [gentoo-dev] Last rites: app-i18n/freewnn, app-dicts/wnn-ldic, app-i18n/kinput2

2024-07-15 Thread Eli Schwartz
On 7/15/24 7:01 PM, Eli Schwartz wrote: > # Eli Schwartz (2024-07-15) > # FreeWnn has no activity upstream on its (very slow!) development site > # since 2015. Website is gone. Various build failures, fails to build > # with gcc 14. All of its reverse dependencies are even more dead, as > # they

[gentoo-dev] Last rites: app-i18n/freewnn, app-dicts/wnn-ldic, app-i18n/kinput2

2024-07-15 Thread Eli Schwartz
# Eli Schwartz (2024-07-15) # FreeWnn has no activity upstream on its (very slow!) development site # since 2015. Website is gone. Various build failures, fails to build # with gcc 14. All of its reverse dependencies are even more dead, as # they do not even have distfiles anymore. # Removal on 2

Re: [gentoo-dev] Re: [PATCH 2/2] rebar3.eclass: add new eclass

2024-07-15 Thread Florian Schmaus
On 15/07/2024 04.39, Eli Schwartz wrote: On 7/10/24 11:38 PM, Anna (cybertailor) Vyalkova wrote: On 2024-07-10 09:19, Florian Schmaus wrote: From: Florian Schmaus Add a new eclass for dev-util/rebar:3, based on the work of Anna Vyalkova in ::guru (thanks!). There's also rebar3.eclass in lan

Re: [gentoo-dev] [PATCH 4/4] kernel-install.eclass: improve kernel version check

2024-07-15 Thread Andrew Nowa Ammerlaan
Part of https://github.com/gentoo/gentoo/pull/37327 From bcbc9191becab3cda6af8f9f2c0e1da6ebe395e1 Mon Sep 17 00:00:00 2001 From: James Calligeros Date: Sat, 13 Jul 2024 22:47:33 +1000 Subject: [PATCH] kernel-install.eclass: improve kernel version check Now that we have an improved version check

Re: [gentoo-dev] [PATCH 3/4] kernel-build.eclass: sanity check the prepared kernel's release string

2024-07-15 Thread Andrew Nowa Ammerlaan
Part of https://github.com/gentoo/gentoo/pull/37327 From ec4e55ae9fd7cc6a4833981040f051ad2a3df15b Mon Sep 17 00:00:00 2001 From: James Calligeros Date: Sat, 29 Jun 2024 03:44:38 + Subject: [PATCH] kernel-build.eclass: check that KV_FULL matches the kernel release We want to ensure all our

Re: [gentoo-dev] [PATCH 2/4] kernel-build.eclass: sanity check the prepared kernel's release string

2024-07-15 Thread Andrew Nowa Ammerlaan
Part of https://github.com/gentoo/gentoo/pull/37327 From 021915604b90ee45332dc373f401e52afa832370 Mon Sep 17 00:00:00 2001 From: James Calligeros Date: Sat, 29 Jun 2024 01:55:12 + Subject: [PATCH] kernel-build.eclass: sanity check the prepared kernel's release string Previously, this was o

[gentoo-dev] [PATCH 1/4] kernel-{build,install}.eclass: make kernel install paths match release

2024-07-15 Thread Andrew Nowa Ammerlaan
Part of https://github.com/gentoo/gentoo/pull/37327 From d57b75ed204432c11ae643ea3526b46dab40c746 Mon Sep 17 00:00:00 2001 From: James Calligeros Date: Thu, 27 Jun 2024 05:56:44 + Subject: [PATCH] kernel-{build,install}.eclass: make kernel install paths match release dist-kernel releases a

[gentoo-dev] [PATCH] kernel-install: Improve warning, consider alternate initrd generators

2024-07-15 Thread Andrew Nowa Ammerlaan
Part of https://github.com/gentoo/gentoo/pull/33634 From f442d70bdbd0d410809ede4c23fe476177eee55d Mon Sep 17 00:00:00 2001 From: Zen Date: Fri, 28 Jun 2024 13:04:35 -0500 Subject: [PATCH] kernel-install: Improve warning, consider alternate initrd generators Signed-off-by: Zen --- eclass/kern