From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D59A6139084 for ; Sat, 25 Nov 2017 20:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15CB3E0DA2; Sat, 25 Nov 2017 20:49:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECA0EE0DA2 for ; Sat, 25 Nov 2017 20:49:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB41F33C770 for ; Sat, 25 Nov 2017 20:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB152A778 for ; Sat, 25 Nov 2017 20:49:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1511642954.5510dbb3313b7b1346219775ab04e4b9243ee718.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0074.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5510dbb3313b7b1346219775ab04e4b9243ee718 X-VCS-Branch: master Date: Sat, 25 Nov 2017 20:49:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 560a75cb-1831-4c86-8bff-377510f893ae X-Archives-Hash: 7b667a437e1b61c6a4f93f11f4fc244d commit: 5510dbb3313b7b1346219775ab04e4b9243ee718 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 30 16:29:41 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 25 20:49:14 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=5510dbb3 glep-0074: Add two example files for reference glep-0074.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/glep-0074.rst b/glep-0074.rst index a37ad34..65f32c3 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -369,6 +369,34 @@ uncompressed content and the specification is free to choose either of the files using the same base name. +An example Manifest file (informational) +---------------------------------------- + +An example top-level Manifest file for the Gentoo repository would have +the following content:: + + TIMESTAMP 2017-10-30T10:11:12Z + IGNORE distfiles + IGNORE local + IGNORE lost+found + IGNORE packages + MANIFEST app-accessibility/Manifest 14821 SHA256 1b5f.. SHA512 f7eb.. + ... + MANIFEST eclass/Manifest.gz 50812 SHA256 8c55.. SHA512 2915.. + ... + +An example modern Manifest (disregarding backwards compatibility) +for a package directory would have the following content:: + + DATA SphinxTrain-0.9.1-r1.ebuild 932 SHA256 3d3b.. SHA512 be4d.. + DATA SphinxTrain-1.0.8.ebuild 912 SHA256 f681.. SHA512 0749.. + DATA files/gcc.patch 816 SHA256 b56e.. SHA512 2468.. + DATA files/gcc34.patch 333 SHA256 c107.. SHA512 9919.. + DIST SphinxTrain-0.9.1-beta.tar.gz 469617 SHA256 c1a4.. SHA512 1b33.. + DIST sphinxtrain-1.0.8.tar.gz 8925803 SHA256 548e.. SHA512 465d.. + MISC metadata.xml 664 SHA256 97c6.. SHA512 1175.. + + Rationale =========