public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/, general-concepts/mirrors/, ...
@ 2020-02-18 15:09 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2020-02-18 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     02a6c2a31a74d492d4df38947341dea6636a5a82
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 15:05:42 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 15:05:42 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=02a6c2a3

Replace ">" by "&gt;" throughout.

Most instances are already being escaped, so convert the few remaining
ones for consistency throughout the document.

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

 appendices/devbook-guide/text.xml             |  4 ++--
 archs/amd64/text.xml                          | 22 +++++++++++-----------
 devbook.xsl                                   |  2 +-
 ebuild-writing/functions/src_install/text.xml |  2 +-
 ebuild-writing/functions/src_test/text.xml    |  4 ++--
 ebuild-writing/using-eclasses/text.xml        |  2 +-
 general-concepts/autotools/text.xml           |  2 +-
 general-concepts/dependencies/text.xml        | 14 +++++++-------
 general-concepts/mirrors/text.xml             |  2 +-
 general-concepts/portage-cache/text.xml       |  2 +-
 general-concepts/use-flags/text.xml           |  4 ++--
 general-concepts/virtuals/text.xml            |  2 +-
 quickstart/text.xml                           |  8 ++++----
 tools-reference/find/text.xml                 |  2 +-
 tools-reference/sed/text.xml                  |  6 +++---
 xsl/lang.highlight.c.xsl                      |  2 +-
 xsl/lang.highlight.ebuild.xsl                 |  2 +-
 17 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
index 72e51e9..1a3d538 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -334,14 +334,14 @@ EAPI=7
 
 DESCRIPTION="MicroGnuEmacs, a port from the BSDs"
 HOMEPAGE="https://homepage.boetes.org/software/mg/"
-SRC_URI="https://github.com/hboetes/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/hboetes/${PN}/archive/${PV}.tar.gz -&gt; ${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86"
 
 RDEPEND="sys-libs/ncurses:0=
-	>=dev-libs/libbsd-0.7.0"
+	&gt;=dev-libs/libbsd-0.7.0"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index 73264df..057d92c 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -183,13 +183,13 @@ configurations.
       2004.3
     </ti>
     <ti>
-      *l->emul*
+      *l-&gt;emul*
     </ti>
     <ti>
       d64
     </ti>
     <ti>
-      *l->lib*
+      *l-&gt;lib*
     </ti>
   </tr>
   <tr>
@@ -197,10 +197,10 @@ configurations.
       2004.3/lib64
     </ti>
     <ti>
-      *l->emul*
+      *l-&gt;emul*
     </ti>
     <ti>
-      *l->64*
+      *l-&gt;64*
     </ti>
     <ti>
       d64
@@ -208,13 +208,13 @@ configurations.
   </tr>
   <tr>
     <ti>
-      >=2005.0
+      &gt;=2005.0
     </ti>
     <ti>
       d32
     </ti>
     <ti>
-      *l->64*
+      *l-&gt;64*
     </ti>
     <ti>
       d64
@@ -222,13 +222,13 @@ configurations.
   </tr>
   <tr>
     <ti>
-      >=2005.0/no-multilib
+      &gt;=2005.0/no-multilib
     </ti>
     <ti>
       d32
     </ti>
     <ti>
-      *l->64*
+      *l-&gt;64*
     </ti>
     <ti>
       d64
@@ -236,7 +236,7 @@ configurations.
   </tr>
   <tr>
     <ti>
-      >=2005.0/no-symlink
+      &gt;=2005.0/no-symlink
     </ti>
     <ti>
       d32
@@ -250,7 +250,7 @@ configurations.
   </tr>
   <tr>
     <ti>
-      >=2005.0/no-symlink/no-lib32
+      &gt;=2005.0/no-symlink/no-lib32
     </ti>
     <ti>
       inexistant
@@ -278,7 +278,7 @@ configurations.
     Directory containing XXbit objects
   </dd>
   <dt>
-    l->foo
+    l-&gt;foo
   </dt>
   <dd>
     Link to foo

diff --git a/devbook.xsl b/devbook.xsl
index 7a8af1b..0fd8766 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -413,7 +413,7 @@
               </xsl:call-template>
             </xsl:variable>
             <xsl:variable name="extraction_counter" select="count(exslt:node-set($extraction_counter_node)//*[@value != 0]) + count(document(concat($path, @href, 'text.xml'))//*[name()=$extraction])"/>
-            <xsl:if test="string($extraction) = '' or $extraction_counter > 0">
+            <xsl:if test="string($extraction) = '' or $extraction_counter &gt; 0">
             <li>
               <a class="reference" href="{concat($path_rel, @href, 'index.html')}"><xsl:value-of select="document(concat($path, @href, 'text.xml'))/guide/chapter[1]/title"/></a>
               <xsl:if test="$extraction != ''">

diff --git a/ebuild-writing/functions/src_install/text.xml b/ebuild-writing/functions/src_install/text.xml
index 010638b..1dd1bac 100644
--- a/ebuild-writing/functions/src_install/text.xml
+++ b/ebuild-writing/functions/src_install/text.xml
@@ -41,7 +41,7 @@ src_install() {
 		emake DESTDIR="${D}" install
 	fi
 
-	if ! declare -p DOCS >/dev/null 2>&amp;1 ; then
+	if ! declare -p DOCS &gt;/dev/null 2&gt;&amp;1 ; then
 		local d
 		for d in README* ChangeLog AUTHORS NEWS TODO CHANGES THANKS BUGS \
 				FAQ CREDITS CHANGELOG ; do

diff --git a/ebuild-writing/functions/src_test/text.xml b/ebuild-writing/functions/src_test/text.xml
index 135eb39..c278aa0 100644
--- a/ebuild-writing/functions/src_test/text.xml
+++ b/ebuild-writing/functions/src_test/text.xml
@@ -34,9 +34,9 @@
 <p>The default test phase in EAPI 6 is equivalent to the following:</p>
 <codesample lang="ebuild">
 src_test() {
-	if emake check -n &amp;> /dev/null; then
+	if emake check -n &amp;&gt; /dev/null; then
 		emake check
-	elif emake test -n &amp;> /dev/null; then
+	elif emake test -n &amp;&gt; /dev/null; then
 		emake test
 	fi
 }

diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
index b957ca2..a1b7f08 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -48,7 +48,7 @@ SLOT="0"
 KEYWORDS="alpha ~amd64 ~x86 ~x86-fbsd"
 
 RDEPEND="sys-libs/ncurses:0=
-	>=sys-libs/readline:0="
+	&gt;=sys-libs/readline:0="
 DEPEND="${RDEPEND}"
 
 src_prepare() {

diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml
index c6a9aa8..b7170ba 100644
--- a/general-concepts/autotools/text.xml
+++ b/general-concepts/autotools/text.xml
@@ -479,7 +479,7 @@ man_MANS = glep31check.1
 EXTRA_DIST = glep31check.in
 
 %.1 : %.in
-    @regex_cmd@ -e "s,\@VERSION\@,$(VERSION),g" $? > $@
+    @regex_cmd@ -e "s,\@VERSION\@,$(VERSION),g" $? &gt; $@
 </codesample>
 
 <p>

diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
index ff198fb..1a1d970 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -171,7 +171,7 @@ should be specified. A simple example:
 </p>
 
 <codesample lang="ebuild">
-DEPEND=">=dev-libs/openssl-0.9.7d"
+DEPEND="&gt;=dev-libs/openssl-0.9.7d"
 </codesample>
 
 <p>
@@ -193,11 +193,11 @@ Available version specifiers are:
     <th>Meaning</th>
   </tr>
   <tr>
-    <ti><c>>=app-misc/foo-1.23</c></ti>
+    <ti><c>&gt;=app-misc/foo-1.23</c></ti>
     <ti>Version 1.23 or later is required.</ti>
   </tr>
   <tr>
-    <ti><c>>app-misc/foo-1.23</c></ti>
+    <ti><c>&gt;app-misc/foo-1.23</c></ti>
     <ti>A version strictly later than 1.23 is required.</ti>
   </tr>
   <tr>
@@ -366,7 +366,7 @@ To depend on a specific version or version-range within a SLOT we use:
 
 <codesample lang="ebuild">
 DEPEND="qt3? ( ~x11-libs/qt-3.3.8:3 )
-	gtk? ( >=x11-libs/gtk+-2.24.9:2 )
+	gtk? ( &gt;=x11-libs/gtk+-2.24.9:2 )
 </codesample>
 </body>
 
@@ -453,12 +453,12 @@ DEPEND="!build? (
 			x11-libs/libXtst
 			x11-proto/xproto
 			x11-proto/xextproto
-			>=x11-libs/gtk+-2.2
+			&gt;=x11-libs/gtk+-2.2
 			x11-libs/pango
 		)
-		>=media-libs/libart_lgpl-2.1
+		&gt;=media-libs/libart_lgpl-2.1
 	)
-	>=sys-libs/ncurses-5.2-r2
+	&gt;=sys-libs/ncurses-5.2-r2
 	nls? ( sys-devel/gettext )
 )"
 </codesample>

diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml
index 0d67e6a..61b8618 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -59,7 +59,7 @@ is necessary, please use <c>SRC_URI</c> arrow to rename the file. For example:
 
 <codesample lang="ebuild">
 # upstream updated the distfile in place, so suffix it with _YYYYMMDD
-SRC_URI="https://example.com/badupstream/${P}.tar.gz -> ${P}_20191016.tar.gz"
+SRC_URI="https://example.com/badupstream/${P}.tar.gz -&gt; ${P}_20191016.tar.gz"
 </codesample>
 
 <p>

diff --git a/general-concepts/portage-cache/text.xml b/general-concepts/portage-cache/text.xml
index 13dcfae..ba9c0fa 100644
--- a/general-concepts/portage-cache/text.xml
+++ b/general-concepts/portage-cache/text.xml
@@ -19,7 +19,7 @@ So, the following will not work:
 # DO NOT DO THIS!
 if ! has_version "x11-libs/gtk+" ; then
 	DEPEND="${DEPEND}
-		gtk?  ( >=x11-libs/gtk+-2 )
+		gtk?  ( &gt;=x11-libs/gtk+-2 )
 		!gtk? ( =x11-libs/gtk+-1.2* )"
 fi
 </codesample>

diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
index 295bb8f..c591aaa 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -140,7 +140,7 @@ handle this by doing something like:
 </p>
 
 <codesample lang="ebuild">
-RDEPEND="x86? ( fakemedia? ( >=media-libs/fakemedia-1.1 ) )"
+RDEPEND="x86? ( fakemedia? ( &gt;=media-libs/fakemedia-1.1 ) )"
 </codesample>
 
 <p>
@@ -175,7 +175,7 @@ and wouldn't break anything:
 </p>
 
 <codesample lang="ebuild">
-RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )"
+RDEPEND="fakemedia? ( &gt;=media-libs/fakemedia-1-1 )"
 </codesample>
 
 <p>

diff --git a/general-concepts/virtuals/text.xml b/general-concepts/virtuals/text.xml
index bcea98d..b9889aa 100644
--- a/general-concepts/virtuals/text.xml
+++ b/general-concepts/virtuals/text.xml
@@ -30,7 +30,7 @@ DESCRIPTION="Virtual for C++ tr1 &lt;type_traits&gt;"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd"
 
-RDEPEND="|| ( >=sys-devel/gcc-4.1 dev-libs/boost )"
+RDEPEND="|| ( &gt;=sys-devel/gcc-4.1 dev-libs/boost )"
 </codesample>
 
 <p>

diff --git a/quickstart/text.xml b/quickstart/text.xml
index 1655f8d..4cab04a 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -373,17 +373,17 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="crypt imlib ipv6 ldap nls pda ssl xface"
 
 RDEPEND="=x11-libs/gtk+-2*
-	crypt? ( >=app-crypt/gpgme-0.4.5 )
+	crypt? ( &gt;=app-crypt/gpgme-0.4.5 )
 	imlib? ( media-libs/imlib2 )
-	ldap? ( >=net-nds/openldap-2.0.11 )
+	ldap? ( &gt;=net-nds/openldap-2.0.11 )
 	pda? ( app-pda/jpilot )
 	ssl? ( dev-libs/openssl )
-	xface? ( >=media-libs/compface-1.4 )
+	xface? ( &gt;=media-libs/compface-1.4 )
 	app-misc/mime-types
 	x11-misc/shared-mime-info"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
-	nls? ( >=sys-devel/gettext-0.12.1 )"
+	nls? ( &gt;=sys-devel/gettext-0.12.1 )"
 
 src_prepare() {
 	eapply "${FILESDIR}"/${PN}-namespace.diff \

diff --git a/tools-reference/find/text.xml b/tools-reference/find/text.xml
index 1746a72..e5942b2 100644
--- a/tools-reference/find/text.xml
+++ b/tools-reference/find/text.xml
@@ -124,7 +124,7 @@ Useful rules include:
 </table>
 
 <note>
-EAPI>=5 assumes GNU find, so it is safe to use GNU extensions in
+EAPI&gt;=5 assumes GNU find, so it is safe to use GNU extensions in
 ebuild context for those EAPIs.
 </note>
 

diff --git a/tools-reference/sed/text.xml b/tools-reference/sed/text.xml
index fc0e78e..46e0a2e 100644
--- a/tools-reference/sed/text.xml
+++ b/tools-reference/sed/text.xml
@@ -50,7 +50,7 @@ from the plugin files and convert it to Vim help format.
 # problems for us during the unmerge. Fortunately, sed can fix this
 # for us. First, we extract the documentation:
 sed -e '1,/^" HelpExtractorDoc:$/d' \
-	"${S}"/plugin/ZoomWin.vim > ${S}/doc/ZoomWin.txt \
+	"${S}"/plugin/ZoomWin.vim &gt; ${S}/doc/ZoomWin.txt \
 	|| die "help extraction failed"
 # Then we remove the help extraction code from the plugin file:
 sed -i -e '/^" HelpExtractor:$/,$d' "${S}"/plugin/ZoomWin.vim \
@@ -65,7 +65,7 @@ constructs are specific to <c>GNU sed 4</c> <d/> on non-GNU userland archs, the
 guaranteed to be installed as part of <c>@system</c>. This was not
 always the case,
 which is why some packages, particularly those which use <c>sed -i</c>, have
-<c>DEPEND</c> s upon <c>>=sys-apps/sed-4</c>.
+<c>DEPEND</c> s upon <c>&gt;=sys-apps/sed-4</c>.
 </p>
 </body>
 
@@ -82,7 +82,7 @@ sed [ option flags ] \
 	-e 'first command' \
 	-e 'second command' \
 	-e 'and so on' \
-	input-file > output-file \
+	input-file &gt; output-file \
 	|| die "Oops, sed didn't work!"
 </codesample>
 

diff --git a/xsl/lang.highlight.c.xsl b/xsl/lang.highlight.c.xsl
index 730182c..089de50 100644
--- a/xsl/lang.highlight.c.xsl
+++ b/xsl/lang.highlight.c.xsl
@@ -59,7 +59,7 @@
         </span>
       </xsl:when>
 
-      <xsl:when test="$commentOpen != $commentClosed and position() > $commentOpen">
+      <xsl:when test="$commentOpen != $commentClosed and position() &gt; $commentOpen">
         <span class="Comment"><xsl:value-of select="."/></span>
       </xsl:when>
 

diff --git a/xsl/lang.highlight.ebuild.xsl b/xsl/lang.highlight.ebuild.xsl
index 9f90fb1..bbf9c64 100644
--- a/xsl/lang.highlight.ebuild.xsl
+++ b/xsl/lang.highlight.ebuild.xsl
@@ -390,7 +390,7 @@
       <!-- See if we should be processing comments by now; we need to test for
 	   two possible cases:	* commentSeeker != 0 (so we have a comment), or,
 				* the first token is a "#" -->
-      <xsl:when test="($commentSeeker != 0 and position() > $commentSeeker) or substring(../*[position()=1], 1, 1) = $lang.highlight.ebuild.commentChar or
+      <xsl:when test="($commentSeeker != 0 and position() &gt; $commentSeeker) or substring(../*[position()=1], 1, 1) = $lang.highlight.ebuild.commentChar or
                       . = $lang.highlight.ebuild.commentChar">
         <span class="Comment"><xsl:value-of select="."/></span>
       </xsl:when>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-18 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 15:09 [gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/, general-concepts/mirrors/, Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox