summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-05-26 19:24:21 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-05-26 19:24:21 +0200
commitbe6342222bee06c041fa0400800fb8292edd59fb (patch)
tree7afcbd5cdfe124603eb1ebd293a3cae6b0dd1788 /metadata/layout.conf
parentapp-text/evince: synchronize live ebuild (diff)
downloadgnome-be6342222bee06c041fa0400800fb8292edd59fb.tar.gz
gnome-be6342222bee06c041fa0400800fb8292edd59fb.tar.bz2
gnome-be6342222bee06c041fa0400800fb8292edd59fb.zip
metadata: update layout.conf
Add some more settings to be in-line with gentoo repository.
Diffstat (limited to 'metadata/layout.conf')
-rw-r--r--metadata/layout.conf38
1 files changed, 33 insertions, 5 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index a23565c8..97c87fcf 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,10 +1,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
-# indicate that ebuilds with the specified EAPIs are deprecated
-#eapis-deprecated = 0 1 2 3 4
-# sign manifests in this repo
-#sign-manifests = true
-# thin-manifests only contain DIST entries
+
+# Use thin Manifests for Git
thin-manifests = true
+
+# Sign Git commits, and NOT Manifests
+#sign-commits = false
+#sign-manifests = false