OLD | NEW |
1 .TH "EMERGE" "1" "Apr 2011" "Portage VERSION" "Portage" | 1 .TH "EMERGE" "1" "Apr 2011" "Portage VERSION" "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" |
5 .TP | 5 .TP |
6 .BR emerge | 6 .BR emerge |
7 [\fIoptions\fR] [\fIaction\fR] [\fIebuild\fR | \fItbz2file\fR | \fIfile\fR | \fI
@set\fR | \fIatom\fR] ... | 7 [\fIoptions\fR] [\fIaction\fR] [\fIebuild\fR | \fItbz2file\fR | \fIfile\fR | \fI
@set\fR | \fIatom\fR] ... |
8 .TP | 8 .TP |
9 .BR emerge | 9 .BR emerge |
10 \fB\-\-sync\fR | \fB\-\-version\fR | 10 \fB\-\-sync\fR | \fB\-\-version\fR |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 may have changed. | 482 may have changed. |
483 .TP | 483 .TP |
484 .BR "\-\-nospinner" | 484 .BR "\-\-nospinner" |
485 Disables the spinner for the session. The spinner is active when the | 485 Disables the spinner for the session. The spinner is active when the |
486 terminal device is determined to be a TTY. This flag disables it regardless. | 486 terminal device is determined to be a TTY. This flag disables it regardless. |
487 .TP | 487 .TP |
488 .BR "\-\-nousepkg\-atoms " ATOMS | 488 .BR "\-\-nousepkg\-atoms " ATOMS |
489 A space separated list of package names or slot atoms. Emerge will ignore | 489 A space separated list of package names or slot atoms. Emerge will ignore |
490 matching binary packages. | 490 matching binary packages. |
491 .TP | 491 .TP |
| 492 .BR "\-\-norebuild\-atoms " ATOMS |
| 493 A space separated list of package names or slot atoms. Emerge will not rebuild |
| 494 matching packages due to \fB\-\-rebuild\fR. |
| 495 .TP |
492 .BR "\-\-oneshot " (\fB\-1\fR) | 496 .BR "\-\-oneshot " (\fB\-1\fR) |
493 Emerge as normal, but do not add the packages to the world file | 497 Emerge as normal, but do not add the packages to the world file |
494 for later updating. | 498 for later updating. |
495 .TP | 499 .TP |
496 .BR "\-\-onlydeps " (\fB\-o\fR) | 500 .BR "\-\-onlydeps " (\fB\-o\fR) |
497 Only merge (or pretend to merge) the dependencies of the packages | 501 Only merge (or pretend to merge) the dependencies of the packages |
498 specified, not the packages themselves. | 502 specified, not the packages themselves. |
499 .TP | 503 .TP |
500 .BR "\-\-package\-moves [ y | n ]" | 504 .BR "\-\-package\-moves [ y | n ]" |
501 Perform package moves when necessary. This option | 505 Perform package moves when necessary. This option |
(...skipping 29 matching lines...) Expand all Loading... |
531 .BR "\-\-quiet\-build [ y | n ]" | 535 .BR "\-\-quiet\-build [ y | n ]" |
532 Redirect all build output to logs alone, and do not | 536 Redirect all build output to logs alone, and do not |
533 display it on stdout. | 537 display it on stdout. |
534 .TP | 538 .TP |
535 .BR \-\-quiet\-unmerge\-warn | 539 .BR \-\-quiet\-unmerge\-warn |
536 Disable the warning message that's shown prior to | 540 Disable the warning message that's shown prior to |
537 \fB\-\-unmerge\fR actions. This option is intended | 541 \fB\-\-unmerge\fR actions. This option is intended |
538 to be set in the \fBmake.conf\fR(5) | 542 to be set in the \fBmake.conf\fR(5) |
539 \fBEMERGE_DEFAULT_OPTS\fR variable. | 543 \fBEMERGE_DEFAULT_OPTS\fR variable. |
540 .TP | 544 .TP |
| 545 .BR "\-\-rebuild [ y | n ]" |
| 546 Rebuild packages when dependencies that are used at both build-time and |
| 547 run-time are upgraded. |
| 548 .TP |
541 .BR "\-\-rebuilt\-binaries [ y | n ]" | 549 .BR "\-\-rebuilt\-binaries [ y | n ]" |
542 Replace installed packages with binary packages that have | 550 Replace installed packages with binary packages that have |
543 been rebuilt. Rebuilds are detected by comparison of | 551 been rebuilt. Rebuilds are detected by comparison of |
544 BUILD_TIME package metadata. This option is enabled | 552 BUILD_TIME package metadata. This option is enabled |
545 automatically when using binary packages | 553 automatically when using binary packages |
546 (\fB\-\-usepkgonly\fR or \fB\-\-getbinpkgonly\fR) together with | 554 (\fB\-\-usepkgonly\fR or \fB\-\-getbinpkgonly\fR) together with |
547 \fB\-\-update\fR and \fB\-\-deep\fR. | 555 \fB\-\-update\fR and \fB\-\-deep\fR. |
548 .TP | 556 .TP |
549 .BR "\-\-rebuilt\-binaries\-timestamp=TIMESTAMP" | 557 .BR "\-\-rebuilt\-binaries\-timestamp=TIMESTAMP" |
550 This option modifies emerge's behaviour only if | 558 This option modifies emerge's behaviour only if |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 .BR ebuild (1), | 977 .BR ebuild (1), |
970 .BR ebuild (5), | 978 .BR ebuild (5), |
971 .BR make.conf (5), | 979 .BR make.conf (5), |
972 .BR color.map (5), | 980 .BR color.map (5), |
973 .BR portage (5) | 981 .BR portage (5) |
974 .LP | 982 .LP |
975 A number of helper applications reside in \fI/usr/lib/portage/bin\fR. | 983 A number of helper applications reside in \fI/usr/lib/portage/bin\fR. |
976 .LP | 984 .LP |
977 The \fBapp\-portage/gentoolkit\fR package contains useful scripts such as | 985 The \fBapp\-portage/gentoolkit\fR package contains useful scripts such as |
978 \fBequery\fR (a package query tool). | 986 \fBequery\fR (a package query tool). |
OLD | NEW |