commit: 5dd209d167dce6b94e1d50ad71df191ceae8d9b1 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Oct 27 21:15:30 2018 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 -
