summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.10.21Zac Medico2011-10-051-9/+3
| | | | Extended package sets configuration is disabled in the stable branch.
* Remove FEATURES=preserve-libs config/docs.Zac Medico2011-10-051-15/+5
| | | | Support for FEATURES=preserve-libs is disabled in the stable branch.
* man/emerge.1: fix spelling of behaviorZac Medico2011-09-231-2/+2
|
* emerge: add --complete-graph-if-new-ver < y | n >Zac Medico2011-09-211-0/+4
| | | | | Trigger the --complete-graph behavior if an installed package version will change (upgrade or downgrade). This option is enabled by default.
* autounmask: Always use unresticted atoms for license and USE changesSebastian Luther2011-09-211-3/+4
| | | | See bug 379333.
* Document ** keyword for --autounmask-keep-masks.Zac Medico2011-09-191-1/+1
|
* autounmask: Add --autounmask-keep-masks optionSebastian Luther2011-09-191-0/+5
| | | | | | Disables creation of p.unmask entries to allow users to insist on their masks and hope for another conflict resolution (i.e. missed update). This fixes bug 372485.
* autounmask: Add --autounmask-unrestricted-atoms optionSebastian Luther2011-09-191-0/+5
| | | | | | | | The default behavior of --autounmask is now changed back to the original one, namely to use '=' operators. The --autounmask-unrestricted-atoms option allows the use of '>=' operators whenever possible. This addresses the issues raised in bugs 372405, 374331 and 379333.
* autounmask: Document where changes are writenSebastian Luther2011-09-181-0/+4
|
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-261-8/+6
| | | | | | | | | | | | | | Right now, the --rebuild-if-* flags only rebuild packages that are used at both run-time and build-time. This doesn't help for packages that are used only at build-time (for example, static libaries). Rebuilding packages whenever a build-time dependency is changed is easier to understand and explain, and it handles all cases correctly. BUG=chromium-os:15517 TEST=Run emerge test suite. Change-Id: Iae8dab24e8acb6625bc1a0ce41862e90b232eb84
* Make emerge --noreplace identical to --selective.Zac Medico2011-07-191-6/+2
| | | | | | This removes a very subtle difference in --noreplace package selection logic which is not very useful and triggers strange package selection choices in some cases, as reported in bug #375571.
* autounmask: reference EMERGE_DEFAULT_OPTS in docsZac Medico2011-06-041-1/+3
|
* autounmask-write: mention --ask in docsZac Medico2011-06-021-1/+1
|
* man/emerge.1: refer to ebuild(5) for atom syntaxZac Medico2011-05-261-1/+1
|
* Document that --autounmask is enabled by default.Zac Medico2011-05-161-4/+5
|
* Implement --autounmask-writeSebastian Luther2011-05-151-0/+4
| | | | | Enabling this option together with --autounmask writes proposed changes to config files, honoring CONFIG_PROTECT.
* preserve-libs: preserve during uninstallZac Medico2011-05-141-1/+4
| | | | | | This will fix bug #286714. The emerge --depclean-lib-check option will now be ignored when FEATURES=preserve-libs is enabled, since any libraries that have consumers will simply be preserved.
* depgraph: in complete mode respect --with-bdepsZac Medico2011-05-111-0/+2
| | | | | If you want the graph as complete as possible, now you'll have to use --with-bdeps=y together with --complete-graph.
* emerge: replace --rebuild with finer grained optsDavid James2011-05-041-2/+12
| | | | | | | | | | | | | | | | | | | | | | Replace --rebuild option with --rebuild-if-* options. --rebuild-if-new-rev [ y | n ] Rebuild packages when dependencies that are used at both build-time and run-time are built, if the dependency is not already installed with the same version and revision. --rebuild-if-new-ver [ y | n ] Rebuild packages when dependencies that are used at both build-time and run-time are built, if the dependency is not already installed with the same version. Revision numbers are ignored. --rebuild-if-unbuilt [ y | n ] Rebuild packages when dependencies that are used at both build-time and run-time are built. Change-Id: Ia50c1702bfe1b98a8d1891740e7bbb045921a905 Review URL: http://gerrit.chromium.org/gerrit/280
* Add --rebuild-ignore flag.David James2011-05-031-0/+4
| | | | | | | | | A space separated list of package names or slot atoms. Emerge will not rebuild packages that depend on matching packages due to \fB\-\-rebuild\fR. Change-Id: Ia58fe632ed06c97a22413da0341d7f8da2d65ba8 Review URL: http://gerrit.chromium.org/gerrit/209
* emerge: rename --no*-atoms to --*-excludeZac Medico2011-05-021-2/+2
|
* Update timestamps in headers of modified files.Zac Medico2011-05-011-1/+1
|
* emerge: add --rebuild and --norebuild-atoms optsDavid James2011-05-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | Rebuild when build-time/run-time deps are upgraded. If pkgA has been updated, and pkgB depends on pkgA at both build-time and run-time, pkgB needs to be rebuilt. This feature ensures that all packages are consistent when dependencies that are used at both runtime and build time are changed. This feature only rebuilds packages one layer deep. That means that if you upgrade libcros, for example, packages that depend directly on libcros will be rebuilt and reinstalled, but indirect dependencies will not be rebuilt. BUG=chromium-os:14296 TEST=Test whether packages rebuilding a bunch of packages. Change-Id: Idbc0532b4b1de28fd9e5a0abe3b7dbe1a3abd2c8 Review URL: http://codereview.chromium.org/6905107
* emerge: add --misspell-suggestions=n optionZac Medico2011-04-281-1/+7
| | | | This will fix bug #363137.
* emerge: add 3 new options similar to --excludeDavid James2011-04-271-0/+13
| | | | | | | | | | | | | | | | | | | | | | | Add --nousepkg-atoms, --useoldpkg-atoms, and --reinstall-atoms flag to Portage reinstall-atoms accepts a space separated list of package names or slot atoms. Emerge will treat matching packages as if they are not installed, and reinstall them if necessary. useoldpkg-atoms accepts a space separated list of package names or slot atoms. Emerge will prefer matching binary packages over newer unbuilt packages. This is useful in case you want to request that a particular package won't be rebuilt from source. nousepkg-atoms accepts a space separated list of package names or slot atoms. Emerge will ignore matching binary packages. Change-Id: I0d73039c6a4cd63695b28ffc80215628e0e05c95 BUG=chromium-os:12507 TEST=Try out the flag Review URL: http://codereview.chromium.org/6577024
* emerge: support [ y | n ] for --askZac Medico2011-03-241-1/+1
| | | | | | This allows --ask to be enabled via EMERGE_DEFAULT_OPTS, and then temporarily disabled via the command-line. This may be useful for programs that call emerge non-interactively, as in bug #360233.
* emerge: support [ y | n ] for --quietv2.2.0_alpha27Zac Medico2011-03-141-3/+3
| | | | | | This allows --quiet and --quiet-build to be enabled via EMERGE_DEFAULT_OPTS, and then temporarily disabled via the command- line.
* emerge.1: escape hyphensv2.2.0_alpha25Zac Medico2011-02-221-1/+1
|
* emerge.1: mention revdep-rebuild in depclean docsZac Medico2011-02-221-1/+5
|
* emerge.1: fix arg description more for bug 354137Zac Medico2011-02-211-2/+3
|
* Display: tweak output and docs for bug 58416Zac Medico2011-02-131-4/+9
| | | | | | Now the masking display is disabled by the --quiet option if the --verbose option is not enabled simultaneously. Also, docs are updated as per bug 58416, comment #11 and #12.
* emerge.1: cross-ref --newuse and --changed-useZac Medico2011-02-121-1/+3
| | | | This will fix bug #354437.
* emerge.1: clarify docs for package argumentsv2.2.0_alpha23Zac Medico2011-02-081-4/+6
| | | | This will fix bug #354137.
* emerge.1: update date in headerZac Medico2011-02-021-1/+1
|
* emerge.1: Document mask display for bug 58416.Zac Medico2011-02-021-0/+22
|
* Bump header date stamps on man pages.Zac Medico2010-11-261-1/+1
|
* emerge: accept 'y' for options that accept 'n'Zac Medico2010-11-231-17/+17
| | | | This will fix bug #346349 and bug #344799.
* Raise default backtrack limit for bug 337178Sebastian Luther2010-10-211-1/+1
| | | | | | | | The bug was solved in principle, but other conflicts could lead to all tries being used up too early. The default backtrack limit is changed from 5 to 10. The maximal depth of the backtrack graph is now half of the backtrack limit.
* Update man page header dates.Zac Medico2010-10-111-1/+1
|
* Add support for emerge --buildpkg=n.Zac Medico2010-10-091-1/+1
|
* Update emerge --autounmask docs to indicate support for LICENSEZac Medico2010-09-171-2/+2
| | | | masks.
* Update --autounmask docs to note that it generates package.use settings.Zac Medico2010-09-091-1/+2
|
* Make the "MASKED PACKAGES" section of the emerge man page refer toZac Medico2010-09-051-1/+2
| | | | package.accept_keywords instead of package.keywords.
* Replace the literal portage version in all man page headers with theZac Medico2010-08-301-1/+1
| | | | | | string 'VERSION' which can be used as a sed template at install time. This will help avoid lots of merge conflicts since these header lines contain both a date and a portage version.
* Bug #335242: Fix typo in emerge(1) man page.Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
|
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-2/+2
| | | | /usr/share/portage/config/ instead of /etc/make.globals.
* * Add a --autounmask[=n] option and for now leave it disableZac Medico2010-08-051-0/+9
| | | | | | | | by default in order to minimize the impact of any bugs. * If _wrapped_select_pkg_highest_available_imp returns an installed package when the user has not explicitly requested for this package to be replaced (typically via an atom on the command line), reject the installed package and try to unmask one.
* Add a warning message to the --package-moves[=n] docs, noting thatZac Medico2010-07-281-1/+4
| | | | should remain enabled under normal circumstances.
* Add a --package-moves[=n] option that can be used to control theZac Medico2010-07-281-0/+4
| | | | | "Performing Global Updates" routine. This option is enabled by default.
* Document --depclean-lib-check[=n].Zac Medico2010-07-281-0/+6
|