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 D904E138334 for ; Sat, 27 Oct 2018 21:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2BFAE08E2; Sat, 27 Oct 2018 21:16:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9EB1E08E2 for ; Sat, 27 Oct 2018 21:16:53 +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 C4FDD335C8F for ; Sat, 27 Oct 2018 21:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C9944F for ; Sat, 27 Oct 2018 21:16:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1540675004.5dd209d167dce6b94e1d50ad71df191ceae8d9b1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: metadata/ X-VCS-Repository: proj/sci X-VCS-Files: metadata/layout.conf metadata/science.conf X-VCS-Directories: metadata/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5dd209d167dce6b94e1d50ad71df191ceae8d9b1 X-VCS-Branch: master Date: Sat, 27 Oct 2018 21:16:48 +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: 3129f92f-94a4-43bd-9c52-e3c10a271028 X-Archives-Hash: 88699cf34dffcae13406fb72d80527c1 commit: 5dd209d167dce6b94e1d50ad71df191ceae8d9b1 Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 27 21:15:30 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Oct 27 21:16:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5dd209d1 Deprecate EAPI=6 Signed-off-by: Justin Lecher gentoo.org> metadata/layout.conf | 9 ++++++--- metadata/science.conf | 1 - 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index a02126740..91f5b7f8c 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -14,13 +14,16 @@ manifest-hashes = BLAKE2B SHA512 # The following hashes are required on all Manifest entries. If any # of them are missing, repoman will refetch and rehash old distfiles. # Otherwise, old distfiles will keep using their current hash set. -manifest-required-hashes = SHA512 +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 = 0 1 2 3 4 -eapis-deprecated = 5 +eapis-deprecated = 5 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo @@ -35,7 +38,7 @@ update-changelog = false cache-formats = md5-dict # Support for implicit masters is deprecated, so we need to explicitly -# specify that this repo does not dependent on any masters, in order +# specify that this repo does not depend on any masters, in order # to distinguish it from repos that rely on the deprecated behavior. masters = gentoo diff --git a/metadata/science.conf b/metadata/science.conf index 5c71ac1c4..2a1e51cca 100644 --- a/metadata/science.conf +++ b/metadata/science.conf @@ -3,4 +3,3 @@ location = /var/lib/overlays/science sync-type = git sync-uri = git://git.gentoo.org/proj/sci.git -