summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug #134...Zac Medico2006-05-231-0/+2
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
* Revert r3371 because it doesn't fix the real problem and get ROOT directly fr...Zac Medico2006-05-181-5/+5
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
* Correctly autoclean build time dependencies that have been upgraded in / when...Zac Medico2006-05-181-1/+68
* When portage is upgraded, only restart emerge when destroot="/". Also, clean...Zac Medico2006-05-171-22/+22
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
* Allow `emerge --metadata` and `emerge --regen` for users in the portage group...Zac Medico2006-05-131-1/+2
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-2/+7
* Remove 4 year old cvs sync code, fix login around spawn, fix random raisev2.1_pre10Alec Warner2006-04-291-7/+2
* Fix spelling of "hierarchy" for bug #131582 and raise an exception for cleane...Zac Medico2006-04-281-3/+7
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
* Fix a typo from r3245.Zac Medico2006-04-281-1/+1
* Fix portage.global_updates() and portage.do_vartree() so they don't have to u...Zac Medico2006-04-281-1/+3
* Make fetchlist_dict an optional parameter in the Manifest constructor since i...Zac Medico2006-04-261-4/+5
* Pass a portdbapi instance into the FetchlistDict constructor so that it doesn...Zac Medico2006-04-261-1/+1
* Validate the resume merge list in --ask and --pretend mode for bug #128455.Zac Medico2006-04-251-8/+14
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-10/+10
* Catch ValueError from cpv_expand for bug #131160.Zac Medico2006-04-251-1/+5
* Move deprecated profile check out of global scope.Zac Medico2006-04-231-0/+2
* Minor emerge -V/--info fixes thanks to iggy, use portage_const PROFILE_PATHAlec Warner2006-04-231-6/+4
* Move portage.global_updates() invocation out of portage.py and into emerge/fi...Zac Medico2006-04-231-0/+1
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
* fixup clean outputMike Frysinger2006-04-231-3/+4
* space argumentsMike Frysinger2006-04-231-2/+2
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
* Exit with error status when the user has attempted to unmerge a package that ...Zac Medico2006-04-221-4/+7
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-20/+14
* add instructions how to update portage when --sync tells you to do so; bug 11...Simon Stelling2006-04-161-0/+1
* fixes by solar for ROOT output when unmerging #129649 and make --quiet output...Mike Frysinger2006-04-131-6/+8
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
* Fix a regression in security handling, emerge with no options should print ou...Alec Warner2006-04-071-1/+4
* Thanks to jforman for finding this one, emerge was not helpful when permissio...Alec Warner2006-04-071-3/+9
* Change == None to is NoneAlec Warner2006-04-071-10/+10
* only display syncing progress for each file when --verbose is set; thanks Ola...Simon Stelling2006-04-061-2/+2
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
* Make repoman check for USE expand descriptions in other files so USE_EXPAND v...Alec Warner2006-04-031-3/+1
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
* add missing space in quiet col outputMike Frysinger2006-03-291-1/+1
* Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTSMarius Mauch2006-03-281-1/+1
* Allow users in the portage group to fetch. Thanks to truedfx for reporting th...Zac Medico2006-03-261-5/+12