Re: [gentoo-dev] Proposal for a Universal Remote-ID File

2023-09-24 Thread Michael Orlitzky
On Sun, 2023-09-24 at 23:14 +0530, Siddhanth Rathod wrote: > How does modifying the DTD with a git hook sound ? That could work if we put the DTD, XML schema, and RELAX NG schema all in the repo metadata. The remaining projects are programs and (given access to ::gentoo) can probably parse the

[gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-24 Thread Jonas Stein
Hi all, # Removal on 2023-10-21. Bug #667687, #667689. We should use "after" instead of "on": # Removal after T -- Best, Jonas OpenPGP_signature.asc Description: OpenPGP digital signature

[gentoo-dev] Re: Standard parsable format for profiles/package.mask file

2023-09-24 Thread Jonas Stein
Hi all, I want to suggest a standard format for profiles/package.mask, for multiple reasons: Sounds sensible. +1 The first line of the "#"-prefixed explanation block must be of the format "${AUTHOR_NAME} <${EMAIL}> (${SINGLE_DATE})" when the date is of format -MM-DD, in UTC timezone.

Re: [gentoo-dev] Proposal for a Universal Remote-ID File

2023-09-24 Thread Siddhanth Rathod
How does modifying the DTD with a git hook sound ? On 9/23/23 20:17, Michael Orlitzky wrote: On Sat, 2023-09-23 at 15:39 +0100, Sam James wrote: At the moment, we bundle the DTD in pkgcore. If we just shoved it in metadata/ instead in the main repo, we don't have that kind of problem. I

Re: [gentoo-dev] [PATCH] eclass/depend.apache: drop support for EAPI 0-5

2023-09-24 Thread David Seifert
On Sun, 2023-09-24 at 10:35 +0200, Hans de Graaff wrote: > Signed-off-by: Hans de Graaff > --- >  eclass/depend.apache.eclass | 60 > - >  1 file changed, 12 insertions(+), 48 deletions(-) > > diff --git a/eclass/depend.apache.eclass

[gentoo-dev] [PATCH] eclass/depend.apache: drop support for EAPI 0-5

2023-09-24 Thread Hans de Graaff
Signed-off-by: Hans de Graaff --- eclass/depend.apache.eclass | 60 - 1 file changed, 12 insertions(+), 48 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 51410265bbc5..4dc3f68daabc 100644 ---