Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Sat, 06 Feb 2021 10:35:52
Message-Id: 1612172109.36b6a8d9cfd1f44a76b4b117f2dfee45a552c8d5.ulm@gentoo
1 commit: 36b6a8d9cfd1f44a76b4b117f2dfee45a552c8d5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 09:25:54 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 09:35:09 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=36b6a8d9
7
8 ebuild-writing/common-mistakes: Drop note on Header/Id line
9
10 This is no longer a common mistake. Exactly the same note is still
11 present in ebuild-writing/file-format.
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 ebuild-writing/common-mistakes/text.xml | 7 -------
16 1 file changed, 7 deletions(-)
17
18 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
19 index 67be337..85c0e3f 100644
20 --- a/ebuild-writing/common-mistakes/text.xml
21 +++ b/ebuild-writing/common-mistakes/text.xml
22 @@ -184,13 +184,6 @@ The first two lines <e>must</e> look like this:
23 # Distributed under the terms of the GNU General Public License v2
24 </pre>
25
26 -<note>
27 -The header previously included a third line with a CVS <c>&#36;Id&#36;</c>
28 -or <c>&#36;Header&#36;</c> keyword. That line was abolished after conversion
29 -to Git by <uri link="https://bugs.gentoo.org/611234">decision of the Gentoo
30 -Council on 28 February 2017</uri> and <e>must not</e> be added any more.
31 -</note>
32 -
33 </body>
34 </subsection>
35 <subsection>