Index: man/ebuild.1 =================================================================== --- man/ebuild.1 (revision 7099) +++ man/ebuild.1 (working copy) @@ -1,4 +1,4 @@ -.TH "EBUILD" "1" "Dec 2005" "Portage 2.1" "Portage" +.TH "EBUILD" "1" "Jun 2007" "Portage 2.1.3" "Portage" .SH "NAME" ebuild \- a low level interface to the Portage system .SH "SYNOPSIS" @@ -178,13 +178,17 @@ .fi .SH "FILES" .TP -\fB/etc/make.conf\fR +.B /etc/make.conf Contains variables for the build\-process and overwrites those in make.globals. +.TP +.B /etc/portage/color.map +Contains variables customizing colors. .SH "SEE ALSO" .BR emerge (1), .BR ebuild (5), -.BR make.conf (5) +.BR make.conf (5), +.BR color.map (5) .TP The \fI/usr/sbin/ebuild.sh\fR script. .TP Index: man/emerge.1 =================================================================== --- man/emerge.1 (revision 7099) +++ man/emerge.1 (working copy) @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Dec 2006" "Portage 2.1" "Portage" +.TH "EMERGE" "1" "Jun 2007" "Portage 2.1.3" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -578,6 +578,9 @@ \fBmake.globals\fR. \fBYou should edit this file instead of the ones listed below\fR. .TP +.B /etc/portage/color.map +Contains variables customizing colors. +.TP .B /etc/dispatch\-conf.conf Contains settings to handle automatic updates/backups of configuration files. @@ -610,6 +613,7 @@ .BR ebuild (1), .BR ebuild (5), .BR make.conf (5), +.BR color.map (5), .BR portage (5) .LP A number of helper applications reside in \fI/usr/lib/portage/bin\fR. Index: man/make.conf.5 =================================================================== --- man/make.conf.5 (revision 7099) +++ man/make.conf.5 (working copy) @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Jan 2007" "Portage 2.1.2" "Portage" +.TH "MAKE.CONF" "5" "Jun 2007" "Portage 2.1.3" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" @@ -529,16 +529,19 @@ .fi .SH "FILES" .TP -\fB/etc/make.conf\fR +.B /etc/make.conf Contains variables for the build\-process and overwrites those in make.defaults. .TP -\fB/etc/make.globals\fR +.B /etc/make.globals Contains the default variables for the build\-process, you should edit \fI/etc/make.conf\fR instead. .TP -\fB/usr/portage/profiles/use.desc\fR +.B /etc/portage/color.map +Contains variables customizing colors. +.TP +.B /usr/portage/profiles/use.desc Contains a list of all global USE flags. .TP -\fB/usr/portage/profiles/use.local.desc\fR +.B /usr/portage/profiles/use.local.desc Contains a list of all local USE variables. .SH "SEE ALSO" .BR emerge (1), Index: man/portage.5 =================================================================== --- man/portage.5 (revision 7099) +++ man/portage.5 (working copy) @@ -1,4 +1,4 @@ -.TH "PORTAGE" "5" "Dec 2005" "Portage 2.1" "Portage" +.TH "PORTAGE" "5" "Jun 2007" "Portage 2.1.3" "Portage" .SH NAME portage \- the heart of Gentoo .SH "DESCRIPTION" @@ -41,6 +41,7 @@ .BR /etc/portage/ .nf bashrc +color.map modules package.keywords package.mask @@ -365,6 +366,9 @@ different from the standard root environment. The syntax is the same as for any other bash script. .TP +.BR color.map +Contains variables customizing colors. See \fBcolor.map\fR(5). +.TP .BR modules This file can be used to override the metadata cache implementation. In practice, portdbapi.auxdbmodule is the only variable that the user will want to @@ -728,4 +732,5 @@ .BR emerge (1), .BR ebuild (1), .BR ebuild (5), -.BR make.conf (5) +.BR make.conf (5), +.BR color.map (5) Index: man/ebuild.5 =================================================================== --- man/ebuild.5 (revision 7099) +++ man/ebuild.5 (working copy) @@ -1,4 +1,4 @@ -.TH "EBUILD" "5" "Jan 2007" "Portage 2.1.2" "Portage" +.TH "EBUILD" "5" "Jun 2007" "Portage 2.1.3" "Portage" .SH "NAME" ebuild \- the internal format, variables, and functions in an ebuild script .SH "DESCRIPTION" @@ -869,7 +869,7 @@ Mark Guertin Nicholas Jones Mike Frysinger -Arfrever Frehtes Taifersar Arahesis +Arfrever Frehtes Taifersar Arahesis .fi .SH "FILES" .TP @@ -877,12 +877,16 @@ .TP The helper apps in \fI/usr/lib/portage/bin\fR. .TP -\fB/etc/make.conf\fR +.B /etc/make.conf Contains variables for the build\-process and overwrites those in make.defaults. .TP -\fB/etc/make.globals\fR +.B /etc/make.globals Contains the default variables for the build\-process, you should edit \fI/etc/make.conf\fR instead. +.TP +.B /etc/portage/color.map +Contains variables customizing colors. .SH "SEE ALSO" .BR ebuild (1), -.BR make.conf (5) +.BR make.conf (5), +.BR color.map (5)