2022-07-19 10:24:51 +03:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
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.
|
|
|
|
|
2019-08-06 10:06:42 +03:00
|
|
|
# Allow specific PROPERTIES and RESTRICT values in ebuilds.
|
2021-05-19 17:05:28 +03:00
|
|
|
properties-allowed = interactive live test_network
|
2019-11-03 01:09:39 +03:00
|
|
|
restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv
|
2019-08-06 10:06:42 +03:00
|
|
|
|
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.
|
2018-02-20 08:29:34 +03:00
|
|
|
manifest-required-hashes = BLAKE2B
|
2017-11-11 16:53:15 +03:00
|
|
|
|
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.
|
2019-12-11 07:27:31 +03:00
|
|
|
# 2014-03-11 council meeting banned EAPIs 1 and 2.
|
2015-10-15 00:03:52 +03:00
|
|
|
# 2015-10-11 council meeting deprecated EAPI 4.
|
2019-12-11 07:27:31 +03:00
|
|
|
# 2016-01-10 council meeting banned EAPIs 0 and 3.
|
2020-11-27 13:58:31 +03:00
|
|
|
# 2018-04-08 council meeting banned EAPI 4.
|
2018-05-15 16:09:49 +03:00
|
|
|
# 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
|
2021-07-12 22:22:59 +03:00
|
|
|
# 2021-07-11 council meeting deprecated EAPI 6.
|
2022-07-19 10:24:51 +03:00
|
|
|
# 2021-08-08 council meeting banned EAPI 5.
|
|
|
|
eapis-banned = 0 1 2 3 4 5
|
|
|
|
eapis-deprecated = 6
|
2013-05-24 22:49:53 +04:00
|
|
|
|
2021-08-13 12:47:33 +03:00
|
|
|
# EAPIs 0 to 4 are banned for profiles
|
|
|
|
# EAPIs 6 and 7 do not include any profile related changes
|
|
|
|
profile-eapis-banned = 0 1 2 3 4 6 7
|
|
|
|
profile-eapis-deprecated =
|
|
|
|
|
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
|