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: Thu, 02 Nov 2017 19:09:43
Message-Id: 1509126261.c20fe701388d8394c0e957177355eb139559c84e.mgorny@gentoo
1 commit: c20fe701388d8394c0e957177355eb139559c84e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 13 15:09:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 17:44:21 2017 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=c20fe701
7
8 glep-0002: Indicate that the 'Replaces' header is multi-value
9
10 Update the description of the 'Replaces' header to account for
11 replacement of multiple GLEPs. This possibility is already permitted
12 by GLEP 1; however, GLEP 2 seems to be out of date.
13
14 Closes: https://bugs.gentoo.org/577760
15
16 glep-0002.rst | 10 +++++-----
17 1 file changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/glep-0002.rst b/glep-0002.rst
20 index c73beec..be11dba 100644
21 --- a/glep-0002.rst
22 +++ b/glep-0002.rst
23 @@ -116,11 +116,11 @@ directions below.
24 yours depends on. Don't add this header if your dependent feature is
25 described in a Final GLEP.
26
27 -- Add a Replaces header if your GLEP obsoletes an earlier GLEP. The
28 - value of this header is the number of the GLEP that your new GLEP is
29 - replacing. Only add this header if the older GLEP is in "final" form, i.e.
30 - is either Accepted, Final, or Rejected. You aren't replacing an older open
31 - GLEP if you're submitting a competing idea.
32 +- Add a Replaces header if your GLEP obsoletes one or more earlier GLEPs.
33 + The value of this header is the numbers of the GLEPs that your new GLEP is
34 + replacing, separated by commas. Only add this header if the older GLEP is
35 + in "final" form, i.e. is either Accepted, Final, or Rejected. You aren't
36 + replacing an older open GLEP if you're submitting a competing idea.
37
38 - Now write your Abstract, Rationale, and other content for your GLEP,
39 replacing all of this gobbledygook with your own text. Be sure to adhere to