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: Fri, 01 Feb 2013 02:33:23
Message-Id: 1359685984.8fa3fd5fa3a9a6c7c847da90b0ec88758dd16e43.zmedico@gentoo
1 commit: 8fa3fd5fa3a9a6c7c847da90b0ec88758dd16e43
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 1 02:33:04 2013 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 1 02:33:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8fa3fd5f
7
8 man/emerge.1: add rebuild output, bug #454904
9
10 ---
11 man/emerge.1 | 15 ++++++++++++++-
12 1 files changed, 14 insertions(+), 1 deletions(-)
13
14 diff --git a/man/emerge.1 b/man/emerge.1
15 index 0807a4b..9e0e4f2 100644
16 --- a/man/emerge.1
17 +++ b/man/emerge.1
18 @@ -1,4 +1,4 @@
19 -.TH "EMERGE" "1" "Dec 2012" "Portage VERSION" "Portage"
20 +.TH "EMERGE" "1" "Jan 2013" "Portage VERSION" "Portage"
21 .SH "NAME"
22 emerge \- Command\-line interface to the Portage system
23 .SH "SYNOPSIS"
24 @@ -894,6 +894,19 @@ displayed when you use the \fB\-\-pretend\fR and \fB\-\-verbose\fR options.
25 Using the \fB\-\-quiet\fR option will prevent all information from being
26 displayed.
27 .TP
28 +.B [ebuild r U ] dev\-libs/icu\-50.1.1:0/50.1.1 [50.1\-r2:0/50.1]
29 +Icu 50.1\-r2 has already been emerged and can be Updated to version
30 +50.1.1. The \fBr\fR symbol indicates that a sub\-slot change (from 50.1
31 +to 50.1.1 in this case) will force packages having slot\-operator
32 +dependencies on it to be rebuilt (as libxml2 will be rebuilt in the next
33 +example).
34 +.TP
35 +.B [ebuild rR ] dev\-libs/libxml2\-2.9.0\-r1:2 USE="icu"
36 +Libxml2 2.9.0\-r1 has already been emerged, but if you run the command,
37 +then portage will Re\-emerge it in order to satisfy a slot\-operator
38 +dependency which forces it to be rebuilt when the icu sub\-slot changes
39 +(as it changed in the previous example).
40 +.TP
41 .B [ebuild U *] sys\-apps/portage\-2.2.0_alpha6 [2.1.9.25]
42 Portage 2.1.9.25 is installed, but if you run the command, then
43 portage will upgrade to version 2.2.0_alpha6. In this case,