X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=man%2Femerge.1;h=7b507fed855cc2980b236972d294ce86174fa4d5;hb=HEAD;hp=66f4360fd6f12b672ccf4751b25ec7657dfc056f;hpb=5660b2a3c71acad4bcb6135ac41ce9fd315c32a8;p=portage.git diff --git a/man/emerge.1 b/man/emerge.1 index 66f4360fd..7b507fed8 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Jul 2013" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Jan 2014" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -49,7 +49,7 @@ so this syntax shouldn't be used. .TP .BR tbz2file A \fItbz2file\fR must be a valid .tbz2 created with \fBebuild -\-.ebuild package\fR or \fBemerge \-\-buildpkg +\-.ebuild package\fR or \fBemerge \-\-buildpkg [category/]\fR or \fBquickpkg /var/db/pkg//\fR. .TP .BR file @@ -73,20 +73,22 @@ on the current configuration. The default set configuration is located in the \fB/usr/share/portage/config/sets\fR directory. User sets may be created by placing files in the \fB/etc/portage/sets/\fR directory (see \fBportage\fR(5)). Note that a \fIset\fR -is generally used in conjunction with \fB\-\-update\fR. When used as +is generally used in conjunction with \fB\-\-update\fR. When used as arguments to \fBemerge\fR sets have to be prefixed with \fB@\fR to be recognized. Use the \fB\-\-list\-sets\fR action to display a list of available package sets. .TP .BR atom -An \fIatom\fR describes bounds on a package that you wish to install. +An \fIatom\fR describes bounds on a package that you wish to install. \fISee ebuild(5) for the details on atom syntax.\fR For example, -\fB>=dev\-lang/python\-2.2.1\-r2\fR matches the latest available version of -Python greater than or equal to 2.2.1\-r2. Similarly, -\fB Arfrever Frehtes Taifersar Arahesis .fi .SH "FILES" -Here is a common list of files you will probably be interested in. For a +Here is a common list of files you will probably be interested in. For a complete listing, please refer to the \fBportage\fR(5) man page. .TP .B /usr/share/portage/config/sets/ @@ -1173,7 +1180,7 @@ Contains variables customizing colors. Contains user package set definitions (see \fBportage\fR(5)). .TP .B /etc/dispatch\-conf.conf -Contains settings to handle automatic updates/backups of configuration +Contains settings to handle automatic updates/backups of configuration files. .TP .B /etc/portage/make.profile/make.defaults @@ -1195,6 +1202,17 @@ and \fBworld\fR sets consult this file. \fBDo not edit this file\fR. .B /usr/share/portage/config/make.globals Contains the default variables for the build process. \fBDo not edit this file\fR. +.TP +.B /var/log/emerge.log +Contains a log of all emerge output. This file is always appended to, so if you +want to clean it, you need to do so manually. +.TP +.B /var/log/emerge-fetch.log +Contains a log of all the fetches in the previous emerge invocation. +.TP +.B +/var/log/portage/elog/summary.log +Contains the emerge summaries. Installs \fI/etc/logrotate/elog-save-summary\fR. .SH "SEE ALSO" .BR "emerge \-\-help", .BR quickpkg (1), @@ -1206,5 +1224,5 @@ this file\fR. .LP A number of helper applications reside in \fI/usr/lib/portage/bin\fR. .LP -The \fBapp\-portage/gentoolkit\fR package contains useful scripts such as +The \fBapp\-portage/gentoolkit\fR package contains useful scripts such as \fBequery\fR (a package query tool).