2017-10-14 08:15:12 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2016-01-18 17:48:39 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
# For details on this file, see the layout.conf section of the
|
|
|
|
# portage(5) man page.
|
|
|
|
|
2017-11-24 18:33:18 +03:00
|
|
|
# manifest-hashes specify hashes used for new/updated entries
|
|
|
|
# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
|
|
|
|
# https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
|
|
|
|
manifest-hashes = BLAKE2B SHA512
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2017-11-11 16:53:15 +03:00
|
|
|
# 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
|
|
|
|
|
2015-06-11 17:42:01 +03:00
|
|
|
# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
|
2014-02-26 12:03:12 +04:00
|
|
|
# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
|
2015-10-15 00:03:52 +03:00
|
|
|
# 2015-10-11 council meeting deprecated EAPI 4.
|
2017-01-14 23:14:44 +03:00
|
|
|
eapis-banned = 1
|
|
|
|
eapis-deprecated = 0 2 3 4
|
2013-05-24 22:49:53 +04:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
# Bug #337853 - gentoo's council says to enable
|
|
|
|
# --echangelog by default for the "gentoo" repo
|
2015-08-11 00:17:55 +03:00
|
|
|
# INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
|
|
|
|
update-changelog = false
|
2012-04-01 12:19:34 +04:00
|
|
|
|
|
|
|
# Make egencache generate newer (more reliable)
|
|
|
|
# md5-dict cache format (see bug #409445).
|
|
|
|
# NOTE: list md5-dict first so clients prefer it
|
2012-08-07 09:25:32 +04:00
|
|
|
# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
|
|
|
|
# 2012 was the removal date)
|
|
|
|
cache-formats = md5-dict
|
2013-07-25 13:26:30 +04:00
|
|
|
|
|
|
|
# Support for implicit masters is deprecated, so we need to explicitly
|
2017-07-16 15:21:54 +03:00
|
|
|
# specify that this repo does not depend on any masters, in order
|
2013-07-25 13:26:30 +04:00
|
|
|
# to distinguish it from repos that rely on the deprecated behavior.
|
|
|
|
masters =
|
2015-08-11 00:17:55 +03:00
|
|
|
|
|
|
|
# Use thin Manifests for Git
|
|
|
|
thin-manifests = false
|
|
|
|
|
|
|
|
# Sign Git commits, and NOT Manifests
|
2015-11-10 18:02:13 +03:00
|
|
|
sign-commits = false
|
2015-08-11 00:17:55 +03:00
|
|
|
sign-manifests = false
|