aboutsummaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man/ebuild.5: document DOCS variable for EAPI 4Alexandre Rostovtsev2011-05-301-0/+6
| | | | This will fix bug #369383.
* man/emerge.1: refer to ebuild(5) for atom syntaxZac Medico2011-05-261-1/+1
|
* Add FEATURES=distcc-pump support.MATSUU Takuto2011-05-201-0/+3
| | | | This will fix bug #288597.
* Document that --autounmask is enabled by default.Zac Medico2011-05-161-4/+5
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-152-3/+3
|
* 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.
* LinkageMapELF: remove unused importsv2.2.0_alpha32Zac Medico2011-05-081-1/+1
|
* Add FEATURES=parallel-install for finer locks.Zac Medico2011-05-071-1/+6
|
* Rename FEATURES=no-ebuild-locks to ebuild-locks.Zac Medico2011-05-071-0/+4
|
* 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-012-2/+2
|
* 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
* repoman: remove most old-style virtual checksZac Medico2011-05-011-9/+0
| | | | | | | | | PROVIDE virtuals have been banned from Gentoo's tree (see bug #365505), so these checks aren't needed anymore. The PROVIDE.syntax check is kept in the Package class since PROVIDE is still supported for backward compatibility, and therefore invalid syntax can still have negative effects. This check can be removed if/when backward compatibilty is completely dropped.
* repoman: Check for PROVIDE.Ulrich Mueller2011-05-011-0/+3
| | | | This will fix bug #365505.
* Support multiple arguments in set_unless_changed() and unset_unless_changed().Arfrever Frehtes Taifersar Arahesis2011-05-011-2/+2
| | | | Use VARIABLE=VALUE syntax for arguments of set_unless_changed().
* Bug #365439: Add set_unless_changed() and unset_unless_changed().Arfrever Frehtes Taifersar Arahesis2011-05-011-3/+17
|
* 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
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
|
* Add force-mirror FEATURE.David James2011-04-071-0/+4
| | | | | | | | | | | | | force-mirror: Only fetch files from configured mirrors, ignoring SRC_URI, except when mirror is in the ebuild(5) RESTRICT variable. BUG=chromium-os:13221 TEST=Test that ebuilds now fail with FEATURES=force-mirror if files are not in the configured mirror. Change-Id: I8484d5af8dff97b431398030b33c024ff1295ba0 Review URL: http://codereview.chromium.org/6677171
* Support PORTAGE_GPG_SIGNING_COMMAND variable.Arfrever Frehtes Taifersar Arahesis2011-04-031-0/+4
|
* 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.
* Update timestamps in headers of modified files.v2.2.0_alpha28Zac Medico2011-03-181-1/+1
|
* make.conf.5: fix "direcory" spellingZac Medico2011-03-171-1/+1
| | | | Thanks to Francesco Turco in bug #359273.
* 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.
* repoman: add back portage.internal checkZac Medico2011-02-251-0/+3
| | | | | | This check got removed for bug #262365, but now that EAPI 4 is released we can add it back. Now it checks for ecompress/ecompressdir too (for bug #218347).
* 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
|
* _eapi4_src_install: handle empty DOCS like PMSZac Medico2011-02-191-1/+1
| | | | This will fix bug #355635.
* Update date headers for modified files.v2.2.0_alpha24Zac Medico2011-02-151-1/+1
|
* 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.
* ebuild.1: update outdated BUILD_PREFIX docsZac Medico2011-02-131-2/+2
| | | | This will fix bug #354387.
* 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.
* Update dates in headers.Zac Medico2011-02-071-1/+1
|
* ebuild.5: fix spelling of "defaults"Zac Medico2011-02-071-1/+1
|
* repoman.1: new variable.usedwithhelpers checkZac Medico2011-02-021-1/+4
|
* 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
|
* portage.5: update date in headerZac Medico2011-02-011-1/+1
|
* portage.5: document /etc/portage/license_groupsZac Medico2011-02-011-0/+1
|
* make.conf.5: doc multi PORTAGE_BINHOST supportZac Medico2011-01-261-4/+4
|
* dispatch-conf: restrict default archive-dir permsv2.2.0_alpha18Zac Medico2011-01-191-2/+14
| | | | | Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603.
* make.conf.5: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-191-1/+11
|
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-121-1/+3
| | | | This is the new behavior, for bug #211529.