aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-03-11 13:12:26 -0800
committerMatt Turner <mattst88@gentoo.org>2022-03-14 10:05:41 -0700
commitc2c0b163b73c53d8aa65ed6403bdf8f116ef45b8 (patch)
treefb8524353e72455b4b840c78ba95f00bdc499230 /ebuild-writing
parentquickstart: make blocker non-pure-DEPEND (diff)
downloaddevmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.tar.gz
devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.tar.bz2
devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.zip
Remove references to repoman
Bug: https://bugs.gentoo.org/835013 Closes: https://github.com/gentoo/devmanual/pull/274 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/common-mistakes/text.xml4
-rw-r--r--ebuild-writing/file-format/text.xml6
-rw-r--r--ebuild-writing/misc-files/metadata/text.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 63c44d3..52bf790 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -457,8 +457,8 @@ the guidelines to use TABS rather than spaces. So <e>please</e> use tabs!
<body>
<p>
-Remember to run <c>repoman</c> or <c>pkgcheck</c> over your ebuilds so it can
-tell you if there is trailing whitespace at the end of lines or on empty lines.
+Remember to run <c>pkgcheck</c> over your ebuilds so it can tell you if there
+is trailing whitespace at the end of lines or on empty lines.
</p>
</body>
diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index 0065b22..279d840 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -214,9 +214,9 @@ indenting, never inside strings.
</p>
<p>
-Avoid trailing whitespace: <c>repoman</c> or <c>pkgcheck</c> will warn you about
-this if your ebuild contains trailing or leading whitespace (whitespace instead
-of tabs for indentation) when you commit.
+Avoid trailing whitespace: <c>pkgcheck</c> will warn you about this if your
+ebuild contains trailing or leading whitespace (whitespace instead of tabs for
+indentation) when you commit.
</p>
<p>
diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
index 2bc6100..e24be93 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -372,7 +372,7 @@ using the <c>app-portage/metagen</c> tool.
</p>
<p>
-Commits of package metadata files are handled by <c>repoman</c> as
+Commits of package metadata files are handled by <c>pkgdev</c> as
part of regular package maintenance.
</p>