summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-01 20:05:41 -0700
committerZac Medico <zmedico@gentoo.org>2012-06-01 20:05:41 -0700
commitaf0be826f318a2167786e5d9359b80f8537ca07c (patch)
tree13071f8977b9173e0ab1a584c42183cce4d02b03 /man
parentb17278ae9a6d56dd563bf71a389d80a7f5c71daa (diff)
downloadportage-af0be826f318a2167786e5d9359b80f8537ca07c.tar.gz
portage-af0be826f318a2167786e5d9359b80f8537ca07c.tar.bz2
portage-af0be826f318a2167786e5d9359b80f8537ca07c.zip
repoman.1: document inherit.missing/unused
Diffstat (limited to 'man')
-rw-r--r--man/repoman.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 49e5afaea..26575a9ca 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Mar 2012" "Portage VERSION" "Portage"
+.TH "REPOMAN" "1" "June 2012" "Portage VERSION" "Portage"
.SH NAME
repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree
.SH SYNOPSIS
@@ -321,9 +321,6 @@ PATCHES variable should be a bash array to ensure white space safety
Error generating cache entry for ebuild; typically caused by ebuild syntax error
or digest verification failure.
.TP
-.B eprefixify.defined
-The ebuild uses eprefixify, but does not inherit the prefix eclass
-.TP
.B file.UTF8
File is not UTF8 compliant
.TP
@@ -336,8 +333,11 @@ File/dir name must be composed of only the following chars: a-zA-Z0-9._-+:
.B file.size
Files in the files directory must be under 20k
.TP
-.B inherit.autotools
-Ebuild inherits autotools but does not call eautomake, eautoconf or eautoreconf
+.B inherit.missing
+Ebuild uses functions from an eclass but does not inherit it
+.TP
+.B inherit.unused
+Ebuild inherits an eclass but does not use it
.TP
.B inherit.deprecated
Ebuild inherits a deprecated eclass