summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* remove stray quote introduced in revision 2645Zac Medico2006-02-041-1/+1
* Remove all bug referencesJason Stubbs2006-02-041-1/+1
* Add back emerge list header hiding when --quiet is used.Jason Stubbs2006-02-041-1/+1
* Fix for bug #119049Alec Warner2006-02-031-1/+3
* Shout out to RiverRat for reporting, fixup the output to use the correct verb...Alec Warner2006-02-031-4/+9
* Minor fixups with spelling, Thanks to Benno Schulenberg <benno@nietvergeten.n...Alec Warner2006-02-031-5/+5
* Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ...Alec Warner2006-02-031-17/+17
* Revert change in -r2611, re-opening bug 121106. The fix is not that simple.....Alec Warner2006-02-021-2/+1
* Fix for bug #121106, resume + skipfirst + pretend would print the skipped pac...Alec Warner2006-01-311-1/+2
* remove red coloring from right ')' in 'dependency required by' message report...Zac Medico2006-01-311-1/+1
* get --nospinner from myopts instead of sys.argv so that it works with EMERGE_...Zac Medico2006-01-301-3/+3
* Add support for an --alphabetical option to emerge that restores the oldJason Stubbs2006-01-271-4/+11
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-271-2/+2
* accept --skip-first and --skipfirstMike Frysinger2006-01-231-1/+3
* get rid of the word "downloaded" in the search output because some people can...Mike Frysinger2006-01-091-4/+4
* - set noiselevel when quiet is enabledNed Ludd2006-01-051-0/+1
* bug 117849, when parallel-fetch is on don't write out the mtimedb in the fetc...Brian Harring2006-01-051-0/+3
* update copyright yearsMike Frysinger2006-01-051-1/+1
* Unify the -p and -pv USE display functions and IUSE additions in yellowJason Stubbs2005-12-311-32/+16
* Don't print emaint warning for masked/non-existant packages. When usingJason Stubbs2005-12-301-1/+7
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+4
* - export env variable PORTAGE_QUIET when --quiet option is passedNed Ludd2005-12-261-0/+1
* Don't show any use flags when using --quiet.Jason Stubbs2005-12-251-0/+4
* Don't try to resolve deps of blockers when using --onlydeps.Jason Stubbs2005-12-251-10/+9
* - initial commit of post --sync hook. postsync.d to come at a later timeNed Ludd2005-12-251-0/+7
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
* Make --skipfirst imply --resume.Jason Stubbs2005-12-211-0/+3
* - make quiet really mean itNed Ludd2005-12-211-1/+1
* USE flags in the to-be-installed package's IUSE but not in currently installedJason Stubbs2005-12-211-2/+2
* Don't show enabled flags when not using --verbose if they haven't changedJason Stubbs2005-12-211-9/+8
* Push portage to the top of the system and world lists when updating.Jason Stubbs2005-12-211-0/+8
* Prevent traceback on fetcher failure and properly check for error conditionsJason Stubbs2005-12-211-1/+2
* Add USE display when --verbose is not used. Only flags that are enabled,Jason Stubbs2005-12-181-10/+33
* Restore previous --verbose USE flag style and prepare for a minimal flagJason Stubbs2005-12-181-70/+72
* Quick hack to work around the extra package lookups in porttree when checkingJason Stubbs2005-12-181-11/+17
* parallel-fetch, baby.Brian Harring2005-12-181-0/+35
* Check if packages listed in the --resume list have been removed from theJason Stubbs2005-12-171-0/+8
* Check if atoms with matching keys will result in higher versioned packagesJason Stubbs2005-12-171-2/+1
* Add --verbose to the list of options that need to be removed from those Jason Stubbs2005-12-171-4/+3
* Fail if not running as root and --resume is attempted.Jason Stubbs2005-12-171-1/+1
* Prevent masked use flags from being shown in packages' flag list.Jason Stubbs2005-12-161-18/+16
* Change unmatched ' to " in use flag output.Jason Stubbs2005-12-161-1/+1
* Separate and format USE_EXPAND based variables found in IUSE.Jason Stubbs2005-12-131-19/+62
* make the --quiet option useful, touchup whitespace in a few places, and add -...Mike Frysinger2005-12-101-14/+28
* eat whitespace -> YUMMike Frysinger2005-12-091-7/+7
* don't do a sort if just doing percentage for emerge --metadataBrian Harring2005-11-131-1/+0
* Limit --emptytree to only affect ${ROOT} (#34887)Jason Stubbs2005-11-091-1/+1
* Clean up reporting of the parent of an unsatisfied atom.Jason Stubbs2005-11-081-7/+4
* integration chunk of the cache subsystem patch.Brian Harring2005-11-051-75/+52
* Use os.path.splitext() rather than slicing strings to get at file extensions....Jason Stubbs2005-11-031-5/+7