aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-10-24 13:16:26 -0400
committerBrian Evans <grknight@gentoo.org>2018-10-24 13:16:26 -0400
commit1d49e091adefb61f2e5b8dc3a190195651203faa (patch)
treeb2ae793fd3b56cab009020d1362c471ff168a873 /ebuild-writing
parentTidy up formatting, links and typo for BDEPEND (diff)
downloaddevmanual-1d49e091adefb61f2e5b8dc3a190195651203faa.tar.gz
devmanual-1d49e091adefb61f2e5b8dc3a190195651203faa.tar.bz2
devmanual-1d49e091adefb61f2e5b8dc3a190195651203faa.zip
Remove more versionator references
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/file-format/text.xml4
-rw-r--r--ebuild-writing/variables/text.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index f9e6a4f..2c130af 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -130,8 +130,8 @@ is to use <c>9999</c> as the version (or as the last version component).
<p>
The
-<uri link="::eclass-reference/versionator.eclass">
-versionator.eclass</uri> may be used to manipulate and extract ebuild
+<uri link="::eclass-reference/eapi7-ver.eclass">
+eapi7-ver.eclass</uri> may be used to manipulate and extract ebuild
version components.
</p>
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index f2575ad..98babe4 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -540,7 +540,7 @@ to read.
<p>
Some ebuilds use calls to <c>sed</c>, <c>awk</c> and / or <c>cut</c> to do this. This
must <e>not</e> be done for any new code, and should be fixed to use either
-versionator or bash substitution where possible. Global scope non-bash code is
+eapi7-ver or bash substitution where possible. Global scope non-bash code is
highly discouraged.
</p>