aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-13 20:56:47 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-21 12:00:04 +0200
commitfaa071db197932e90d098907e16b071ccce05402 (patch)
tree1fed16d0522291852afab143f46f18638956da2e
parenttools-reference/diff-and-patch: No longer mention epatch (diff)
downloaddevmanual-faa071db197932e90d098907e16b071ccce05402.tar.gz
devmanual-faa071db197932e90d098907e16b071ccce05402.tar.bz2
devmanual-faa071db197932e90d098907e16b071ccce05402.zip
ebuild-writing/functions/src_prepare: Rename epatch chapter to eapply
Update references throughout. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--appendices/contributors/text.xml2
-rw-r--r--ebuild-writing/functions/src_prepare/eapply/text.xml (renamed from ebuild-writing/functions/src_prepare/epatch/text.xml)2
-rw-r--r--ebuild-writing/functions/src_prepare/text.xml2
-rw-r--r--quickstart/text.xml2
-rw-r--r--tools-reference/diff-and-patch/text.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index 06a6e0c..2808df1 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -117,7 +117,7 @@ Misc
<author name="Brian Evans" email="grknight@gentoo.org">
<uri link="::ebuild-writing/eapi/"/>,
<uri link="::ebuild-writing/variables/"/>,
- <uri link="::ebuild-writing/functions/src_prepare/epatch/"/>
+ <uri link="::ebuild-writing/functions/src_prepare/eapply/"/>
</author>
<author name="Lucas Ramage" email="ramage.lucas@protonmail.com">
Search functionality
diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/eapply/text.xml
index ba77549..866008a 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/eapply/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="ebuild-writing/functions/src_prepare/epatch/">
+<guide self="ebuild-writing/functions/src_prepare/eapply/">
<chapter>
<title>Patching with epatch and eapply</title>
diff --git a/ebuild-writing/functions/src_prepare/text.xml b/ebuild-writing/functions/src_prepare/text.xml
index b7c1b9a..7f515bb 100644
--- a/ebuild-writing/functions/src_prepare/text.xml
+++ b/ebuild-writing/functions/src_prepare/text.xml
@@ -95,6 +95,6 @@ when writing <c>src_prepare</c> functions.
</section>
</chapter>
-<include href="epatch/"/>
+<include href="eapply/"/>
<include href="autopackage/"/>
</guide>
diff --git a/quickstart/text.xml b/quickstart/text.xml
index c66f4ac..f493f44 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -301,7 +301,7 @@ Note the <c>${FILESDIR}/${P}-destdir.patch</c> <d/> this refers to
subdirectory in the Gentoo repository. Larger patch files must go on your
developer's space at <c>dev.gentoo.org</c> rather than in <c>files/</c> or
mirrors <d/> see <uri link="::general-concepts/mirrors/#Gentoo Mirrors"/> and
-<uri link="::ebuild-writing/functions/src_prepare/epatch/"/>.
+<uri link="::ebuild-writing/functions/src_prepare/eapply/"/>.
</p>
<p>
diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml
index 939e01e..d271445 100644
--- a/tools-reference/diff-and-patch/text.xml
+++ b/tools-reference/diff-and-patch/text.xml
@@ -39,7 +39,7 @@ To apply a patch, use <c>patch -pX &lt; whatever.patch</c>,
where <c>X</c> is a number representing the number of path components
which must be removed (typically this is <c>0</c> or <c>1</c>). Within
ebuilds, use the <c>eapply</c> function instead <d/> see
-<uri link="::ebuild-writing/functions/src_prepare/epatch/"/>.
+<uri link="::ebuild-writing/functions/src_prepare/eapply/"/>.
</p>
<p>