summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* mention the use of @ in -s; bug 137565Simon Stelling2006-06-221-3/+5
| | | | svn path=/main/trunk/; revision=3605
* Benno Schulenberg writes in #136818: tweak --nocolor descriptionMike Frysinger2006-06-171-1/+1
| | | | svn path=/main/trunk/; revision=3523
* Benno Schulenberg writes in #136818: tweak the description of --infoMike Frysinger2006-06-171-2/+2
| | | | svn path=/main/trunk/; revision=3522
* Benno Schulenberg writes in #136818: make the style of the --pretend letter ↵Mike Frysinger2006-06-171-8/+8
| | | | | | descriptions uniform svn path=/main/trunk/; revision=3521
* Benno Schulenberg writes in #136818: put the --config action in its ↵Mike Frysinger2006-06-171-5/+5
| | | | | | alphabetical place while adjusting the words and spaces a little. svn path=/main/trunk/; revision=3520
* line wrap to 80 colsMike Frysinger2006-06-171-12/+18
| | | | svn path=/main/trunk/; revision=3519
* Benno Schulenberg writes in #136818: changes the wording of the "set" ↵Mike Frysinger2006-06-171-4/+4
| | | | | | parameter to be similar to its neighbours. svn path=/main/trunk/; revision=3518
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-0/+4
| | | | svn path=/main/trunk/; revision=3437