summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* add a new emerge --ignore-default-opts option for bug 121695Zac Medico2006-02-121-2/+4
* fix typo for bug 111098 (patch by andre@fluffyspider.com.au)Zac Medico2006-02-111-1/+1
* use new write_atomic() function for all world file updatesZac Medico2006-02-091-2/+2
* Remove references to --verbose and --quiet in depgraph.display() and makeJason Stubbs2006-02-071-6/+6
* wrap all relevant atexit usage due to incompatibility with os.execv (needed f...Zac Medico2006-02-061-3/+3
* use sys.argv[0] for the path to emerge rather then hard codingBrian Harring2006-02-061-1/+1
* when emerge restarts itself, make /usr/lib/portage/bin/emerge the first argum...Zac Medico2006-02-061-3/+2
* do commit_mtimedb() after each merge for bug 100300Zac Medico2006-02-051-0/+4
* remove outdated "You may avoid the remerging of packages" messageZac Medico2006-02-051-2/+0
* replace existing "restarting emerge via exec()" functionality with a new appr...Zac Medico2006-02-051-28/+8
* Adding a comment about normpath, and why we use our own copy.Alec Warner2006-02-041-1/+9
* 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