Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: Re: [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing"
Date: Fri, 18 Jun 2021 16:38:55
Message-Id: 78115f587d4bfc605264cb5eb1de0fa1edf90e19.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing" by "Ulrich Müller"
1 On Fri, 2021-06-18 at 18:26 +0200, Ulrich Müller wrote:
2 > As discussed in #gentoo-portage yesterday: After a new EAPI has been
3 > approved, there is a period during which there is no stable Portage
4 > version supporting the new EAPI, and ebuilds for the new EAPI should
5 > not be stabilised during that period. Add a new "eapis-testing" key
6 > to layout.conf, so that development tools can warn about it.
7 >
8 > Suggested-by: Michał Górny <mgorny@g.o>
9 > Signed-off-by: Ulrich Müller <ulm@g.o>
10 > ---
11 > glep-0082.rst | 11 ++++++++---
12 > 1 file changed, 8 insertions(+), 3 deletions(-)
13 >
14 > diff --git a/glep-0082.rst b/glep-0082.rst
15 > index 6703313..61b0037 100644
16 > --- a/glep-0082.rst
17 > +++ b/glep-0082.rst
18 > @@ -4,10 +4,10 @@ Title: Repository configuration file (layout.conf)
19 > Author: Michał Górny <mgorny@g.o>
20 > Type: Standards Track
21 > Status: Draft
22 > -Version: 1.0
23 > +Version: 1.1
24 > Created: 2021-05-19
25 > -Last-Modified: 2021-05-31
26 > -Post-History: 2021-05-19
27 > +Last-Modified: 2021-06-18
28 > +Post-History: 2021-05-19 2021-06-18
29
30 Sorry for failing to notice it earlier but you've missed a comma between
31 the dates.
32
33 > Content-Type: text/x-rst
34 > ---
35 >
36 > @@ -159,6 +159,11 @@ eapis-banned = <space-separated EAPI names>
37 > be blocked. If not specified, no EAPIs are banned. This key
38 > does not apply to EAPI use in profiles.
39 >
40 > +eapis-testing = <space-separated EAPI names>
41 > + Specifies one or more EAPIs that must not (yet) be used in ebuilds
42 > + with stable keywords, i.e. development tools should block their use
43 > + in such ebuilds.
44 > +
45 > repo-name = <string>
46 > Specifies the repository name. If specified, it must be equal
47 > to the contents of ``profiles/repo_name``. If not specified,
48
49 --
50 Best regards,
51 Michał Górny

Replies

Subject Author
Re: [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing" Ulrich Mueller <ulm@g.o>