From 3cf90adc4b22bf9dbaf33a27fa39af7ea393916f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kt=C3=BCrk=20Y=C3=BCksek?= <gokturk@gentoo.org> Date: Wed, 13 Dec 2017 13:06:09 -0500 Subject: [PATCH v2] ebuild-maintenance: remove the Gentoo-Bug tag in the package removal subsection Per GLEP 66, the tags Bug and Closes should be used when referring to bugs. Closes: https://bugs.gentoo.org/640788 --- ebuild-maintenance/text.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 0a94d9c..20ec506 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -593,8 +593,8 @@ from the tree: </p> <pre caption="Removing a package from git"> -# cd dev-util -# git rm -rf pmk +# cd dev-qt +# git rm -rf qtphonon # git commit --gpg-sign </pre> @@ -603,15 +603,23 @@ An example commit message is shown below: </p> <pre caption="Package removal commit message"> -commit e0bbcf8291501dc7de6b4b120d4372061367dd7a +commit b97eb6d43f45dfd5b739638928db22d3f3392685 Author: Michael Palimaka <kensington@gentoo.org> -Date: Fri Jan 29 07:11:01 2016 +1100 +Date: Tue Oct 3 21:43:03 2017 +1100 - dev-util/pmk: remove last-rited package + dev-qt/qtphonon: remove last rited package - Gentoo-bug: 541522 + Closes: https://bugs.gentoo.org/629144 </pre> +<p> +Note that the choice between the <c>Bug:</c> and <c>Closes:</c> tags +depends on the nature of the bug(s) associated with the removal and +the individual developer workflow. See +<uri link="::ebuild-maintenance#Git Commit Message Format"/> for more +info on tags. +</p> + </body> </section> -- 2.13.6