Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Sat, 02 Jun 2012 03:06:05
Message-Id: 1338606341.af0be826f318a2167786e5d9359b80f8537ca07c.zmedico@gentoo
1 commit: af0be826f318a2167786e5d9359b80f8537ca07c
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 03:05:41 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 03:05:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=af0be826
7
8 repoman.1: document inherit.missing/unused
9
10 ---
11 man/repoman.1 | 12 ++++++------
12 1 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/man/repoman.1 b/man/repoman.1
15 index 49e5afa..26575a9 100644
16 --- a/man/repoman.1
17 +++ b/man/repoman.1
18 @@ -1,4 +1,4 @@
19 -.TH "REPOMAN" "1" "Mar 2012" "Portage VERSION" "Portage"
20 +.TH "REPOMAN" "1" "June 2012" "Portage VERSION" "Portage"
21 .SH NAME
22 repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree
23 .SH SYNOPSIS
24 @@ -321,9 +321,6 @@ PATCHES variable should be a bash array to ensure white space safety
25 Error generating cache entry for ebuild; typically caused by ebuild syntax error
26 or digest verification failure.
27 .TP
28 -.B eprefixify.defined
29 -The ebuild uses eprefixify, but does not inherit the prefix eclass
30 -.TP
31 .B file.UTF8
32 File is not UTF8 compliant
33 .TP
34 @@ -336,8 +333,11 @@ File/dir name must be composed of only the following chars: a-zA-Z0-9._-+:
35 .B file.size
36 Files in the files directory must be under 20k
37 .TP
38 -.B inherit.autotools
39 -Ebuild inherits autotools but does not call eautomake, eautoconf or eautoreconf
40 +.B inherit.missing
41 +Ebuild uses functions from an eclass but does not inherit it
42 +.TP
43 +.B inherit.unused
44 +Ebuild inherits an eclass but does not use it
45 .TP
46 .B inherit.deprecated
47 Ebuild inherits a deprecated eclass