From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A97EC1382C5 for ; Sun, 20 Jun 2021 16:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00489E087B; Sun, 20 Jun 2021 16:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBAD8E087B for ; Sun, 20 Jun 2021 16:42:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87E0C335C29 for ; Sun, 20 Jun 2021 16:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 507E078E for ; Sun, 20 Jun 2021 16:42:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1624034467.25b8a4140c882aaad4d381de01ba7a0e5957bc08.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0082.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 25b8a4140c882aaad4d381de01ba7a0e5957bc08 X-VCS-Branch: master Date: Sun, 20 Jun 2021 16:42:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1c98270-5e08-425f-8bc7-763351155edd X-Archives-Hash: ce9563682c74cb930496055f0f909a0a commit: 25b8a4140c882aaad4d381de01ba7a0e5957bc08 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 18 16:02:07 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jun 18 16:41:07 2021 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=25b8a414 glep-0082: New key "eapis-testing" 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 gentoo.org> Signed-off-by: Ulrich Müller 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..5fd8009 100644 --- a/glep-0082.rst +++ b/glep-0082.rst @@ -4,10 +4,10 @@ Title: Repository configuration file (layout.conf) Author: Michał Górny 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 = be blocked. If not specified, no EAPIs are banned. This key does not apply to EAPI use in profiles. +eapis-testing = + 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 = Specifies the repository name. If specified, it must be equal to the contents of ``profiles/repo_name``. If not specified,