summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
...
* Use ROOT when checking installed packages for --pretend outputJason Stubbs2006-02-281-3/+3
| | | | svn path=/main/trunk/; revision=2802
* Make sure myopts does not contain duplicate options for bug 124204.Zac Medico2006-02-271-1/+2
| | | | svn path=/main/trunk/; revision=2794
* Make `emerge --metadata` work even when metadata-transfer is not in FEATURES.Zac Medico2006-02-261-1/+3
| | | | svn path=/main/trunk/; revision=2789
* Make the post-sync metadata-transfer a FEATURE so that it can be optionally ↵Zac Medico2006-02-261-0/+3
| | | | | | disabled. svn path=/main/trunk/; revision=2788
* Kill inject for good.Alec Warner2006-02-231-42/+1
| | | | svn path=/main/trunk/; revision=2775
* Revert emergelog output change from revision 2641 to maintain compatibility ↵Zac Medico2006-02-231-1/+1
| | | | | | with genlop (reported by fuzzyray). svn path=/main/trunk/; revision=2764
* deprecate 'emerge action' syntax in favor of 'emerge --action'Marius Mauch2006-02-191-2/+1
| | | | svn path=/main/trunk/; revision=2742
* finally remove --rsyncMarius Mauch2006-02-191-17/+3
| | | | svn path=/main/trunk/; revision=2740
* finally remove --upgradeonlyMarius Mauch2006-02-191-33/+2
| | | | svn path=/main/trunk/; revision=2739
* add a new emerge --ignore-default-opts option for bug 121695Zac Medico2006-02-121-2/+4
| | | | svn path=/main/trunk/; revision=2696
* fix typo for bug 111098 (patch by andre@fluffyspider.com.au)Zac Medico2006-02-111-1/+1
| | | | svn path=/main/trunk/; revision=2692
* use new write_atomic() function for all world file updatesZac Medico2006-02-091-2/+2
| | | | svn path=/main/trunk/; revision=2681
* Remove references to --verbose and --quiet in depgraph.display() and makeJason Stubbs2006-02-071-6/+6
| | | | | | it work of a verbosity parameter instead. svn path=/main/trunk/; revision=2676
* wrap all relevant atexit usage due to incompatibility with os.execv (needed ↵Zac Medico2006-02-061-3/+3
| | | | | | for emerge to restart itself) svn path=/main/trunk/; revision=2674
* use sys.argv[0] for the path to emerge rather then hard codingBrian Harring2006-02-061-1/+1
| | | | svn path=/main/trunk/; revision=2673
* when emerge restarts itself, make /usr/lib/portage/bin/emerge the first ↵Zac Medico2006-02-061-3/+2
| | | | | | argument in the list passed to os.execv (regression from revision 2667) svn path=/main/trunk/; revision=2672
* do commit_mtimedb() after each merge for bug 100300Zac Medico2006-02-051-0/+4
| | | | svn path=/main/trunk/; revision=2669
* remove outdated "You may avoid the remerging of packages" messageZac Medico2006-02-051-2/+0
| | | | svn path=/main/trunk/; revision=2668
* replace existing "restarting emerge via exec()" functionality with a new ↵Zac Medico2006-02-051-28/+8
| | | | | | approach that uses --resume and myopts svn path=/main/trunk/; revision=2667
* Adding a comment about normpath, and why we use our own copy.Alec Warner2006-02-041-1/+9
| | | | svn path=/main/trunk/; revision=2659
* remove stray quote introduced in revision 2645Zac Medico2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2658
* Remove all bug referencesJason Stubbs2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2649
* Add back emerge list header hiding when --quiet is used.Jason Stubbs2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2648
* Fix for bug #119049Alec Warner2006-02-031-1/+3
| | | | svn path=/main/trunk/; revision=2645
* Shout out to RiverRat for reporting, fixup the output to use the correct ↵Alec Warner2006-02-031-4/+9
| | | | | | verbs, disable tree output for fetching since it does not work. svn path=/main/trunk/; revision=2644
* Minor fixups with spelling, Thanks to Benno Schulenberg ↵Alec Warner2006-02-031-5/+5
| | | | | | <benno@nietvergeten.nl>, bug # 110382 svn path=/main/trunk/; revision=2643
* Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ↵Alec Warner2006-02-031-17/+17
| | | | | | fixes, bug #80754 svn path=/main/trunk/; revision=2641
* Revert change in -r2611, re-opening bug 121106. The fix is not that ↵Alec Warner2006-02-021-2/+1
| | | | | | simple...as usual :) svn path=/main/trunk/; revision=2625
* Fix for bug #121106, resume + skipfirst + pretend would print the skipped ↵Alec Warner2006-01-311-1/+2
| | | | | | | | | package. Thanks to Andrew D. Keyser (aka Legoguy) <andrewdk@sbcglobal.net> for reporting. svn path=/main/trunk/; revision=2611
* remove red coloring from right ')' in 'dependency required by' message ↵Zac Medico2006-01-311-1/+1
| | | | | | reported by cardoe svn path=/main/trunk/; revision=2609
* get --nospinner from myopts instead of sys.argv so that it works with ↵Zac Medico2006-01-301-3/+3
| | | | | | EMERGE_DEFAULT_OPTS svn path=/main/trunk/; revision=2608
* Add support for an --alphabetical option to emerge that restores the oldJason Stubbs2006-01-271-4/+11
| | | | | | ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-271-2/+2
| | | | | | options that emerge always considers to be specified. svn path=/main/trunk/; revision=2588
* accept --skip-first and --skipfirstMike Frysinger2006-01-231-1/+3
| | | | svn path=/main/trunk/; revision=2571
* get rid of the word "downloaded" in the search output because some people ↵Mike Frysinger2006-01-091-4/+4
| | | | | | cant seem to handle it #81501 svn path=/main/trunk/; revision=2554
* - set noiselevel when quiet is enabledNed Ludd2006-01-051-0/+1
| | | | svn path=/main/trunk/; revision=2537
* bug 117849, when parallel-fetch is on don't write out the mtimedb in the ↵Brian Harring2006-01-051-0/+3
| | | | | | fetcher process svn path=/main/trunk/; revision=2534
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* Unify the -p and -pv USE display functions and IUSE additions in yellowJason Stubbs2005-12-311-32/+16
| | | | | | followed by a "%" character. svn path=/main/trunk/; revision=2504
* Don't print emaint warning for masked/non-existant packages. When usingJason Stubbs2005-12-301-1/+7
| | | | | | --verbose, print a warning for those packages. svn path=/main/trunk/; revision=2493
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+4
| | | | svn path=/main/trunk/; revision=2485
* - export env variable PORTAGE_QUIET when --quiet option is passedNed Ludd2005-12-261-0/+1
| | | | svn path=/main/trunk/; revision=2483
* Don't show any use flags when using --quiet.Jason Stubbs2005-12-251-0/+4
| | | | svn path=/main/trunk/; revision=2471
* Don't try to resolve deps of blockers when using --onlydeps.Jason Stubbs2005-12-251-10/+9
| | | | svn path=/main/trunk/; revision=2470
* - initial commit of post --sync hook. postsync.d to come at a later timeNed Ludd2005-12-251-0/+7
| | | | svn path=/main/trunk/; revision=2461
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
| | | | svn path=/main/trunk/; revision=2441
* Make --skipfirst imply --resume.Jason Stubbs2005-12-211-0/+3
| | | | svn path=/main/trunk/; revision=2425
* - make quiet really mean itNed Ludd2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2423
* USE flags in the to-be-installed package's IUSE but not in currently installedJason Stubbs2005-12-211-2/+2
| | | | | | | package's IUSE and not enabled were not being shown. USE_EXPAND variable names were being shown in lower case rather than upper case. svn path=/main/trunk/; revision=2422
* Don't show enabled flags when not using --verbose if they haven't changedJason Stubbs2005-12-211-9/+8
| | | | | | | since the last emerge. Show enabled flags in red rather than green if the previously merged package didn't support them. svn path=/main/trunk/; revision=2421