summaryrefslogtreecommitdiff
blob: 97c87fcffdfea8e8a05c30f93bb13281ce5f874e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2017 Gentoo Foundation
# 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.

# Specify the repository name, also found in profiles/repo_name
repo-name = gnome

# 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

# 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.
manifest-required-hashes = BLAKE2B

# Follow gentoo repository EAPI rules
eapis-banned = 1 3
eapis-deprecated = 0 2 4 5

# Consult git log for changes
update-changelog = false

# Configure egencache generated metadata if anyone needs it locally
cache-formats = md5-dict

# eclasses provided by gentoo are authoritative
masters = gentoo

# Use thin Manifests for Git
thin-manifests = true

# Sign Git commits, and NOT Manifests
#sign-commits = false
#sign-manifests = false