aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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>