summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorwired <wired@gentoo.org>2010-08-15 01:56:40 +0300
committerZac Medico <zmedico@gentoo.org>2010-08-22 11:59:42 -0700
commit6bfbbbefc91069cb4244cf5a5462e6cef3cef3e6 (patch)
treef29a947da6bd1b2a7a8f244d7847155548d152b8 /man
parent2960e0d0fc5ad933ca39e0fc338b56da6de9fe52 (diff)
downloadportage-6bfbbbefc91069cb4244cf5a5462e6cef3cef3e6.tar.gz
portage-6bfbbbefc91069cb4244cf5a5462e6cef3cef3e6.tar.bz2
portage-6bfbbbefc91069cb4244cf5a5462e6cef3cef3e6.zip
repoman: check for deprecated eclasses
compare the inherited eclasses to a list of deprecated eclasses. print QA warnings for each deprecated eclass found and suggest an alternative for those that have one.
Diffstat (limited to 'man')
-rw-r--r--man/repoman.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index ad4c74cb3..28216d6e8 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -304,6 +304,9 @@ Files in the files directory must be under 20k
.B inherit.autotools
Ebuild inherits autotools but does not call eautomake, eautoconf or eautoreconf
.TP
+.B inherit.deprecated
+Ebuild inherits a deprecated eclass
+.TP
.B java.eclassesnotused
With virtual/jdk in DEPEND you must inherit a java eclass. Refer to
\fIhttp://www.gentoo.org/proj/en/java/java\-devel.xml\fR for more information.