aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-08-16 17:41:47 +0200
committerDavide Pesavento <pesa@gentoo.org>2015-08-16 17:41:47 +0200
commit66e4cb3473fc91f0b48fe2aa097de4d535eef48d (patch)
tree23fbf2ac4a60773e5a1ec29ca0fa93f193dc8c72 /metadata
parent[dev-qt/qtmultimedia] Use myqmakeargs to specify GST_VERSION. (diff)
downloadqt-66e4cb3473fc91f0b48fe2aa097de4d535eef48d.tar.gz
qt-66e4cb3473fc91f0b48fe2aa097de4d535eef48d.tar.bz2
qt-66e4cb3473fc91f0b48fe2aa097de4d535eef48d.zip
layout.conf: reduce diff with gentoo repo.
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/layout.conf30
1 files changed, 14 insertions, 16 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 53c34dba..55685bf2 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,29 +1,27 @@
masters = gentoo
# Use new hashes
+# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
+# and/or GLEP 59.
manifest-hashes = SHA256 SHA512 WHIRLPOOL
-# Do not update changelogs
-update-changelog = false
-
-# Use thin manifests
-thin-manifests = true
-
-# Dont sign thin manifests. There is no current policy for git commit signing
-sign-manifests = false
+# Ebuilds with the specified EAPIs are banned/deprecated
+eapis-banned = 0 1 2 3
+eapis-deprecated = 4
-# sign commits using git mechanisms
-sign-commits = true
+# Do not update ChangeLogs in Git
+update-changelog = false
# Make egencache generate newer (more reliable)
# md5-dict cache format (see bug #409445).
cache-formats = md5-dict
-# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1 2 3
-
-# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 4
-
# Support package.* directories as well as files
profile-formats = portage-2
+
+# Use thin Manifests for Git
+thin-manifests = true
+
+# Sign Git commits, and NOT Manifests
+sign-commits = true
+sign-manifests = false