summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-301-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. (trunk r13363) svn path=/main/branches/2.1.6/; revision=13519
* Add a note about egencache to the --regen docs. (trunk r13330)Zac Medico2009-04-301-1/+2
| | | | svn path=/main/branches/2.1.6/; revision=13495
* Clarify docs for --root-deps. (trunk r13268)Zac Medico2009-04-301-1/+2
| | | | svn path=/main/branches/2.1.6/; revision=13447
* Combine the --rdeps-only and --root-deps options into a single --root-depsZac Medico2009-04-301-12/+8
| | | | | | option which takes an optional 'rdeps' argument. (trunk r13267) svn path=/main/branches/2.1.6/; revision=13446
* Add a --root option that sets $ROOT (complements the --config-root option).Zac Medico2009-04-301-1/+5
| | | | | | (trunk r13246) svn path=/main/branches/2.1.6/; revision=13425
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-04-301-0/+14
| | | | | | | combination with $ROOT. Thanks to Ned Ludd <solar@g.o> for the initial patch. (trunk r13245) svn path=/main/branches/2.1.6/; revision=13424
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-271-1/+4
| | | | | | (trunk r13179) svn path=/main/branches/2.1.6/; revision=13208
* ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).Zac Medico2009-03-111-1/+1
| | | | | | (trunk r12743) svn path=/main/branches/2.1.6/; revision=12992
* Fix --getbinpkgonly behavior so that binaries from the remote server areZac Medico2008-12-121-4/+2
| | | | | | | preferred over local packages if they are not identical. Thanks to Lance Albertson <ramereth@g.o> for reporting. (trunk r12207) svn path=/main/branches/2.1.6/; revision=12238
* Add 'automatically resolved' blockers to the --pretend docs. (trunk r12120)Zac Medico2008-11-291-1/+2
| | | | svn path=/main/branches/2.1.6/; revision=12121
* Bug #248599 - Remove docs for the --list-sets option.Zac Medico2008-11-251-3/+0
| | | | svn path=/main/branches/2.1.6/; revision=12089
* Add note in --depclean docs about link level dependency breakage.Zac Medico2008-11-251-1/+4
| | | | svn path=/main/branches/2.1.6/; revision=12088
* Remove world and system targets for emerge --help since it no longer works ↵Zac Medico2008-11-251-1/+1
| | | | | | | | now that they are sets rather than actions. (trunk r12086) svn path=/main/branches/2.1.6/; revision=12087
* Bug #248599 - Remove remaining references to packages sets and preserve-libs.Zac Medico2008-11-241-12/+6
| | | | svn path=/main/branches/2.1.6/; revision=12085
* Use a table to organize the key of USE flag symbols for the --verbose option.Zac Medico2008-11-231-9/+11
| | | | | | (trunk r12063) svn path=/main/branches/2.1.6/; revision=12064
* Use a table to organize the key of merge list display codes for the --pretendZac Medico2008-11-231-20/+13
| | | | | | option. (trunk r12061) svn path=/main/branches/2.1.6/; revision=12062
* Document "I" which represents PROPERTIES=interactive in the merge listZac Medico2008-11-231-0/+2
| | | | | | display. (trunk r12059) svn path=/main/branches/2.1.6/; revision=12060
* Add some people to the AUTHORS section. (trunk r12033)Zac Medico2008-11-221-0/+3
| | | | svn path=/main/branches/2.1.6/; revision=12034
* Bug #245779 - Document the new category subdirectory behavior for PKGDIR.Zac Medico2008-11-191-2/+2
| | | | | | (trunk r11997) svn path=/main/branches/2.1.6/; revision=11998
* Update docs to not prefix system and world sets with the @ symbol.Zac Medico2008-11-131-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=11885
* Adjust man headers to reference portage-2.1.6 instead of 2.2.Zac Medico2008-11-131-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=11884
* In the --depclean docs, there's no need to advise the user to use --oneshotZac Medico2008-09-271-1/+1
| | | | | | | when updating @system @world since @system now has world-candidate set to False by default. svn path=/main/trunk/; revision=11564
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-211-1/+5
| | | | svn path=/main/trunk/; revision=11531
* Update ROOT docs wrt make.conf since it can now be set there regardless ofZac Medico2008-08-221-2/+1
| | | | | | PORTAGE_CONFIGROOT setting. svn path=/main/trunk/; revision=11451
* Remove reference to use.default. Thanks to ulm for reporting.Zac Medico2008-08-191-4/+0
| | | | svn path=/main/trunk/; revision=11437
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-091-1/+1
| | | | svn path=/main/trunk/; revision=11374
* Add a reference to the default sets.conf location. Thanks to dberkholz forZac Medico2008-08-091-1/+5
| | | | | | the suggestion. svn path=/main/trunk/; revision=11366
* Add support for the --jobs option to be specified without anZac Medico2008-07-291-3/+4
| | | | | | | | | | | | | | argument, and also support -j as a short option. Since optparse doesn't natively support options with non-required args, create an insert_optional_args() function that inserts the required argument into the args so that optparse is happy. The function inserts the string True as a substitute for the argument that is required. This string is later converted to the True constant when stored in the emerge opts dict (similar to how normal boolean options are stored). The PollScheduler and SequentialTaskQueue classes recognize the meaning of the True constant to mean unlimited concurrent jobs. svn path=/main/trunk/; revision=11261
* Update --depclean and --prune, removing warnings about libraries since thoseZac Medico2008-07-221-15/+16
| | | | | | are now automatically accounted for. svn path=/main/trunk/; revision=11168
* Add some cross references between emerge's new parallel build options andZac Medico2008-07-151-0/+4
| | | | | | MAKEOPTS. svn path=/main/trunk/; revision=11063
* Document the new --jobs and --load-average options for parallelization.Zac Medico2008-07-111-1/+10
| | | | svn path=/main/trunk/; revision=11014
* Add documentation for the new --keep-going option.Zac Medico2008-06-271-3/+10
| | | | svn path=/main/trunk/; revision=10818
* Document the new emerge <file> feature.Zac Medico2008-06-201-1/+7
| | | | svn path=/main/trunk/; revision=10732
* Document the new ACCEPT_CHOSTS variable.Zac Medico2008-06-161-4/+2
| | | | svn path=/main/trunk/; revision=10671
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-031-5/+11
| | | | | | between them. svn path=/main/trunk/; revision=10563
* Bug #222623 - Use "regardless" instead of "irregardless" since the latterZac Medico2008-05-181-1/+1
| | | | | | is considered to be incorrect. svn path=/main/trunk/; revision=10357
* Document FEATURES="metadata-transfer" changes some more.Zac Medico2008-04-211-0/+2
| | | | svn path=/main/trunk/; revision=9934
* Rename the undocumented --conistent option to --complete-graph and addZac Medico2008-04-111-0/+11
| | | | | | some docs. svn path=/main/trunk/; revision=9846
* Clarify --with-bdeps behavior with example. Thanks to Griffon26 forZac Medico2008-04-051-3/+5
| | | | | | this patch. svn path=/main/trunk/; revision=9725
* more minor doc updates regarding package setsMarius Mauch2008-02-091-7/+9
| | | | svn path=/main/trunk/; revision=9310
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-191-2/+4
| | | | | | sometimes people don't realize that it exists. svn path=/main/trunk/; revision=8185
* Remove ambiguous "you should edit this file" warning.Zac Medico2007-10-101-2/+1
| | | | | | Thanks to Cardoe. svn path=/main/trunk/; revision=8040
* Generalize the first paragraph of the MASKED PACKAGES sectionZac Medico2007-10-051-4/+9
| | | | | | and document binary package CHOST masking. svn path=/main/trunk/; revision=7958
* Documnet EAPI in the MASKED PACKAGES section.Zac Medico2007-10-051-0/+5
| | | | svn path=/main/trunk/; revision=7951
* make -f/-F distinction clearerMike Frysinger2007-08-161-3/+2
| | | | svn path=/main/trunk/; revision=7632
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar ↵Zac Medico2007-08-061-2/+5
| | | | | | Arahesis in bug #137483. svn path=/main/trunk/; revision=7583
* For bug #137483, move the `emerge --help config` docs to the emerge man ↵Zac Medico2007-07-301-0/+37
| | | | | | page. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. svn path=/main/trunk/; revision=7430
* Document --depclean and --prune enhancements.Zac Medico2007-07-221-13/+21
| | | | svn path=/main/trunk/; revision=7345
* Update --prune docs for bug #151653.Zac Medico2007-07-201-6/+4
| | | | svn path=/main/trunk/; revision=7315
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-301-1/+5
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. svn path=/main/trunk/; revision=7100