Re: [gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-30 Thread Michael Orlitzky
On 2024-10-24 10:50:55, Florian Schmaus wrote: > On 24/10/2024 09.38, Matt Jolly wrote: > > Is anyone actually using an 80-column display in 2024? Could we look > > at relaxing this to something more sane / modern like 120? Are there > > any accessibility concerns, etc.? > > In present days, its n

[gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-25 Thread Eric Joldasov
Signed-off-by: Eric Joldasov --- eclass/zig-toolchain.eclass | 375 1 file changed, 375 insertions(+) create mode 100644 eclass/zig-toolchain.eclass diff --git a/eclass/zig-toolchain.eclass b/eclass/zig-toolchain.eclass new file mode 100644 index 000

Re: [gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-24 Thread Florian Schmaus
On 24/10/2024 09.38, Matt Jolly wrote: Is anyone actually using an 80-column display in 2024? Could we look at relaxing this to something more sane / modern like 120? Are there any accessibility concerns, etc.? In present days, its not about the width of the used terminal/display. As ulm wrote

Re: [gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-24 Thread Matt Jolly
Hi, On 24/10/24 17:32, Ulrich Müller wrote: Please keep the length of documentation lines below 80 characters; best is to break them at 70-ish chars for good human readability. https://devmanual.gentoo.org/ebuild-writing/file-format/ index.html#indenting-and-whitespace A bit off-topic, but:

Re: [gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-24 Thread Ulrich Müller
> On Thu, 24 Oct 2024, Eric Joldasov wrote: > --- /dev/null > +++ b/eclass/zig-toolchain.eclass I have some general comments about both proposed eclasses. > @@ -0,0 +1,325 @@ > +# Copyright 2024 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @EC

[gentoo-dev] [PATCH 1/5] zig-toolchain.eclass: new eclass

2024-10-23 Thread Eric Joldasov
Signed-off-by: Eric Joldasov --- eclass/zig-toolchain.eclass | 325 1 file changed, 325 insertions(+) create mode 100644 eclass/zig-toolchain.eclass diff --git a/eclass/zig-toolchain.eclass b/eclass/zig-toolchain.eclass new file mode 100644 index 000