sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / metadata / layout.conf
1 # Copyright 1999-2019 Gentoo Authors
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 # Allow specific PROPERTIES and RESTRICT values in ebuilds.
8 properties-allowed = interactive live
9 restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv
10
11 # manifest-hashes specify hashes used for new/updated entries
12 # the current set went live on 2017-11-21, per 2017-11-12 Council meeting
13 # https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
14 manifest-hashes = BLAKE2B SHA512
15
16 # The following hashes are required on all Manifest entries. If any
17 # of them are missing, repoman will refetch and rehash old distfiles.
18 # Otherwise, old distfiles will keep using their current hash set.
19 manifest-required-hashes = BLAKE2B
20
21 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
22 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
23 # 2014-03-11 council meeting banned EAPIs 1 and 2.
24 # 2015-10-11 council meeting deprecated EAPI 4.
25 # 2016-01-10 council meeting banned EAPIs 0 and 3.
26 # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
27 eapis-banned = 0 1 2 3
28 eapis-deprecated = 4 5
29
30 # Bug #337853 - gentoo's council says to enable
31 # --echangelog by default for the "gentoo" repo
32 # INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
33 update-changelog = false
34
35 # Make egencache generate newer (more reliable)
36 # md5-dict cache format (see bug #409445).
37 # NOTE: list md5-dict first so clients prefer it
38 # INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
39 # 2012 was the removal date)
40 cache-formats = md5-dict
41
42 # Support for implicit masters is deprecated, so we need to explicitly
43 # specify that this repo does not depend on any masters, in order
44 # to distinguish it from repos that rely on the deprecated behavior.
45 masters =
46
47 # Use thin Manifests for Git
48 thin-manifests = true
49
50 # Sign Git commits, and NOT Manifests
51 sign-commits = true
52 sign-manifests = false