Re: [gentoo-dev] [RFC PATCH 06/19] www-servers/nginx: add nginx-r2.service

2024-07-21 Thread Zurab Kvachadze
I apologise in advance for the formatting, I am writing this from my phone. On July 20, 2024 9:07:03 PM UTC, Michael Orlitzky wrote: > [...] > Rather than maintain the list twice (once for checkpath, and once for > tmpfiles), you can let OpenRC use the tmpfiles entry too. This should > happen by

Re: [gentoo-dev] Projects with no members: Geosciences, Prolog, Vim

2024-07-21 Thread Eli Schwartz
On 7/21/24 11:31 AM, Michał Górny wrote: > Hello, > > The following projects now have no members. Please consider joining > them if you're interested. Otherwise, we will probably disband them. > > https://wiki.gentoo.org/wiki/Project:Geosciences > https://wiki.gentoo.org/wiki/Project:Prolog > h

[gentoo-dev] Projects with no members: Geosciences, Prolog, Vim

2024-07-21 Thread Michał Górny
Hello, The following projects now have no members. Please consider joining them if you're interested. Otherwise, we will probably disband them. https://wiki.gentoo.org/wiki/Project:Geosciences https://wiki.gentoo.org/wiki/Project:Prolog https://wiki.gentoo.org/wiki/Project:Vim -- Best regard

[gentoo-dev] [PATCH 3/3] kernel-build.eclass: don't check key/cert if merging binary

2024-07-21 Thread Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan --- eclass/kernel-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index fa01be28723f..aca387bb5abd 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -

[gentoo-dev] [PATCH 2/3] kernel-build.eclass: check and fail early if key or cert in DER format

2024-07-21 Thread Andrew Ammerlaan
Bug: https://bugs.gentoo.org/936402 Signed-off-by: Andrew Ammerlaan --- eclass/kernel-build.eclass | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index cf060fa83766..fa01be28723f 100644 --- a/ec

[gentoo-dev] [PATCH 1/3] secureboot.eclass: check and fail early if key or cert in DER format

2024-07-21 Thread Andrew Ammerlaan
Bug: https://bugs.gentoo.org/936402 Signed-off-by: Andrew Ammerlaan --- eclass/secureboot.eclass | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/eclass/secureboot.eclass b/eclass/secureboot.eclass index a9ba514cb7a0..4459b0341845 100644 --- a/eclass

Re: [gentoo-dev] [PATCH v5] greadme.eclass: new eclass

2024-07-21 Thread Ulrich Mueller
> On Tue, 16 Jul 2024, Florian Schmaus wrote: > Notes: > - also show readme contents if FEATURES=nodoc Good. :) > --- /dev/null > +++ b/eclass/greadme.eclass > @@ -0,0 +1,257 @@ > +# Copyright 1999-2024 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2