2017-12-21 15:11:32 +01:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2016-01-21 00:07:56 +01: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.
|
|
|
|
|
2014-03-19 04:59:10 +01:00
|
|
|
# we inerhit eclasses from gentoo
|
2012-08-04 13:18:22 +02:00
|
|
|
masters = gentoo
|
2014-03-19 04:59:10 +01:00
|
|
|
|
2017-12-21 15:11:32 +01: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
|
|
|
|
|
|
|
|
# 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
|
2014-03-19 04:59:10 +01:00
|
|
|
|
2017-01-22 15:55:51 +01:00
|
|
|
# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
|
2014-03-19 04:59:10 +01:00
|
|
|
# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
|
2016-01-14 10:46:53 +01:00
|
|
|
# 2015-10-11 council meeting deprecated EAPI 4.
|
2017-01-22 15:55:51 +01:00
|
|
|
eapis-banned = 1
|
|
|
|
eapis-deprecated = 0 2 3 4
|
2014-03-19 04:59:10 +01:00
|
|
|
|
|
|
|
# Bug #337853 - gentoo's council says to enable
|
|
|
|
# --echangelog by default for the "gentoo" repo
|
2016-01-21 00:07:56 +01:00
|
|
|
# INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
|
2012-08-04 13:18:22 +02:00
|
|
|
update-changelog = false
|
2014-03-19 04:59:10 +01:00
|
|
|
|
|
|
|
# the default *is* actually pms, but better safe then sorry
|
|
|
|
# since we don't actually need stuff like package.* as
|
|
|
|
# directory
|
|
|
|
profile-formats = pms
|
|
|
|
|
2012-08-04 13:18:22 +02:00
|
|
|
# Make egencache generate newer (more reliable)
|
|
|
|
# md5-dict cache format (see bug #409445).
|
2014-03-19 04:59:10 +01:00
|
|
|
# NOTE: list md5-dict first so clients prefer it
|
|
|
|
# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
|
|
|
|
# 2012 was the removal date)
|
2012-08-04 13:18:22 +02:00
|
|
|
cache-formats = md5-dict
|
2016-01-21 00:07:56 +01:00
|
|
|
|
|
|
|
# Use thin Manifests for Git
|
|
|
|
thin-manifests = true
|
|
|
|
|
|
|
|
# Sign Git commits, and NOT Manifests
|
|
|
|
# but sign neither here
|
|
|
|
sign-commits = false
|
|
|
|
sign-manifests = false
|