public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/maintenance-tasks/
Date: Wed,  3 Jan 2018 05:08:49 +0000 (UTC)	[thread overview]
Message-ID: <1514955941.74b1623b6414166c1091c08ee90f2d5a509c3da8.gokturk@gentoo> (raw)

commit:     74b1623b6414166c1091c08ee90f2d5a509c3da8
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 18:06:09 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 05:05:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74b1623b

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. The example only illustrates the use of Closes per the commit
message.

Acked-by: Michael Orlitzky <mjo <AT> gentoo.org>
Closes: https://bugs.gentoo.org/640788

 ebuild-maintenance/maintenance-tasks/text.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml
index 003d14e..5e67a46 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -458,8 +458,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>
 
@@ -468,13 +468,13 @@ An example commit message is shown below:
 </p>
 
 <pre caption="Package removal commit message">
-commit e0bbcf8291501dc7de6b4b120d4372061367dd7a
+commit b97eb6d43f45dfd5b739638928db22d3f3392685
 Author: Michael Palimaka &lt;kensington@gentoo.org&gt;
-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>
 
 </body>


WARNING: multiple messages have this Message-ID (diff)
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:codesample-indent-fix commit in: ebuild-maintenance/maintenance-tasks/
Date: Wed,  3 Jan 2018 05:57:40 +0000 (UTC)	[thread overview]
Message-ID: <1514955941.74b1623b6414166c1091c08ee90f2d5a509c3da8.gokturk@gentoo> (raw)
Message-ID: <20180103055740.pQeeWya9b-2bZuucGtSKUYRbFxFUjGQcyGZZ63jU4XY@z> (raw)

commit:     74b1623b6414166c1091c08ee90f2d5a509c3da8
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 18:06:09 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 05:05:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74b1623b

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. The example only illustrates the use of Closes per the commit
message.

Acked-by: Michael Orlitzky <mjo <AT> gentoo.org>
Closes: https://bugs.gentoo.org/640788

 ebuild-maintenance/maintenance-tasks/text.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml
index 003d14e..5e67a46 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -458,8 +458,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>
 
@@ -468,13 +468,13 @@ An example commit message is shown below:
 </p>
 
 <pre caption="Package removal commit message">
-commit e0bbcf8291501dc7de6b4b120d4372061367dd7a
+commit b97eb6d43f45dfd5b739638928db22d3f3392685
 Author: Michael Palimaka &lt;kensington@gentoo.org&gt;
-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>
 
 </body>


             reply	other threads:[~2018-01-03  5:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03  5:08 Göktürk Yüksek [this message]
2018-01-03  5:57 ` [gentoo-commits] proj/devmanual:codesample-indent-fix commit in: ebuild-maintenance/maintenance-tasks/ Göktürk Yüksek
  -- strict thread matches above, loose matches on Subject: below --
2018-09-23  6:57 [gentoo-commits] proj/devmanual:master " Ulrich Müller
2019-10-16 18:49 Göktürk Yüksek
2019-12-18 23:58 Göktürk Yüksek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514955941.74b1623b6414166c1091c08ee90f2d5a509c3da8.gokturk@gentoo \
    --to=gokturk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox