From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- metadata/layout.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/layout.conf (limited to 'metadata/layout.conf') diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 000000000000..c8922ea500a8 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,40 @@ +# Copyright 1999-2016 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. + +# This went live Wednesday, July 4, 2012 at 10:00 UTC +# https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20 +# https://wiki.gentoo.org/wiki/GLEP:59 +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# 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. +# 2015-10-11 council meeting deprecated EAPI 4. +eapis-banned = 1 +eapis-deprecated = 0 2 3 4 + +# Bug #337853 - gentoo's council says to enable +# --echangelog by default for the "gentoo" repo +# INFRA NOTE 2015/08/08: No more old ChangeLogs in Git +update-changelog = false + +# 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 + +# Support for implicit masters is deprecated, so we need to explicitly +# specify that this repo does not depend on any masters, in order +# to distinguish it from repos that rely on the deprecated behavior. +masters = + +# Use thin Manifests for Git +thin-manifests = false + +# Sign Git commits, and NOT Manifests +sign-commits = false +sign-manifests = false -- cgit v1.2.3