Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-project] [PATCH 09/18] glep-0001: Require --- around preamble for interoperability
Date: Thu, 14 Sep 2017 19:04:28
Message-Id: 20170914190326.12168-10-mgorny@gentoo.org
In Reply to: [gentoo-project] [RFC] GLEP 1/2 updates for the new old-school GLEP workflow by "Michał Górny"
1 ---
2 glep-0001.txt | 9 +++++++--
3 1 file changed, 7 insertions(+), 2 deletions(-)
4
5 diff --git a/glep-0001.txt b/glep-0001.txt
6 index cb97033..f72b228 100644
7 --- a/glep-0001.txt
8 +++ b/glep-0001.txt
9 @@ -227,9 +227,13 @@ GLEP Header
10
11 Every GLEP has certain attributes associated with it. When a GLEP is sent
12 to the mailing lists for discussion, it should begin with an RFC 2822 style
13 -header preamble. The headers must appear in the following order. Headers
14 -marked with "*" are optional. All other headers are required. ::
15 +header preamble between two triple-dashed lines. The headers must appear
16 +in the following order. Headers marked with "*" are optional. All other
17 +headers are required.
18
19 +::
20 +
21 + ---
22 GLEP: <glep number>
23 Version: <major>[.<minor>]
24 Last-Modified: <date of last update>
25 @@ -244,6 +248,7 @@ marked with "*" are optional. All other headers are required. ::
26 * Requires: <glep numbers>
27 * Replaces: <glep number>
28 * Replaced-By: <glep number>
29 + ---
30
31 The Version field specifies the current version of the GLEP. The Version
32 consists of a major version, optionally followed by a minor version (if
33 --
34 2.14.1