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 868B31382C5 for ; Fri, 18 Jun 2021 16:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21DC6E084A; Fri, 18 Jun 2021 16:26:38 +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 C37CBE0837 for ; Fri, 18 Jun 2021 16:26:37 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Ulrich=20M=C3=BCller?= , =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH] glep-0082: New key "eapis-testing" Date: Fri, 18 Jun 2021 18:26:23 +0200 Message-Id: <20210618162623.25344-1-ulm@gentoo.org> X-Mailer: git-send-email 2.32.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: bedd73fb-1575-42f0-93b1-65bdf0b3c592 X-Archives-Hash: 625505e15adfb532bf961076ad5f79ab 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 Signed-off-by: Ulrich Müller --- 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 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, -- 2.32.0