summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add support for repos.conf 'aliases' attribute which allows aliasZac Medico2009-04-161-3/+6
| | | | | | substitution in metadata/layout.conf repository references. svn path=/main/trunk/; revision=13352
* Fix typo from previous commit.Zac Medico2009-04-161-1/+1
| | | | svn path=/main/trunk/; revision=13351
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-161-3/+10
| | | | svn path=/main/trunk/; revision=13350
* Add a note about egencache to the --regen docs.Zac Medico2009-04-121-1/+2
| | | | svn path=/main/trunk/; revision=13330
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-111-0/+22
| | | | | | | | | | | | | | | | | | | | | | | to configure site-specific eclass override behavior. Note that configuration settings which are specified here do not apply to tools such as repoman(1) and egencache(1) since their operations are inherently not site-specific. Beware that use of eclass-overrides is generally not recommended and that it may trigger performance issues under some circumstances (see bug #124041). Example: # make all repositories inherit eclasses from the java-overlay and # java-experimental repositories, with eclasses from java-experimental # taking precedence over those from java-overlay [DEFAULT] eclass-overrides = java-overlay java-experimental # disable all eclass overrides for the gentoo repository [gentoo] eclass-overrides = svn path=/main/trunk/; revision=13325
* Move the /etc/portage categories and mirrors docs into alphabetical order.Zac Medico2009-04-111-44/+44
| | | | svn path=/main/trunk/; revision=13324
* Add a --repo option, allowing cache to be generated for overlays.Zac Medico2009-04-061-3/+7
| | | | svn path=/main/trunk/; revision=13292
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | specifies information about the repository layout. Currently, only a single "masters" attribute is supported, which is used to specify names of repositories which satisfy dependencies on eclasses and/or ebuilds. Each repository name should correspond the value of a repo_name entry from one of the repositories that is configured via the PORTDIR or PORTDIR_OVERLAY variables. Since layout.conf is now used to control eclass inheritance, it is now safer to use overlays which contain forked eclasses have names identical to those from the main tree. Such eclasses will only apply to their containing repository and any other repositories which reference their containing repository via layout.conf. This solves bug #124041 by containing eclass overrides so that they don't necessarily apply to all ebuilds. Thanks to Alistair Bush <ali_bush@g.o> for his initial patch for layout.conf support in repoman (will be merged later). See the "QA Overlay Layout support" thread on the gentoo-dev mailing list for more information: http://archives.gentoo.org/gentoo-dev/msg_33c61550b4ed2b7b25dd5a4110e1ec81.xml svn path=/main/trunk/; revision=13291
* Note that only updates to PORTDIR are currently supported.Zac Medico2009-04-011-1/+3
| | | | svn path=/main/trunk/; revision=13275
* - Add more info to the DESCRIPTION section.Zac Medico2009-04-011-2/+31
| | | | | | | - Add a BUGS section to explain issues related to limitations in the cache format and its validation mechanism. svn path=/main/trunk/; revision=13274
* Remove the ATOMS section and move --update to a new ACTIONS section.Zac Medico2009-04-011-9/+7
| | | | svn path=/main/trunk/; revision=13272