summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* Allow binary packages to be installed with --usepkg even when there is no ebu...v2.1-r2Zac Medico2006-07-311-3/+9
* Match blockers against the correct $ROOT for bug #108449. This patch is from...Zac Medico2006-07-311-7/+9
* Don't call emergelog() from the parallel-fetch process for bug #88837. This ...Zac Medico2006-07-311-1/+4
* Don't write to emerge.log when --pretend is enabled for bug #139449. This pa...Zac Medico2006-07-311-1/+2
* Make depclean account for old-style virtuals so that it doesn't remove the pr...Zac Medico2006-07-311-1/+7
* Fix depclean so that it cleans unneeded slots (unless they are exempted by th...Zac Medico2006-07-311-21/+18
* When necessary, always print a list of missing atoms even if --verbose is not...Zac Medico2006-07-311-3/+4
* Go ahead and dump a full traceback without having to enable --debug. This pa...Zac Medico2006-07-311-5/+3
* Fix getgccversion logic for bug #137786 and bug #139662. This patch is from ...Zac Medico2006-07-311-2/+2
* Use the cannonical path of when transferring metadata so that the _eclasses_...Zac Medico2006-07-311-0/+1
* Add more dependencies to the digraph in order to help prevent strange merge o...Zac Medico2006-07-311-3/+9
* Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's need...Zac Medico2006-06-211-3/+8
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177. ...Zac Medico2006-06-211-10/+12
* Remove pointless closing of stdin that is done prior to metadata transfer and...Zac Medico2006-06-211-5/+0
* When --debug is enabled, do not raise a ValueError for unresolved dependencie...Zac Medico2006-06-211-2/+0
* Give a useful error message when a dependency has an ambiguous atom due to th...Zac Medico2006-06-211-17/+36
* By popular demand (including releng), revert the unmerge behavior change from...Zac Medico2006-06-211-9/+9
* Delete incomplete resume data before exiting due to blockers. This prevents ...Zac Medico2006-06-081-0/+4
* Fix getgccversion() logic so that it works properly with eselect compiler for...Zac Medico2006-06-061-4/+6
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for suggesti...Zac Medico2006-06-051-45/+16
* Restore the old behavior of performing global updates when portage is reloade...Zac Medico2006-06-041-0/+2
* Fix emerge's overlay display so that it works properly with overlay paths tha...Zac Medico2006-06-031-3/+6
* Wrap at 80 columns for bug #135132.Zac Medico2006-06-011-5/+6
* Fix --buildpkgonly so that the "clean" phase is run afterwards. In other cas...Zac Medico2006-06-011-0/+3
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-2/+4
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that important...Zac Medico2006-05-271-13/+23
* Fix emerge's userquery() so that it rejects empty responses when the enter ke...Zac Medico2006-05-271-1/+1
* 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