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/maintenance-tasks/
Date: Wed, 03 Jan 2018 05:08:53
Message-Id: 1514955941.74b1623b6414166c1091c08ee90f2d5a509c3da8.gokturk@gentoo
1 commit: 74b1623b6414166c1091c08ee90f2d5a509c3da8
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 13 18:06:09 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 05:05:41 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74b1623b
7
8 ebuild-maintenance: remove the Gentoo-Bug tag in the package removal subsection
9
10 Per GLEP 66, the tags Bug and Closes should be used when referring to
11 bugs. The example only illustrates the use of Closes per the commit
12 message.
13
14 Acked-by: Michael Orlitzky <mjo <AT> gentoo.org>
15 Closes: https://bugs.gentoo.org/640788
16
17 ebuild-maintenance/maintenance-tasks/text.xml | 12 ++++++------
18 1 file changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml
21 index 003d14e..5e67a46 100644
22 --- a/ebuild-maintenance/maintenance-tasks/text.xml
23 +++ b/ebuild-maintenance/maintenance-tasks/text.xml
24 @@ -458,8 +458,8 @@ from the tree:
25 </p>
26
27 <pre caption="Removing a package from git">
28 -# cd dev-util
29 -# git rm -rf pmk
30 +# cd dev-qt
31 +# git rm -rf qtphonon
32 # git commit --gpg-sign
33 </pre>
34
35 @@ -468,13 +468,13 @@ An example commit message is shown below:
36 </p>
37
38 <pre caption="Package removal commit message">
39 -commit e0bbcf8291501dc7de6b4b120d4372061367dd7a
40 +commit b97eb6d43f45dfd5b739638928db22d3f3392685
41 Author: Michael Palimaka &lt;kensington@g.o&gt;
42 -Date: Fri Jan 29 07:11:01 2016 +1100
43 +Date: Tue Oct 3 21:43:03 2017 +1100
44
45 - dev-util/pmk: remove last-rited package
46 + dev-qt/qtphonon: remove last rited package
47
48 - Gentoo-bug: 541522
49 + Closes: https://bugs.gentoo.org/629144
50 </pre>
51
52 </body>