summaryrefslogtreecommitdiff
path: root/metadata
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-01-30 22:57:55 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-01-30 22:57:55 +0100
commit4a468d1a28a0582dc7c23b84d5296cf10258d4cb (patch)
treee9dfb12490cd58612f68d6cb8ecd661190b358d2 /metadata
parentac00248feb08bcd4cdbc70ba04b2eba3e58f4e46 (diff)
downloadbrancik-overlay-4a468d1a28a0582dc7c23b84d5296cf10258d4cb.tar.gz
brancik-overlay-4a468d1a28a0582dc7c23b84d5296cf10258d4cb.tar.bz2
Updated layout.conf to include some useful options.
Diffstat (limited to 'metadata')
-rwxr-xr-xmetadata/layout.conf30
1 files changed, 29 insertions, 1 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index fded726..c991549 100755
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,29 @@
-masters = gentoo \ No newline at end of file
+masters = gentoo
+
+# Use new hashes
+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
+
+# sign commits using git mechanisms
+sign-commits = 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 4
+
+# indicate that ebuilds with the specified EAPIs are deprecated
+# eapis-deprecated = 5
+
+# Support package.* directories as well as files
+profile-formats = portage-2 \ No newline at end of file