summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug #265267 - Add hint about --accept-properties=-interactive in theZac Medico2009-10-061-1/+4
| | | | | | --jobs docs. svn path=/main/trunk/; revision=14508
* Bug #287870 - Add -r option as short version of --resume.Zac Medico2009-10-061-1/+1
| | | | svn path=/main/trunk/; revision=14504
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-062-2/+19
| | | | | | | | | | | ACCEPT_PROPERTIES on the commandline, without relying on emerge's legacy behavior of allowing variables to leak in from the calling environment. A typical usage example for this option would be to use --accept-properties=-interactive to temporarily mask interactive packages. With default configuration, this would result in an effective ACCEPT_PROPERTIES value of "* -interactive". svn path=/main/trunk/; revision=14501
* Add a 'digest.missing' check, for cases like mythtv where the eclass hasZac Medico2009-10-061-0/+6
| | | | | | | modified the SRC_URI and now the Manifest has missing digests. Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=14500
* Enable FEATURES=news by default and document it.Zac Medico2009-10-051-0/+4
| | | | svn path=/main/trunk/; revision=14498
* Bug #285191 - Remove the RDEPEND.implicit check because it is invalid.Zac Medico2009-10-011-4/+0
| | | | svn path=/main/trunk/; revision=14471
* Add --tolerant option (already in use on master rsync mirror), requested byZac Medico2009-09-301-0/+5
| | | | | | robbat2. svn path=/main/trunk/; revision=14469
* Update documentation of inherit. Reported by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-09-151-4/+5
| | | | svn path=/main/trunk/; revision=14274
* Document ACCEPT_PROPERTIES and package.properties.Zac Medico2009-09-063-0/+24
| | | | svn path=/main/trunk/; revision=14206
* Document ACCEPT_LICENSE and package.license.Zac Medico2009-09-063-0/+23
| | | | svn path=/main/trunk/; revision=14205
* Fix documentation of some QA_* variables.Arfrever Frehtes Taifersar Arahesis2009-09-041-3/+3
| | | | svn path=/main/trunk/; revision=14184
* Remove reference to GRP_STAGE23_USE (bug #283358).Arfrever Frehtes Taifersar Arahesis2009-09-011-3/+0
| | | | svn path=/main/trunk/; revision=14176
* Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS andZac Medico2009-08-231-0/+4
| | | | | | | are not masked in the global package.mask. Thanks to Diego E. Pettenò for the suggestion. svn path=/main/trunk/; revision=14132
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-211-1/+1
| | | | | | after it's been enabled in EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=14121
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-211-1/+4
| | | | | | behavior that may have been implied by some other option like --update. svn path=/main/trunk/; revision=14120
* Note that package.* and use.* as directories is only supported sinceZac Medico2009-08-211-1/+2
| | | | | | portage-2.1.6.7, and it is not included in PMS at this time. svn path=/main/trunk/; revision=14118
* Rename QA_NEEDED to QA_DT_NEEDED.Arfrever Frehtes Taifersar Arahesis2009-08-211-1/+1
| | | | svn path=/main/trunk/; revision=14117
* Improve an example. Patch by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-08-211-2/+2
| | | | svn path=/main/trunk/; revision=14116
* Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED ↵Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+10
| | | | | | variable. svn path=/main/trunk/; revision=14115
* Fix portage.5 man page to document the fact that some files in profiles ↵Arfrever Frehtes Taifersar Arahesis2009-08-201-0/+12
| | | | | | directory can be directories. svn path=/main/trunk/; revision=14104
* correct pointer, as pointed out by darkside in IRCFabian Groffen2009-08-051-1/+1
| | | | svn path=/main/trunk/; revision=13920
* Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34Zac Medico2009-08-041-0/+3
| | | | svn path=/main/trunk/; revision=13884
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-011-4/+4
| | | | | | | the command line after it's been enabled in EMERGE_DEFAULT_OPTS. Also do the same for --usepkgonly, --getbinpkg, and --getbinpkgonly. svn path=/main/trunk/; revision=13873
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-011-1/+1
| | | | | | the command line after it's been enabled in EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=13872
* Bug #276264 - Advise manual removal of the metadata/cache/ direcory when usingZac Medico2009-07-301-2/+3
| | | | | | eclass-overrides. svn path=/main/trunk/; revision=13864
* FEATURES=unmerge-logsZac Medico2009-07-201-0/+4
| | | | | | | | | Keep logs from successful unmerge phases. This is relevant only when PORT_LOGDIR is set. Thanks to Diego Pettenò <flameeyes@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=13844
* Improve description of QA_DT_HASH.Arfrever Frehtes Taifersar Arahesis2009-07-121-0/+3
| | | | svn path=/main/trunk/; revision=13820
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-091-3/+3
| | | | | | | should go. Also make --update so it no longer implies the equivalent of --deep=1. To get the old --update behavior, use --update --deep=1. svn path=/main/trunk/; revision=13812
* Document the --selective option.Zac Medico2009-07-081-0/+4
| | | | svn path=/main/trunk/; revision=13807
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-071-0/+4
| | | | | | | | | Tells emerge to ignore binary packages if their use flags don't match the current configuration. (default: ´n´) Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch (small tweaks by me). svn path=/main/trunk/; revision=13802
* Bug #276264 - Note that eclass-overrides may make it necessary to setZac Medico2009-07-051-1/+6
| | | | | | PORTAGE_RSYNC_EXTRA_OPTS="--exclude=/metadata/cache" in make.conf. svn path=/main/trunk/; revision=13788
* Correct --help usage since it no longer takes system, world, or --sync asZac Medico2009-07-041-1/+1
| | | | | | input. Thanks to Marat Radchenko <slonopotamusorama@gmail.com> for this patch. svn path=/main/trunk/; revision=13778
* Remove the --avoid-update option and make it the default behavior whenZac Medico2009-07-041-12/+0
| | | | | | | --update is not specified, as suggested by Allen Brooker (AllenJB) <gentoo-bugs@allenjb.me.uk> in bug #275945, comment #2. svn path=/main/trunk/; revision=13772
* Bug #275945 - Add a new --avoid-update which tries to avoid updating packagesZac Medico2009-06-301-0/+12
| | | | | | | which possible. Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13745
* Add a EMERGE_LOG_DIR variable to control the location of emerge.log andZac Medico2009-06-181-0/+5
| | | | | | | emerge-fetch.log. This was requested by Eitan Mosenkis <eitan@mosenkis.net> for use in his 'online image builder' soc project. svn path=/main/trunk/; revision=13652
* Bug #274279 - Add color.map support for mapping a color to a different colorZac Medico2009-06-161-2/+2
| | | | | | | (rather than just mapping a class/style to a different color). Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13643
* Escape hyphens from previous commit.Zac Medico2009-06-161-6/+6
| | | | svn path=/main/trunk/; revision=13642
* Misc fixes and updates. Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de>Zac Medico2009-06-161-2/+27
| | | | | | for this patch from bug #274279. svn path=/main/trunk/; revision=13641
* Document FEATURES=python-trace.Zac Medico2009-06-131-0/+4
| | | | svn path=/main/trunk/; revision=13638
* Bug #273020 - Document FEATURES=multilib-strict. Thanks to Samuli SuominenZac Medico2009-06-131-0/+7
| | | | | | <ssuominen@gentoo.org> for the patch. svn path=/main/trunk/; revision=13637
* Fix misleading/outdated info in the DESCRIPTION section.Zac Medico2009-05-041-3/+2
| | | | svn path=/main/trunk/; revision=13612
* Fix "arguments" spelling.v2.2_rc33Zac Medico2009-05-031-1/+1
| | | | svn path=/main/trunk/; revision=13608
* Bug #268398 - Document econf's automatic die behavior.Zac Medico2009-05-031-2/+3
| | | | svn path=/main/trunk/; revision=13600
* Clarify RESTRICT=bindist docs by referring to 'built' packages. Thanks toZac Medico2009-04-291-1/+1
| | | | | | Thomas Sachau <tommy@g.o> for reporting. svn path=/main/trunk/; revision=13414
* fix e-mail munging and add see also sectionMike Frysinger2009-04-271-1/+5
| | | | svn path=/main/trunk/; revision=13402
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-261-0/+3
| | | | | | inherit call. Thanks to Markus Meier <maekke@g.o> for the initial patch. svn path=/main/trunk/; revision=13401
* Clarify language in repos.conf reference to repoman and egencache.Zac Medico2009-04-201-1/+2
| | | | svn path=/main/trunk/; revision=13378
* Emphasize precedence of repos.conf over layout.conf.Zac Medico2009-04-191-2/+6
| | | | svn path=/main/trunk/; revision=13371
* Add notes about eclass precedence for metadata/layout.conf.Zac Medico2009-04-191-1/+5
| | | | svn path=/main/trunk/; revision=13370
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-191-0/+7
| | | | | | | | action is implied by uninstall actions, including --depclean, --prune and --unmerge. Use --deselect=n in order to prevent uninstall actions from removing atoms from the world file. This solves bug #259994 and bug #265206. svn path=/main/trunk/; revision=13363