summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
Commit message (Collapse)AuthorAgeFilesLines
* 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
* For bug #144333, document the new --reinstall=changed-use option.Zac Medico2007-06-281-0/+6
| | | | svn path=/main/trunk/; revision=7081
* For bug #156536, update --resume docs to show that the resume history is ↵Zac Medico2007-06-061-3/+7
| | | | | | capable of storing two merge lists. svn path=/main/trunk/; revision=6742
* For bug #177601, add a reference the --verbose option documentation in the ↵Zac Medico2007-05-081-1/+2
| | | | | | OUTPUT section. svn path=/main/trunk/; revision=6504
* tell people that the FILES section is not supposed to be complete (and sneak ↵Mike Frysinger2007-04-071-8/+10
| | | | | | in a few style fixups) svn path=/main/trunk/; revision=6348
* update --help example to match current behavior #168678 by Arthur HagenMike Frysinger2007-02-281-1/+1
| | | | svn path=/main/trunk/; revision=6100
* Document --config-root for bug #165334.Zac Medico2007-02-051-2/+7
| | | | svn path=/main/trunk/; revision=5889
* Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647.Zac Medico2007-01-201-7/+7
| | | | svn path=/main/trunk/; revision=5742
* Make env variable example about USE shell independentMarius Mauch2007-01-101-2/+3
| | | | svn path=/main/trunk/; revision=5510
* Update emerge --metadata docs for more clarity.Zac Medico2006-12-281-4/+6
| | | | svn path=/main/trunk/; revision=5404
* try to give the emerge manpage a facelift, upgrade clean and prune docs, ↵Alec Warner2006-12-281-39/+42
| | | | | | change 'dependency' to 'atom', other minor fixes svn path=/main/trunk/; revision=5401
* Manpage fix for bug # 158983, thanks to Fabio Correa for the patchAlec Warner2006-12-241-1/+1
| | | | svn path=/main/trunk/; revision=5369
* Document the new --color < y | n > option for bug #42115.Zac Medico2006-11-021-3/+5
| | | | svn path=/main/trunk/; revision=4907
* Escape quotes for bug #150932.Zac Medico2006-10-111-1/+1
| | | | svn path=/main/trunk/; revision=4663
* Document greedy atoms for the --update option.Zac Medico2006-10-091-2/+3
| | | | svn path=/main/trunk/; revision=4640
* Remove outdated mention of --update in the --deep docs.Zac Medico2006-10-091-1/+1
| | | | svn path=/main/trunk/; revision=4639
* Fix misspelling of dependencies for bug #149645.Zac Medico2006-09-301-1/+1
| | | | svn path=/main/trunk/; revision=4568
* Document the new --with-bdeps option.Zac Medico2006-09-291-4/+13
| | | | svn path=/main/trunk/; revision=4561
* Describe each of the USE flag symbols that are displayed in verbose mode ↵Zac Medico2006-09-031-1/+12
| | | | | | (see bug #146060). svn path=/main/trunk/; revision=4381
* update search docsMarius Mauch2006-07-151-8/+9
| | | | svn path=/main/trunk/; revision=3877