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 816F1138334 for ; Mon, 9 Dec 2019 21:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F19AFE090A; Mon, 9 Dec 2019 21:40:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 47BD0E08DB for ; Mon, 9 Dec 2019 21:40:01 +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 3A36D34D8CC for ; Mon, 9 Dec 2019 21:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF43B901 for ; Mon, 9 Dec 2019 21:39:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1575804724.e2a34ce393ae620d239330d73cba9153ed7fdd13.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/maintenance-tasks/, ebuild-writing/common-mistakes/, ... X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/git/text.xml ebuild-maintenance/maintenance-tasks/text.xml ebuild-writing/common-mistakes/text.xml ebuild-writing/user-submitted/text.xml X-VCS-Directories: ebuild-maintenance/maintenance-tasks/ ebuild-maintenance/git/ ebuild-writing/user-submitted/ ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e2a34ce393ae620d239330d73cba9153ed7fdd13 X-VCS-Branch: master Date: Mon, 9 Dec 2019 21:39:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d92afd71-28ee-4717-966d-2947db07feea X-Archives-Hash: f4a861e03f6371abc08aa8b9dfe03eae commit: e2a34ce393ae620d239330d73cba9153ed7fdd13 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 4 17:18:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Dec 8 11:32:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e2a34ce3 Drop caption attribute from
 elements.

This isn't processed by devbook.xsl and doesn't show up in the output.

Signed-off-by: Ulrich Müller  gentoo.org>

 ebuild-maintenance/git/text.xml               | 6 +++---
 ebuild-maintenance/maintenance-tasks/text.xml | 8 ++++----
 ebuild-writing/common-mistakes/text.xml       | 8 ++++----
 ebuild-writing/user-submitted/text.xml        | 2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index ee32c9c..ba811ac 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -63,7 +63,7 @@ To ensure that the Gentoo policies are followed, you should set the following
 configuration variables:
 

-
+
 git config --local user.name "${YOUR_FULL_NAME}"
 # use your @gentoo.org address even if you have a different default
 git config --local user.email "${YOUR_NICKNAME}@gentoo.org"
@@ -89,7 +89,7 @@ To include the converted CVS history in the git repository, you can
 graft it into the repository:
 

-
+
 git remote add history https://anongit.gentoo.org/git/repo/gentoo/historical.git/
 git fetch history
 git replace --graft 56bd759df1d0c750a065b8c845e93d5dfa6b549d history/master
@@ -305,7 +305,7 @@ message.
 An example commit message is shown below:
 

-
+
 app-misc/foo: version bump to 0.5
 
 This also adds a new USE flag 'bar' which controls the

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml
index 92dd0a0..50fe2f2 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -257,7 +257,7 @@ the latest file in profiles/updates/ in the
 following format:
 

-
+
 move old-category/package-name new-category/package-name
 
@@ -350,7 +350,7 @@ also need to create a new entry in profiles/updates/ in the Gentoo repository in the following format:

-
+
 slotmove app-text/gtkspell 0 2
 
@@ -423,7 +423,7 @@ Here is a list of commands that will delete dev-util/pmk from the tree:

-
+
 # cd dev-qt
 # git rm -rf qtphonon
 # git commit --gpg-sign
@@ -433,7 +433,7 @@ from the tree:
 An example commit message is shown below:
 

-
+
 commit b97eb6d43f45dfd5b739638928db22d3f3392685
 Author: Michael Palimaka <kensington@gentoo.org>
 Date:   Tue Oct 3 21:43:03 2017 +1100

diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index dbf6eee..cee330d 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -179,7 +179,7 @@ skel.ebuild.
 The first two lines must look like this:
 

-
+
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
@@ -222,7 +222,7 @@ number is not consistent with the tarball/source, then use MY_P. An example dev-python/pyopenal fetches a tarball called PyOpenAL, so we redefine it like:

-
+
 MY_P=${P/pyopenal/PyOpenAL}
 SRC_URI="http://download.gna.org/pyopenal/${MY_P}.tar.gz"
 S=${WORKDIR}/${MY_P}
@@ -352,7 +352,7 @@ Make sure you have the SLOT variable in the ebuild. If you don't plan to use it,
 don't remove it. Put in:
 

-
+
 SLOT="0"
 
@@ -503,7 +503,7 @@ It is wise to submit a diff for a package update rather than the whole ebuild. The best way to generate it would be:

-
+
 $ diff -u some-package-0.1.0.ebuild some-package-0.2.0.ebuild > ~/some-package-0.2.0.diff
 
diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index 68c88f0..2f384ca 100644 --- a/ebuild-writing/user-submitted/text.xml +++ b/ebuild-writing/user-submitted/text.xml @@ -16,7 +16,7 @@ the ebuild meets all Gentoo Linux development standards. The user-submitted ebuild must not contain custom headers like this:

-
+
 # Ebuild updated by: me <me@example.com>