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 6F9E11382C5 for ; Sun, 20 May 2018 00:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E90FE0968; Sun, 20 May 2018 00:20:26 +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 7EC5FE0968 for ; Sun, 20 May 2018 00:20:26 +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 073E6335C94 for ; Sun, 20 May 2018 00:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1942A289 for ; Sun, 20 May 2018 00:20:23 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1526775615.51dcc43333fb13f219504eaf6c1961b82c747538.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 51dcc43333fb13f219504eaf6c1961b82c747538 X-VCS-Branch: master Date: Sun, 20 May 2018 00:20:23 +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-Archives-Salt: 2a5f7125-fa0d-4730-a647-62f804dabac9 X-Archives-Hash: 3b507fff85459064c3e42aae91d809ae commit: 51dcc43333fb13f219504eaf6c1961b82c747538 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 20 00:19:39 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun May 20 00:20:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51dcc433 layout.conf: Last EAPI=3 ebuild is gone, so ban committing new ones. \o/ metadata/layout.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 58939f1ad66..7ffc0ce6b72 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -16,10 +16,12 @@ manifest-required-hashes = BLAKE2B # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670). # 2014-02-25 council meeting deprecated EAPIs 0 and 3. +# 2014-03-11 council meeting banned EAPI 1. # 2015-10-11 council meeting deprecated EAPI 4. +# 2016-01-10 council meeting banned EAPI 3. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. -eapis-banned = 1 -eapis-deprecated = 0 2 3 4 5 +eapis-banned = 1 3 +eapis-deprecated = 0 2 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo