Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: glep@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-project] [PATCH 2/2] glep-0002: Indicate that the 'Replaces' header is multi-value
Date: Fri, 13 Oct 2017 15:12:37
Message-Id: 20171013151221.9329-2-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCH 1/2] glep-0001: Clearly indicate that 'Replaces' is multi-value by "Michał Górny"
1 Update the description of the 'Replaces' header to account for
2 replacement of multiple GLEPs. This possibility is already permitted
3 by GLEP 1; however, GLEP 2 seems to be out of date.
4
5 Closes: https://bugs.gentoo.org/577760
6 ---
7 glep-0002.rst | 10 +++++-----
8 1 file changed, 5 insertions(+), 5 deletions(-)
9
10 diff --git a/glep-0002.rst b/glep-0002.rst
11 index a42a536..b416ce9 100644
12 --- a/glep-0002.rst
13 +++ b/glep-0002.rst
14 @@ -116,11 +116,11 @@ directions below.
15 yours depends on. Don't add this header if your dependent feature is
16 described in a Final GLEP.
17
18 -- Add a Replaces header if your GLEP obsoletes an earlier GLEP. The
19 - value of this header is the number of the GLEP that your new GLEP is
20 - replacing. Only add this header if the older GLEP is in "final" form, i.e.
21 - is either Accepted, Final, or Rejected. You aren't replacing an older open
22 - GLEP if you're submitting a competing idea.
23 +- Add a Replaces header if your GLEP obsoletes one or more earlier GLEPs.
24 + The value of this header is the numbers of the GLEPs that your new GLEP is
25 + replacing, separated by commas. Only add this header if the older GLEP is
26 + in "final" form, i.e. is either Accepted, Final, or Rejected. You aren't
27 + replacing an older open GLEP if you're submitting a competing idea.
28
29 - Now write your Abstract, Rationale, and other content for your GLEP,
30 replacing all of this gobbledygook with your own text. Be sure to adhere to
31 --
32 2.15.0.rc1

Replies