Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/man/
Date: Tue, 27 Jun 2017 20:06:19
Message-Id: 1498328979.02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7.dolsen@gentoo
1 commit: 02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 18:28:29 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 18:29:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=02eeaa4b
7
8 repoman/man/repoman.1: refer to the vcs instead of cvs
9
10 Reported-by: Devan Franchini <twitch153 <AT> gentoo.org>
11
12 repoman/man/repoman.1 | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
16 index 78e4b7275..4101c283f 100644
17 --- a/repoman/man/repoman.1
18 +++ b/repoman/man/repoman.1
19 @@ -1,4 +1,4 @@
20 -.TH "REPOMAN" "1" "Feb 2017" "Repoman VERSION" "Repoman"
21 +.TH "REPOMAN" "1" "Jun 2017" "Repoman VERSION" "Repoman"
22 .SH NAME
23 repoman \- Gentoo's program to enforce a minimal level of quality assurance in
24 packages added to the portage tree
25 @@ -254,7 +254,7 @@ An ebuild was added but the ChangeLog was not modified
26 Missing ChangeLog files
27 .TP
28 .B changelog.notadded
29 -ChangeLogs that exist but have not been added to cvs
30 +ChangeLogs that exist but have not been added to the vcs
31 .TP
32 .B dependency.bad
33 User-visible ebuilds with unsatisfied dependencies (matched against *visible*
34 @@ -317,7 +317,7 @@ Ebuild files that do not have the same name as their parent directory
35 Placing 'die' inside ( ) prints an error, but doesn't stop the ebuild.
36 .TP
37 .B ebuild.notadded
38 -Ebuilds that exist but have not been added to cvs
39 +Ebuilds that exist but have not been added to the vcs
40 .TP
41 .B ebuild.output
42 A simple sourcing of the ebuild produces output; this breaks ebuild policy.