Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/glep:glep-manifest commit in: /
Date: Mon, 30 Oct 2017 16:52:33
Message-Id: 1509381922.e953eaff6de4207cf6135d85db8016a4d9a6fe2f.mgorny@gentoo
1 commit: e953eaff6de4207cf6135d85db8016a4d9a6fe2f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 16:29:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 16:45:22 2017 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=e953eaff
7
8 glep-0074: Add two example files for reference
9
10 glep-0074.rst | 28 ++++++++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/glep-0074.rst b/glep-0074.rst
14 index a37ad34..65f32c3 100644
15 --- a/glep-0074.rst
16 +++ b/glep-0074.rst
17 @@ -369,6 +369,34 @@ uncompressed content and the specification is free to choose either
18 of the files using the same base name.
19
20
21 +An example Manifest file (informational)
22 +----------------------------------------
23 +
24 +An example top-level Manifest file for the Gentoo repository would have
25 +the following content::
26 +
27 + TIMESTAMP 2017-10-30T10:11:12Z
28 + IGNORE distfiles
29 + IGNORE local
30 + IGNORE lost+found
31 + IGNORE packages
32 + MANIFEST app-accessibility/Manifest 14821 SHA256 1b5f.. SHA512 f7eb..
33 + ...
34 + MANIFEST eclass/Manifest.gz 50812 SHA256 8c55.. SHA512 2915..
35 + ...
36 +
37 +An example modern Manifest (disregarding backwards compatibility)
38 +for a package directory would have the following content::
39 +
40 + DATA SphinxTrain-0.9.1-r1.ebuild 932 SHA256 3d3b.. SHA512 be4d..
41 + DATA SphinxTrain-1.0.8.ebuild 912 SHA256 f681.. SHA512 0749..
42 + DATA files/gcc.patch 816 SHA256 b56e.. SHA512 2468..
43 + DATA files/gcc34.patch 333 SHA256 c107.. SHA512 9919..
44 + DIST SphinxTrain-0.9.1-beta.tar.gz 469617 SHA256 c1a4.. SHA512 1b33..
45 + DIST sphinxtrain-1.0.8.tar.gz 8925803 SHA256 548e.. SHA512 465d..
46 + MISC metadata.xml 664 SHA256 97c6.. SHA512 1175..
47 +
48 +
49 Rationale
50 =========