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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B6DE158003 for ; Mon, 25 Jul 2022 19:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C08E10FD; Mon, 25 Jul 2022 19:59:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57773E10FC for ; Mon, 25 Jul 2022 19:59:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5375D340BC1 for ; Mon, 25 Jul 2022 19:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1D041E for ; Mon, 25 Jul 2022 19:59:52 +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: <1658342193.d06db6ad7b6fb75c35b3db4f70bbbec103265655.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0083.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d06db6ad7b6fb75c35b3db4f70bbbec103265655 X-VCS-Branch: master Date: Mon, 25 Jul 2022 19:59:52 +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: 7c940313-57e1-4e43-9fa2-fa7bbe9f2b85 X-Archives-Hash: 3aecf109b3ab23e50ca4418cb45c331e commit: d06db6ad7b6fb75c35b3db4f70bbbec103265655 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jul 20 18:36:33 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jul 20 18:36:33 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=d06db6ad glep-0083: Use a list for the deprecation criteria Signed-off-by: Ulrich Müller gentoo.org> glep-0083.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/glep-0083.rst b/glep-0083.rst index f2a55a3..dc73a72 100644 --- a/glep-0083.rst +++ b/glep-0083.rst @@ -6,7 +6,7 @@ Type: Informational Status: Draft Version: 1 Created: 2022-06-30 -Last-Modified: 2022-07-11 +Last-Modified: 2022-07-20 Post-History: 2022-07-11 Content-Type: text/x-rst --- @@ -38,13 +38,16 @@ warn about this [#COUNCIL-20130409]_. A *banned EAPI* must no longer be used, neither for new ebuilds, nor for updating of existing ebuilds [#COUNCIL-20140311]_. -The Gentoo Council will deprecate an EAPI when two newer EAPIs are -supported by the stable version of Portage, and one of them has been -supported for 24 months. +The Gentoo Council will deprecate an EAPI when -The Gentoo Council will ban a deprecated EAPI when it is used by less -than 5 % of ebuilds in the Gentoo repository, but no sooner than 24 -months after its deprecation. +* two newer Council-approved EAPIs are supported by the stable version + of Portage, and +* one of them has been supported for 24 months. + +The Gentoo Council will ban a deprecated EAPI when + +* 24 months have passed since its deprecation, and +* it is used by less than 5 % of ebuilds in the Gentoo repository. EAPIs used in profiles are outside the scope of this GLEP.