Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: repoman/man/
Date: Fri, 30 Mar 2018 02:32:26
Message-Id: 1522377104.47a3f7e905b3ba252659fa1a98071d03a1560807.zmedico@gentoo
1 commit: 47a3f7e905b3ba252659fa1a98071d03a1560807
2 Author: zlg <zlg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 22:31:22 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 02:31:44 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=47a3f7e9
7
8 repoman man/repoman.1: Add "BEHAVIOR" section (fix bug 650520)
9
10 The manpage references "directory tree", but doesn't explicitly outline
11 the expected behavior when run anywhere above the package directory
12 level.
13
14 Exact name of section, location within the manpage, and/or wording open
15 to suggestions.
16
17 Bug: https://bugs.gentoo.org/650520
18 Requested-by: zlg <zlg <AT> gentoo.org>
19 Signed-off-by: zlg <zlg <AT> gentoo.org>
20
21 repoman/man/repoman.1 | 8 +++++++-
22 1 file changed, 7 insertions(+), 1 deletion(-)
23
24 diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
25 index db6526b5e..6a591e59d 100644
26 --- a/repoman/man/repoman.1
27 +++ b/repoman/man/repoman.1
28 @@ -1,4 +1,4 @@
29 -.TH "REPOMAN" "1" "Jun 2017" "Repoman VERSION" "Repoman"
30 +.TH "REPOMAN" "1" "Mar 2018" "Repoman VERSION" "Repoman"
31 .SH NAME
32 repoman \- Gentoo's program to enforce a minimal level of quality assurance in
33 packages added to the portage tree
34 @@ -437,6 +437,12 @@ not directly.
35 .B wxwidgets.eclassnotused
36 Ebuild DEPENDs on x11-libs/wxGTK without inheriting wxwidgets.eclass. Refer to
37 bug #305469 for more information.
38 +.SH "BEHAVIOR"
39 +When invoked from a level higher than a package directory, \fBrepoman\fR
40 +will recurse through a directory tree and execute the given command
41 +on a per\-package basis, e.g. \fBrepoman manifest\fR at the root of
42 +the repository will generate manifests for every package within the
43 +repository.
44 .SH "REPORTING BUGS"
45 Please report bugs via https://bugs.gentoo.org/
46 .SH AUTHORS