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 B77B7139360 for ; Sun, 8 Aug 2021 20:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0C6BE08C4; Sun, 8 Aug 2021 20:06:07 +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 735B2E08C4 for ; Sun, 8 Aug 2021 20:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF58E342A64 for ; Sun, 8 Aug 2021 20:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 160C27B9 for ; Sun, 8 Aug 2021 20:06:04 +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: <1628453053.28484760e0095e8f80f24385cf89f180954bb4d7.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: 28484760e0095e8f80f24385cf89f180954bb4d7 X-VCS-Branch: master Date: Sun, 8 Aug 2021 20:06:04 +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: 27f88556-6ab6-4054-bc83-f28ef9b4a47b X-Archives-Hash: fc266337b1b3fe5f5af3d40544034a42 commit: 28484760e0095e8f80f24385cf89f180954bb4d7 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 1 16:14:06 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 8 20:04:13 2021 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=28484760 glep-0082: Add profile-eapis-* keys Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> glep-0082.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/glep-0082.rst b/glep-0082.rst index d395fe1..c04123f 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: Accepted -Version: 1.1 +Version: 1.2 Created: 2021-05-19 -Last-Modified: 2021-07-12 -Post-History: 2021-05-19, 2021-06-18 +Last-Modified: 2021-08-01 +Post-History: 2021-05-19, 2021-06-18, 2021-08-01 Content-Type: text/x-rst --- @@ -164,6 +164,20 @@ eapis-testing = with stable keywords, i.e. development tools should block their use in such ebuilds. +profile-eapis-deprecated = + Specifies one or more EAPIs that are to be considered deprecated + by the development tools for use in profiles, i.e. their use + in any of the profiles listed in ``profiles/profiles.desc`` or their + parent profiles should trigger a warning. If not specified, no EAPIs + are deprecated. + +profile-eapis-banned = + Specifies one or more EAPIs that are to be considered banned + by the development tools for use in profiles, i.e. their use + in any of the profiles listed in ``profiles/profiles.desc`` or their + parent profiles should be blocked. If not specified, no EAPIs + are banned. + repo-name = Specifies the repository name. If specified, it must be equal to the contents of ``profiles/repo_name``. If not specified,