Gentoo Archives: gentoo-commits

From: Pavel Kazakov <nullishzero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Sat, 28 Feb 2015 17:34:06
Message-Id: 1425144729.1d3a298c9d0d9aaf908542b77a8e6187965b1c78.nullishzero@gentoo
1 commit: 1d3a298c9d0d9aaf908542b77a8e6187965b1c78
2 Author: Pavel Kazakov <nullishzero <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 28 17:32:09 2015 +0000
4 Commit: Pavel Kazakov <nullishzero <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 28 17:32:09 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1d3a298c
7
8 main/emaint.1: Add entry about the merges module
9
10 ---
11 man/emaint.1 | 10 +++++++++-
12 1 file changed, 9 insertions(+), 1 deletion(-)
13
14 diff --git a/man/emaint.1 b/man/emaint.1
15 index 6b8fdf9..c97945f 100644
16 --- a/man/emaint.1
17 +++ b/man/emaint.1
18 @@ -5,7 +5,7 @@ emaint \- performs package managment related system health checks and maintenanc
19 .BR emaint
20 [\fIoptions\fR]
21 [\fBall\fR | \fBbinhost\fR | \fBcleanresume\fR | \
22 -\fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
23 +\fBmerges\fR | \fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
24 .SH DESCRIPTION
25 The emaint program provides a command line interface to package
26 management health checks and maintenance.
27 @@ -31,6 +31,9 @@ Clean out old logs from the \fBPORT_LOGDIR\fR using the command
28 See the \fBmake.conf\fR(5) man page for additional information as well as
29 enabling the \fB'clean-logs'\fR feature in emerge to do this automatically.
30 .TP
31 +.BR merges
32 +Scan for failed package merges and attempt to fix those failed packages.
33 +.TP
34 .BR movebin
35 Perform package move updates for binary packages located in \fBPKGDIR\fR.
36 .TP
37 @@ -82,6 +85,7 @@ than rsync.
38 Please report bugs via http://bugs.gentoo.org/
39 .SH AUTHORS
40 .nf
41 +Pavel Kazakov <nullishzero@g.o>
42 Mike Frysinger <vapier@g.o>
43 Brian Dolbec <dolsen@g.o>
44 .fi
45 @@ -92,6 +96,10 @@ Contains a list of all user\-specified packages.
46 .TP
47 .B /var/lib/portage/config
48 Contains the paths and md5sums of all the config files being tracked.
49 +.TP
50 +.B /var/lib/portage/failed-merges
51 +Contains the packages and timestamps of any failed merges being cleaned from
52 +the system, and to be re-emerged.
53 .SH "SEE ALSO"
54 .BR emerge (1),
55 .BR portage (5)