Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: metadata/
Date: Sat, 26 May 2018 19:35:22
Message-Id: 1527355461.be6342222bee06c041fa0400800fb8292edd59fb.eva@gentoo
1 commit: be6342222bee06c041fa0400800fb8292edd59fb
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 17:24:21 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 17:24:21 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=be634222
7
8 metadata: update layout.conf
9
10 Add some more settings to be in-line with gentoo repository.
11
12 metadata/layout.conf | 38 +++++++++++++++++++++++++++++++++-----
13 1 file changed, 33 insertions(+), 5 deletions(-)
14
15 diff --git a/metadata/layout.conf b/metadata/layout.conf
16 index a23565c8..97c87fcf 100644
17 --- a/metadata/layout.conf
18 +++ b/metadata/layout.conf
19 @@ -1,10 +1,38 @@
20 +# Copyright 1999-2017 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +
23 +# For details on this file, see the layout.conf section of the
24 +# portage(5) man page.
25 +
26 # Specify the repository name, also found in profiles/repo_name
27 repo-name = gnome
28 +
29 +# manifest-hashes specify hashes used for new/updated entries
30 +# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
31 +# https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
32 +manifest-hashes = BLAKE2B SHA512
33 +
34 +# The following hashes are required on all Manifest entries. If any
35 +# of them are missing, repoman will refetch and rehash old distfiles.
36 +# Otherwise, old distfiles will keep using their current hash set.
37 +manifest-required-hashes = BLAKE2B
38 +
39 +# Follow gentoo repository EAPI rules
40 +eapis-banned = 1 3
41 +eapis-deprecated = 0 2 4 5
42 +
43 +# Consult git log for changes
44 +update-changelog = false
45 +
46 +# Configure egencache generated metadata if anyone needs it locally
47 +cache-formats = md5-dict
48 +
49 # eclasses provided by gentoo are authoritative
50 masters = gentoo
51 -# indicate that ebuilds with the specified EAPIs are deprecated
52 -#eapis-deprecated = 0 1 2 3 4
53 -# sign manifests in this repo
54 -#sign-manifests = true
55 -# thin-manifests only contain DIST entries
56 +
57 +# Use thin Manifests for Git
58 thin-manifests = true
59 +
60 +# Sign Git commits, and NOT Manifests
61 +#sign-commits = false
62 +#sign-manifests = false