metadata/layout.conf: Update link to GLEP 59.
[gentoo.git] / metadata / layout.conf
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 # For details on this file, see the layout.conf section of the
5 # portage(5) man page.
6
7 # This went live Wednesday, July 4, 2012 at 10:00 UTC
8 # https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
9 # https://www.gentoo.org/glep/glep-0059.html
10 manifest-hashes = SHA256 SHA512 WHIRLPOOL
11
12 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
13 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
14 # 2015-10-11 council meeting deprecated EAPI 4.
15 eapis-banned = 1
16 eapis-deprecated = 0 2 3 4
17
18 # Bug #337853 - gentoo's council says to enable
19 # --echangelog by default for the "gentoo" repo
20 # INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
21 update-changelog = false
22
23 # Make egencache generate newer (more reliable)
24 # md5-dict cache format (see bug #409445).
25 # NOTE: list md5-dict first so clients prefer it
26 # INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
27 # 2012 was the removal date)
28 cache-formats = md5-dict
29
30 # Support for implicit masters is deprecated, so we need to explicitly
31 # specify that this repo does not depend on any masters, in order
32 # to distinguish it from repos that rely on the deprecated behavior.
33 masters =
34
35 # Use thin Manifests for Git
36 thin-manifests = true
37
38 # Sign Git commits, and NOT Manifests
39 sign-commits = true
40 sign-manifests = false