Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Eli Schwartz
On 12/9/23 10:51 AM, Luke A. Guest wrote: >>> 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

[gentoo-dev] [PATCH] python-utils-r1.eclass: Disable pytest-salt-factories by default

2023-12-09 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index da9cb820840f..188278f09212 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
Sorry about the spam, I just squashed the two commits together.From 471dbc22de2c31e4ca4191d70cc8bcbe452f3b97 Mon Sep 17 00:00:00 2001 From: "Luke A. Guest" Date: Sat, 9 Dec 2023 18:05:31 + Subject: [PATCH] Add building Ada support into the base toolchain (GCC) mechanics. Add Ada bootstrap

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
On 09/12/2023 15:12, Sam James wrote: "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

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
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 the whole lot with `git send-email` as

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
And this is what gcc:13 +ada would install: https://gist.github.com/Lucretia/4837322a4d4ea331246600513ed40aaf On 09/12/2023 15:30, Luke A. Guest wrote: and FYI, I've been utilising this overlay for Ada for over a year.

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
and FYI, I've been utilising this overlay for Ada for over a year.

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
On 09/12/2023 15:12, Sam James wrote: "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

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

[gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
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. The only thing I'm not sure about is the BDEPEND stuff.