aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-09 11:48:04 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-09 11:48:04 +0200
commit7bdc5746561ac54b2e7388b6fe0595d9ac21f899 (patch)
tree95142d12585c1a583adb0159291bf2078c1088a6 /metadata
parentMerge pull request #458 from TheChymera/ants2 (diff)
downloadsci-7bdc5746561ac54b2e7388b6fe0595d9ac21f899.tar.gz
sci-7bdc5746561ac54b2e7388b6fe0595d9ac21f899.tar.bz2
sci-7bdc5746561ac54b2e7388b6fe0595d9ac21f899.zip
Import from tree
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/layout.conf41
1 files changed, 23 insertions, 18 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 2c60215da..05e002d86 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,29 +1,34 @@
repo-name = science
-masters = gentoo
-
-# Use new hashes
+# This went live Wednesday, July 4, 2012 at 10:00 UTC
+# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
+# and/or GLEP 59.
manifest-hashes = SHA256 SHA512 WHIRLPOOL
-# Let repoman update changelogs
-update-changelog = true
-
-# Use thin manifests
-thin-manifests = true
-
-# Dont sign thin manifests (because it re-introduces the
-# just avoided merge conflicts)
-sign-manifests = false
+# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
+# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
+eapis-banned = 0 1
+eapis-deprecated = 0 1 2 3
-# sign commits using git mechanisms
-sign-commits = true
+# Bug #337853 - gentoo's council says to enable
+# --echangelog by default for the "gentoo" repo
+update-changelog = true
# Make egencache generate newer (more reliable)
# md5-dict cache format (see bug #409445).
+# NOTE: list md5-dict first so clients prefer it
+# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
+# 2012 was the removal date)
cache-formats = md5-dict
-# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1
+# Support for implicit masters is deprecated, so we need to explicitly
+# specify that this repo does not dependent on any masters, in order
+# to distinguish it from repos that rely on the deprecated behavior.
+masters = gentoo
-# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 1 2 3 4
+# Use thin Manifests for Git
+thin-manifests = true
+
+# Sign Git commits, and NOT Manifests
+sign-commits = true
+sign-manifests = false