summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Add support for /etc/portage/package.accept_keywords. If bothZac Medico2010-08-151-7/+14
| | | | | | | | | | | package.accept_keywords and package.keywords are present, both of them will be used, and values from package.accept_keywords will override values from package.keywords. The package.accept_keywords file is intended to replace the package.keywords file, since profiles support a different form of package.keywords which modifies effective KEYWORDS (rather than ACCEPT_KEYWORDS). Note that bug #292083 requests support for package.accept_keywords in profiles.
* Add support for /etc/portage/make.profile as an alternative toZac Medico2010-08-151-3/+5
| | | | | | /etc/make.profile. If both /etc/make.profile/ and /etc/portage/make.profile/ exist, then /etc/make.profile/ will be preferred.
* Add support for /etc/portage/make.conf. If present, this file willZac Medico2010-08-152-2/+7
| | | | override settings from /etc/make.conf.
* Add not about RDEPEND not being implicitly set in EAPI 4 or later.Zac Medico2010-08-101-2/+3
|
* Bug #331413 - Clarify the behavior of the =$CATEGORY/$PN-$VERSION* atomZac Medico2010-08-061-3/+6
| | | | operator some more. Thanks to Dennis Schridde <devurandom@gmx.net>.
* Bug #331413 - Clarify valid $VERSION parts that may be used inZac Medico2010-08-061-1/+4
| | | | conjunction with the =$CATEGORY/$PN-$VERSION* atom operator.
* * 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.
* Bug #285191 - Add back the RDEPEND.implicit warning to detect the casesZac Medico2010-08-041-0/+4
| | | | | | where DEPEND is set and RDEPEND is unset in the ebuild, since this triggers implicit RDEPEND=$DEPEND assignment (prior to EAPI 4) and is forbidden by the QA team.
* repoman: Check if the prefix.eclass is inherited if eprefixify is used. ↵Sebastian Luther2010-08-041-0/+3
| | | | Thanks to Jeremy Olexa (darkside) for the initial patch.
* 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
|
* extended atom syntax: Add comment to make.conf man pageSebastian Luther2010-07-271-2/+7
|
* Use a directory for the default set configuration.Michał Górny2010-07-271-2/+2
| | | | | | | Expect /usr/share/portage/config/sets to be a directory containing any number of set configuration files. The default Portage sets.conf should be now installed as sets/portage.conf, and other ebuilds are free to install their own set configuration files there.
* Fix description of FEATURES=fixlafiles.Zac Medico2010-07-251-1/+1
|
* FEATURES: Rename lafilefixing -> fixlafilesSebastian Luther2010-07-251-1/+1
|
* Remove 'filedir.missing' check info.Michał Górny2010-07-151-3/+0
| | | | It is not used anywhere, and don't seem to be a useful check at all.
* Bug #328099 - Adjust ccache documentationSebastian Luther2010-07-131-2/+6
|
* warn that ccache can trigger compilation failureSebastian Luther2010-07-121-1/+4
|
* Let emerge fix .la filesSebastian Luther2010-07-121-0/+4
| | | | | Triggered by FEATURES="lafilefixing" (enabled by default) Includes a QA warning for invalid .la files.
* Support '--ask' option to 'repoman commit'.Michał Górny2010-07-111-0/+3
|
* Add FEATURES=unknown-features-warn, so the the warning about unknown FEATURESZac Medico2010-07-111-0/+3
| | | | values can be disabled.
* GLEP 55 removalDaniel Robbins2010-07-061-5/+0
|
* Add a --portdir option, requested by Daniel Robbins.Zac Medico2010-06-221-0/+3
|
* make.conf(5): document LDFLAGS with a warning, explain the different between ↵Nathan Phillip Brink2010-06-101-1/+15
| | | | C and CXX FLAGS. Thanks to few and abcd.
* Add help for --rebuilt-binaries-timestamp.Zac Medico2010-05-271-1/+1
|
* Add --rebuilt-binaries-timestamp optionSebastian Luther2010-05-271-0/+7
| | | | | | | This option makes emerge ignore binaries that would have been used for --rebuilt-binaries, if they are older than the given timestamp. Binaries are only reinstalled if they have a newer BUILD_TIME than the installed package (not only unequal) with this option.
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-1/+1
|
* New mode: manifest-check - Checks Manifests for missing or incorrect digestsZac Medico2010-05-161-0/+6
|
* Make --exclude use whitespace to separate atoms since atoms are typicallyZac Medico2010-05-041-1/+1
| | | | separated by whitespace.
* Bug #317921 - Fix spelling of "variable".Zac Medico2010-04-301-1/+1
|
* Support per-package bashrc files.Michał Górny2010-04-291-0/+21
| | | | | | | Support loading per-package bashrc files from the /etc/portage/env directory. The invidual files should reside in a directory matching ${CATEGORY}, with names matching ${PN}, ${PN}:${SLOT}, ${P} and/or ${PF} (which are applied in that order).
* Add --exclude optionSebastian Luther2010-04-291-0/+5
|
* Bug #317133 - s/execinto/exeinto/. Thanks to Denilson Sá ↵Zac Medico2010-04-251-1/+1
| | | | <denilsonsa@gmail.com>.
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-021-1/+1
| | | | parameter as PORTAGE_CONFIGROOT. Thanks to Brian Harring.
* Add support for package sets to quickpkgSebastian Luther2010-03-281-6/+10
| | | | | | | | Split quickpkg_atom out of quickpkg_main to handle single atoms. Create quickpkg_set to handle sets that calls quickpkg_atom. Use a dict called 'infos' to return information about skipped config files, etc. Move imports to global scope. Update --help message and man page.
* Fix typo.Zac Medico2010-03-191-1/+1
| | | | svn path=/main/trunk/; revision=15835
* Note that use.local.desc is automatically generated, and refer to GLEP 56.Zac Medico2010-03-191-2/+5
| | | | svn path=/main/trunk/; revision=15834
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+4
| | | | | | for wording suggestions. svn path=/main/trunk/; revision=15831
* * Remove outdated profiles.desc sentence about "1 profile allowed perZac Medico2010-03-091-7/+6
| | | | | | | | stable/dev/KEYWORD". Thanks to Torsten Veller <tove@g.o> for reporting. * Add 'exp' to valid profiles.desc status values, and update the example. svn path=/main/trunk/; revision=15795
* Move --update from the actions to the options section.Zac Medico2010-03-081-7/+7
| | | | svn path=/main/trunk/; revision=15777
* Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.Zac Medico2010-03-081-5/+20
| | | | svn path=/main/trunk/; revision=15776
* Escape hyphens.Zac Medico2010-03-081-1/+1
| | | | svn path=/main/trunk/; revision=15775
* Note that PORTAGE_SYNC_STALE=0 will disable warnings.Zac Medico2010-03-081-1/+1
| | | | svn path=/main/trunk/; revision=15757
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-081-0/+6
| | | | | | | 30 days old, and make it adjustable via the PORTAGE_SYNC_STALE variable. Thanks to Ned Ludd <solar@g.o> for the most of this code. svn path=/main/trunk/; revision=15756
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-0/+9
| | | | | | Luther (few) for this patch. svn path=/main/trunk/; revision=15739
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-0/+6
| | | | | | | prior to --unmerge actions. Thanks to Thomas Sachau <tommy@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=15486
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-221-1/+1
| | | | | | | | --getbinpkgonly mode, since --usepkgonly behaves better in cases when the portage tree is not exactly the same revision that was used to build the packages. svn path=/main/trunk/; revision=15427
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-0/+3
| | | | | | since it is superceded by LICENSE masking. svn path=/main/trunk/; revision=15418
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-2/+3
| | | | | | enabled. svn path=/main/trunk/; revision=15372