From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C652139694 for ; Sat, 29 Jul 2017 20:49:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EA41FC06A; Sat, 29 Jul 2017 20:48:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63C3C1FC06A for ; Sat, 29 Jul 2017 20:48:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75ED2341A58 for ; Sat, 29 Jul 2017 20:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2012B74B7 for ; Sat, 29 Jul 2017 20:48:57 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1501361170.9456029d947d7ef31d1ac3c7b4e9b526beb630be.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/text.xml X-VCS-Directories: ebuild-maintenance/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 9456029d947d7ef31d1ac3c7b4e9b526beb630be X-VCS-Branch: master Date: Sat, 29 Jul 2017 20:48:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd9dbefc-2582-469c-b803-0ffa456e2273 X-Archives-Hash: c202e0d5684e9e93fb7a3a119908b0a4 commit: 9456029d947d7ef31d1ac3c7b4e9b526beb630be Author: Göktürk Yüksek gentoo org> AuthorDate: Sat Jul 29 20:46:10 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sat Jul 29 20:46:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9456029d ebuild-maintenance: remove uses of and They are renmants of the handbook and have no use in devmanual. The generated HTML outputs are identical with and without these tags. ebuild-maintenance/text.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 859b473..e1bebaf 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -582,9 +582,10 @@ from the tree:

-# cd dev-util
-# git rm -rf pmk
-# git commit --gpg-sign
+# cd dev-util +# git rm -rf pmk +# git commit --gpg-sign +

An example commit message is shown below: