summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Elsner <open@mindrunner.de>2013-07-28 07:43:54 +0200
committerLukas Elsner <open@mindrunner.de>2013-07-28 07:43:54 +0200
commitd17dc7215e980d644b59fc33f9e0e15a4f958ff9 (patch)
treee8aadc2b4b9cdaa78454a6c1a87dae0c3b182d0f /metadata
parent.. (diff)
downloadluman-d17dc7215e980d644b59fc33f9e0e15a4f958ff9.tar.gz
luman-d17dc7215e980d644b59fc33f9e0e15a4f958ff9.tar.bz2
luman-d17dc7215e980d644b59fc33f9e0e15a4f958ff9.zip
new layout.conf
Diffstat (limited to 'metadata')
-rw-r--r--metadata/layout.conf61
1 files changed, 12 insertions, 49 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 3bcfcba..760df68 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,51 +1,14 @@
-# Specify the repository name (if there is a different setting in
-# profiles/repo_name, then this layout.conf setting will take precedence)
-repo-name = luman
-
-# eclasses provided by java-overlay take precedence over identically named
-# eclasses that are provided by gentoo
masters = gentoo
-
-# indicate that this repo can be used as a substitute for foo-overlay
-aliases = luman
-
-# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1
-
-# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 2 3
-
-# sign commits in this repo, which requires Git >=1.7.9, and
-# key configured by `git config user.signingkey key_id`
-sign-commits = true
-
-# do not sign Manifest files in this repo
-sign-manifests = false
-
-# Manifest files only contain DIST entries
-thin-manifests = true
-
-# indicate that this repo requires manifests for each package, and is
-# considered a failure if a manifest file is missing/incorrect
-use-manifests = strict
-
-# customize the set of hashes generated for Manifest entries
+# Use new hashes
manifest-hashes = SHA256 SHA512 WHIRLPOOL
-
-# indicate that this repo enables repoman's --echangelog=y option automatically
-update-changelog = true
-
-# indicate that this repo contains both md5-dict and pms cache formats,
-# which may be generated by egencache(1)
-cache-formats = md5-dict pms
-
-# indicate that this repo contains profiles that may use directories for
-# package.mask, package.provided, package.use, package.use.force,
-# package.use.mask, package.use.stable.force, package.use.stable.mask,
-# use.force, use.mask, use.stable.force, and use.stable.mask.
-# profile-formats = portage-1
-# indicate that paths such as 'gentoo:targets/desktop' or ':targets/desktop' in
-# profile parent files can be used to express paths relative to the root
-# 'profiles' directory of a repository (when the repo name is omitted before
-# the colon, it refers to the current repository the parent file is inside)
-profile-formats = portage-2
+# 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 = true
+# Make egencache generate newer (more reliable)
+# md5-dict cache format (see bug #409445).
+cache-formats = md5-dict