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