public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing"
@ 2021-06-18 16:26 Ulrich Müller
  2021-06-18 16:38 ` Michał Górny
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Müller @ 2021-06-18 16:26 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller, Michał Górny

As discussed in #gentoo-portage yesterday: After a new EAPI has been
approved, there is a period during which there is no stable Portage
version supporting the new EAPI, and ebuilds for the new EAPI should
not be stabilised during that period. Add a new "eapis-testing" key
to layout.conf, so that development tools can warn about it.

Suggested-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
---
 glep-0082.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/glep-0082.rst b/glep-0082.rst
index 6703313..61b0037 100644
--- a/glep-0082.rst
+++ b/glep-0082.rst
@@ -4,10 +4,10 @@ Title: Repository configuration file (layout.conf)
 Author: Michał Górny <mgorny@gentoo.org>
 Type: Standards Track
 Status: Draft
-Version: 1.0
+Version: 1.1
 Created: 2021-05-19
-Last-Modified: 2021-05-31
-Post-History: 2021-05-19
+Last-Modified: 2021-06-18
+Post-History: 2021-05-19 2021-06-18
 Content-Type: text/x-rst
 ---
 
@@ -159,6 +159,11 @@ eapis-banned = <space-separated EAPI names>
   be blocked.  If not specified, no EAPIs are banned.  This key
   does not apply to EAPI use in profiles.
 
+eapis-testing = <space-separated EAPI names>
+  Specifies one or more EAPIs that must not (yet) be used in ebuilds
+  with stable keywords, i.e. development tools should block their use
+  in such ebuilds.
+
 repo-name = <string>
   Specifies the repository name.  If specified, it must be equal
   to the contents of ``profiles/repo_name``.  If not specified,
-- 
2.32.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing"
  2021-06-18 16:26 [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing" Ulrich Müller
@ 2021-06-18 16:38 ` Michał Górny
  2021-06-18 16:42   ` Ulrich Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: Michał Górny @ 2021-06-18 16:38 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller

On Fri, 2021-06-18 at 18:26 +0200, Ulrich Müller wrote:
> As discussed in #gentoo-portage yesterday: After a new EAPI has been
> approved, there is a period during which there is no stable Portage
> version supporting the new EAPI, and ebuilds for the new EAPI should
> not be stabilised during that period. Add a new "eapis-testing" key
> to layout.conf, so that development tools can warn about it.
> 
> Suggested-by: Michał Górny <mgorny@gentoo.org>
> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
> ---
>  glep-0082.rst | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/glep-0082.rst b/glep-0082.rst
> index 6703313..61b0037 100644
> --- a/glep-0082.rst
> +++ b/glep-0082.rst
> @@ -4,10 +4,10 @@ Title: Repository configuration file (layout.conf)
>  Author: Michał Górny <mgorny@gentoo.org>
>  Type: Standards Track
>  Status: Draft
> -Version: 1.0
> +Version: 1.1
>  Created: 2021-05-19
> -Last-Modified: 2021-05-31
> -Post-History: 2021-05-19
> +Last-Modified: 2021-06-18
> +Post-History: 2021-05-19 2021-06-18

Sorry for failing to notice it earlier but you've missed a comma between
the dates.

>  Content-Type: text/x-rst
>  ---
>  
> @@ -159,6 +159,11 @@ eapis-banned = <space-separated EAPI names>
>    be blocked.  If not specified, no EAPIs are banned.  This key
>    does not apply to EAPI use in profiles.
>  
> +eapis-testing = <space-separated EAPI names>
> +  Specifies one or more EAPIs that must not (yet) be used in ebuilds
> +  with stable keywords, i.e. development tools should block their use
> +  in such ebuilds.
> +
>  repo-name = <string>
>    Specifies the repository name.  If specified, it must be equal
>    to the contents of ``profiles/repo_name``.  If not specified,

-- 
Best regards,
Michał Górny




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing"
  2021-06-18 16:38 ` Michał Górny
@ 2021-06-18 16:42   ` Ulrich Mueller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller @ 2021-06-18 16:42 UTC (permalink / raw
  To: Michał Górny; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

>>>>> On Fri, 18 Jun 2021, Michał Górny wrote:

>> +Post-History: 2021-05-19 2021-06-18

> Sorry for failing to notice it earlier but you've missed a comma between
> the dates.

Thanks. Updated locally.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-18 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-18 16:26 [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing" Ulrich Müller
2021-06-18 16:38 ` Michał Górny
2021-06-18 16:42   ` Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox