Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183758
Collapse All | Expand All

(-)man/ebuild.1 (-3 / +7 lines)
Lines 1-4 Link Here
1
.TH "EBUILD" "1" "Dec 2005" "Portage 2.1" "Portage"
1
.TH "EBUILD" "1" "Jun 2007" "Portage 2.1.3" "Portage"
2
.SH "NAME"
2
.SH "NAME"
3
ebuild \- a low level interface to the Portage system
3
ebuild \- a low level interface to the Portage system
4
.SH "SYNOPSIS"
4
.SH "SYNOPSIS"
Lines 178-190 Link Here
178
.fi
178
.fi
179
.SH "FILES"
179
.SH "FILES"
180
.TP
180
.TP
181
\fB/etc/make.conf\fR 
181
.B /etc/make.conf 
182
Contains variables for the build\-process and overwrites those
182
Contains variables for the build\-process and overwrites those
183
in make.globals.
183
in make.globals.
184
.TP
185
.B /etc/portage/color.map
186
Contains variables customizing colors.
184
.SH "SEE ALSO"
187
.SH "SEE ALSO"
185
.BR emerge (1),
188
.BR emerge (1),
186
.BR ebuild (5),
189
.BR ebuild (5),
187
.BR make.conf (5)
190
.BR make.conf (5),
191
.BR color.map (5)
188
.TP
192
.TP
189
The \fI/usr/sbin/ebuild.sh\fR script. 
193
The \fI/usr/sbin/ebuild.sh\fR script. 
190
.TP
194
.TP
(-)man/emerge.1 (-1 / +5 lines)
Lines 1-4 Link Here
1
.TH "EMERGE" "1" "Dec 2006" "Portage 2.1" "Portage"
1
.TH "EMERGE" "1" "Jun 2007" "Portage 2.1.3" "Portage"
2
.SH "NAME"
2
.SH "NAME"
3
emerge \- Command\-line interface to the Portage system
3
emerge \- Command\-line interface to the Portage system
4
.SH "SYNOPSIS"
4
.SH "SYNOPSIS"
Lines 578-583 Link Here
578
\fBmake.globals\fR.  \fBYou should edit this file instead of the ones
578
\fBmake.globals\fR.  \fBYou should edit this file instead of the ones
579
listed below\fR.
579
listed below\fR.
580
.TP
580
.TP
581
.B /etc/portage/color.map
582
Contains variables customizing colors.
583
.TP
581
.B /etc/dispatch\-conf.conf
584
.B /etc/dispatch\-conf.conf
582
Contains settings to handle automatic updates/backups of configuration 
585
Contains settings to handle automatic updates/backups of configuration 
583
files.
586
files.
Lines 610-615 Link Here
610
.BR ebuild (1),
613
.BR ebuild (1),
611
.BR ebuild (5),
614
.BR ebuild (5),
612
.BR make.conf (5),
615
.BR make.conf (5),
616
.BR color.map (5),
613
.BR portage (5)
617
.BR portage (5)
614
.LP
618
.LP
615
A number of helper applications reside in \fI/usr/lib/portage/bin\fR.
619
A number of helper applications reside in \fI/usr/lib/portage/bin\fR.
(-)man/make.conf.5 (-5 / +8 lines)
Lines 1-4 Link Here
1
.TH "MAKE.CONF" "5" "Jan 2007" "Portage 2.1.2" "Portage"
1
.TH "MAKE.CONF" "5" "Jun 2007" "Portage 2.1.3" "Portage"
2
.SH "NAME"
2
.SH "NAME"
3
make.conf \- custom settings for Portage
3
make.conf \- custom settings for Portage
4
.SH "SYNOPSIS"
4
.SH "SYNOPSIS"
Lines 529-544 Link Here
529
.fi
529
.fi
530
.SH "FILES"
530
.SH "FILES"
531
.TP
531
.TP
532
\fB/etc/make.conf\fR 
532
.B /etc/make.conf
533
Contains variables for the build\-process and overwrites those in make.defaults.
533
Contains variables for the build\-process and overwrites those in make.defaults.
534
.TP
534
.TP
535
\fB/etc/make.globals\fR 
535
.B /etc/make.globals
536
Contains the default variables for the build\-process, you should edit \fI/etc/make.conf\fR instead.
536
Contains the default variables for the build\-process, you should edit \fI/etc/make.conf\fR instead.
537
.TP
537
.TP
538
\fB/usr/portage/profiles/use.desc\fR
538
.B /etc/portage/color.map
539
Contains variables customizing colors.
540
.TP
541
.B /usr/portage/profiles/use.desc
539
Contains a list of all global USE flags.
542
Contains a list of all global USE flags.
540
.TP
543
.TP
541
\fB/usr/portage/profiles/use.local.desc\fR
544
.B /usr/portage/profiles/use.local.desc
542
Contains a list of all local USE variables.
545
Contains a list of all local USE variables.
543
.SH "SEE ALSO"
546
.SH "SEE ALSO"
544
.BR emerge (1),
547
.BR emerge (1),
(-)man/portage.5 (-2 / +7 lines)
Lines 1-4 Link Here
1
.TH "PORTAGE" "5" "Dec 2005" "Portage 2.1" "Portage"
1
.TH "PORTAGE" "5" "Jun 2007" "Portage 2.1.3" "Portage"
2
.SH NAME
2
.SH NAME
3
portage \- the heart of Gentoo
3
portage \- the heart of Gentoo
4
.SH "DESCRIPTION"
4
.SH "DESCRIPTION"
Lines 41-46 Link Here
41
.BR /etc/portage/
41
.BR /etc/portage/
42
.nf
42
.nf
43
bashrc
43
bashrc
44
color.map
44
modules
45
modules
45
package.keywords
46
package.keywords
46
package.mask
47
package.mask
Lines 365-370 Link Here
365
different from the standard root environment.  The syntax is the same as for
366
different from the standard root environment.  The syntax is the same as for
366
any other bash script.
367
any other bash script.
367
.TP
368
.TP
369
.BR color.map
370
Contains variables customizing colors. See \fBcolor.map\fR(5).
371
.TP
368
.BR modules
372
.BR modules
369
This file can be used to override the metadata cache implementation.  In
373
This file can be used to override the metadata cache implementation.  In
370
practice, portdbapi.auxdbmodule is the only variable that the user will want to
374
practice, portdbapi.auxdbmodule is the only variable that the user will want to
Lines 728-731 Link Here
728
.BR emerge (1),
732
.BR emerge (1),
729
.BR ebuild (1),
733
.BR ebuild (1),
730
.BR ebuild (5),
734
.BR ebuild (5),
731
.BR make.conf (5)
735
.BR make.conf (5),
736
.BR color.map (5)
(-)man/ebuild.5 (-5 / +9 lines)
Lines 1-4 Link Here
1
.TH "EBUILD" "5" "Jan 2007" "Portage 2.1.2" "Portage"
1
.TH "EBUILD" "5" "Jun 2007" "Portage 2.1.3" "Portage"
2
.SH "NAME"
2
.SH "NAME"
3
ebuild \- the internal format, variables, and functions in an ebuild script
3
ebuild \- the internal format, variables, and functions in an ebuild script
4
.SH "DESCRIPTION"
4
.SH "DESCRIPTION"
Lines 869-875 Link Here
869
Mark Guertin <gerk@gentoo.org>
869
Mark Guertin <gerk@gentoo.org>
870
Nicholas Jones <carpaski@gentoo.org>
870
Nicholas Jones <carpaski@gentoo.org>
871
Mike Frysinger <vapier@gentoo.org>
871
Mike Frysinger <vapier@gentoo.org>
872
Arfrever Frehtes Taifersar Arahesis <FFTA@WP.PL>
872
Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@gmail.com>
873
.fi
873
.fi
874
.SH "FILES"
874
.SH "FILES"
875
.TP
875
.TP
Lines 877-888 Link Here
877
.TP
877
.TP
878
The helper apps in \fI/usr/lib/portage/bin\fR.
878
The helper apps in \fI/usr/lib/portage/bin\fR.
879
.TP
879
.TP
880
\fB/etc/make.conf\fR 
880
.B /etc/make.conf
881
Contains variables for the build\-process and overwrites those in make.defaults.
881
Contains variables for the build\-process and overwrites those in make.defaults.
882
.TP
882
.TP
883
\fB/etc/make.globals\fR
883
.B /etc/make.globals
884
Contains the default variables for the build\-process, you should edit
884
Contains the default variables for the build\-process, you should edit
885
\fI/etc/make.conf\fR instead.
885
\fI/etc/make.conf\fR instead.
886
.TP
887
.B /etc/portage/color.map
888
Contains variables customizing colors.
886
.SH "SEE ALSO"
889
.SH "SEE ALSO"
887
.BR ebuild (1),
890
.BR ebuild (1),
888
.BR make.conf (5)
891
.BR make.conf (5),
892
.BR color.map (5)

Return to bug 183758