[gentoo-dev] last-rite app-emacs/windows and reverse dependencies (Re: Last-rite app-emacs/windows)

2024-04-25 Thread Maciej Barć
Mask "app-emacs/windows" and reverse dependencies. Very old package failing to compile with modern GNU Emacs. Additionally all 3 packages do not have any definitive repository nor VCS. Open bugs: #930655 Removal on 2024-05-25. app-emacs/basic-toolkit app-emacs/buffer-extension app-emacs/windows

[gentoo-dev] Last-rite app-emacs/windows

2024-04-25 Thread Maciej Barć
Very old package failing to compile with modern GNU Emacs. Open bugs: #930655 Removal on 2024-05-25. app-emacs/windows -- Have a great day! ~ Maciej XGQT Barć https://wiki.gentoo.org/wiki/User:Xgqt 9B0A 4C5D 02A3 B43C 9D6F D6B1 14D7 4A1F 43A6 AC3C OpenPGP_0x14D74A1F43A6AC3C.asc Description:

[gentoo-dev] [PATCH 3/3] A check that the compiler used to build ada is ada and not newer

2024-04-25 Thread Alfredo Tupone
Maybe a more detailed check can be done, as some version can be built with newer compiler Could be envisaged to switch the compiler automatically "gcc-config x" instead of die Signed-off-by: Alfredo Tupone --- eclass/toolchain.eclass | 12 1 file changed, 12 insertions(+) diff

[gentoo-dev] [PATCH 2/3] To build ada we need a c++ compiler too

2024-04-25 Thread Alfredo Tupone
Signed-off-by: Alfredo Tupone --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index fd820f60f45d..f8e06fa39884 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2495,31 +2495,31

[gentoo-dev] [PATCH 1/3] To make "tc_has_feature ada" actually work

2024-04-25 Thread Alfredo Tupone
Signed-off-by: Alfredo Tupone --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a5d4345e7fbf..fd820f60f45d 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -288,31 +288,31

Re: [gentoo-dev] default php-ext status

2024-04-25 Thread Michael Orlitzky
On Tue, 2024-04-23 at 13:05 +0200, Jaco Kroon wrote: > but how do we handle > users making manual additions/modifications to /etc/php/ or have some > form of "fsck" for that?) We'd have to use a new location that doesn't collide with anything that the user might edit, like

Re: [gentoo-dev] Subject: [PATCH] toolchain.eclass: ada related changes

2024-04-25 Thread Sam James
Alfredo Tupone writes: > Having received no comments, I would like to add this changes to > toolchain.eclass > > This is less intrusive. > > The compiler check that was in place in the original email maybe is > distruptive. It was checking that the used compiler is ada and version > is less or

Re: [gentoo-dev] Subject: [PATCH] toolchain.eclass: ada related changes

2024-04-25 Thread Alfredo Tupone
Having received no comments, I would like to add this changes to toolchain.eclass This is less intrusive. The compiler check that was in place in the original email maybe is distruptive. It was checking that the used compiler is ada and version is less or equal. I saw that some gcc versions can