Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/
Date: Sat, 29 Jul 2017 20:49:00
Message-Id: 1501361170.9456029d947d7ef31d1ac3c7b4e9b526beb630be.gokturk@gentoo
1 commit: 9456029d947d7ef31d1ac3c7b4e9b526beb630be
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 20:46:10 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 20:46:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9456029d
7
8 ebuild-maintenance: remove uses of <comment> and <keyword>
9
10 They are renmants of the handbook and have no use in devmanual. The
11 generated HTML outputs are identical with and without these tags.
12
13 ebuild-maintenance/text.xml | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
17 index 859b473..e1bebaf 100644
18 --- a/ebuild-maintenance/text.xml
19 +++ b/ebuild-maintenance/text.xml
20 @@ -582,9 +582,10 @@ from the tree:
21 </p>
22
23 <pre caption="Removing a package from git">
24 -<comment>#</comment> <keyword>cd</keyword> dev-util
25 -<comment>#</comment> <keyword>git</keyword> rm -rf pmk
26 -<comment>#</comment> <keyword>git</keyword> commit --gpg-sign</pre>
27 +# cd dev-util
28 +# git rm -rf pmk
29 +# git commit --gpg-sign
30 +</pre>
31
32 <p>
33 An example commit message is shown below: