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:34
Message-Id: 1509381928.62819e23f8aefb261879cb12cd8ff0aea7befeb0.mgorny@gentoo
1 commit: 62819e23f8aefb261879cb12cd8ff0aea7befeb0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 16:45:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 16:45:28 2017 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=62819e23
7
8 glep-0074: Clarify OPTIONAL desc
9
10 glep-0074.rst | 9 +++++----
11 1 file changed, 5 insertions(+), 4 deletions(-)
12
13 diff --git a/glep-0074.rst b/glep-0074.rst
14 index 65f32c3..b7b5a8c 100644
15 --- a/glep-0074.rst
16 +++ b/glep-0074.rst
17 @@ -222,10 +222,11 @@ The Manifest files can specify the following tags:
18 packages (``metadata.xml``, ``use.desc``).
19
20 ``OPTIONAL <path>``
21 - Specifies a file that would be subject to non-obligatory Manifest
22 - verification if it existed. The package may ignore a stray file
23 - matching this entry if operating in non-strict mode. Used for paths
24 - that would match ``MISC`` if they existed.
25 + Specifies a file that does not exist in the distribution but if it
26 + did, it would be marked as ``MISC``. In the strict mode, the file
27 + must not exist for the verification to pass. The package manager
28 + may ignore a stray file matching this entry if operating in non-strict
29 + mode.
30
31 ``DIST <filename> <size> <checksums>…``
32 Specifies a distfile entry used to verify files fetched as part