repoman.1: document inherit.missing/unused
authorZac Medico <zmedico@gentoo.org>
Sat, 2 Jun 2012 03:05:41 +0000 (20:05 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 2 Jun 2012 03:05:41 +0000 (20:05 -0700)
man/repoman.1

index 49e5afaeac0b72fff4676aeb2f0389644b682bef..26575a9ca293897b68baaf09486bcea7dcb732b2 100644 (file)
@@ -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