summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
* Allow binary packages to be installed with --usepkg even when there is no ↵v2.1-r2Zac Medico2006-07-311-3/+9
| | | | | | ebuild in tree (but not when there is a matching ebuild in the tree that is masked). See bugs #55871, #135834, and #140694. This patch is from trunk r3826:3829 and r3907. svn path=/main/branches/2.1/; revision=4075
* Match blockers against the correct $ROOT for bug #108449. This patch is ↵Zac Medico2006-07-311-7/+9
| | | | | | from trunk r3787. svn path=/main/branches/2.1/; revision=4074
* Don't call emergelog() from the parallel-fetch process for bug #88837. This ↵Zac Medico2006-07-311-1/+4
| | | | | | patch is from trunk r3833. svn path=/main/branches/2.1/; revision=4070
* Don't write to emerge.log when --pretend is enabled for bug #139449. This ↵Zac Medico2006-07-311-1/+2
| | | | | | patch is from trunk r4068. svn path=/main/branches/2.1/; revision=4069
* Make depclean account for old-style virtuals so that it doesn't remove the ↵Zac Medico2006-07-311-1/+7
| | | | | | providers. See bug #136178. This patch is from trunk r3985:3987. svn path=/main/branches/2.1/; revision=4067
* Fix depclean so that it cleans unneeded slots (unless they are exempted by ↵Zac Medico2006-07-311-21/+18
| | | | | | the system or world sets). See bug #140591. This patch is from trunk r3913:3915. svn path=/main/branches/2.1/; revision=4066
* When necessary, always print a list of missing atoms even if --verbose is ↵Zac Medico2006-07-311-3/+4
| | | | | | not enabled. Thanks to Caster <caster@matfyz.cz> for this patch from bug #141643 (in trunk r4022). svn path=/main/branches/2.1/; revision=4065
* Go ahead and dump a full traceback without having to enable --debug. This ↵Zac Medico2006-07-311-5/+3
| | | | | | patch is from trunk r3724. svn path=/main/branches/2.1/; revision=4064
* Fix getgccversion logic for bug #137786 and bug #139662. This patch is from ↵Zac Medico2006-07-311-2/+2
| | | | | | trunk r3632. svn path=/main/branches/2.1/; revision=4056
* Use the cannonical path of when transferring metadata so that the ↵Zac Medico2006-07-311-0/+1
| | | | | | _eclasses_ paths are consistent for bug #137965. This patch is from trunk r3666. svn path=/main/branches/2.1/; revision=4055
* Add more dependencies to the digraph in order to help prevent strange merge ↵Zac Medico2006-07-311-3/+9
| | | | | | orders for bug #126748. This patch is from trunk r4018:4021. svn path=/main/branches/2.1/; revision=4054
* Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's ↵Zac Medico2006-06-211-3/+8
| | | | | | needed (see bug #137105). This patch is from trunk r3525 and r3526. svn path=/main/branches/2.1/; revision=3569
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177. ↵Zac Medico2006-06-211-10/+12
| | | | | | This patch is from trunk r3537. svn path=/main/branches/2.1/; revision=3567
* Remove pointless closing of stdin that is done prior to metadata transfer ↵Zac Medico2006-06-211-5/+0
| | | | | | and use os.rename instead of spawning MOVE_BINARY (see bug #136404). This patch is from trunk r3499 and r3500. svn path=/main/branches/2.1/; revision=3561
* When --debug is enabled, do not raise a ValueError for unresolved ↵Zac Medico2006-06-211-2/+0
| | | | | | dependencies. See bug #126793. This patch is from trunk r3513. svn path=/main/branches/2.1/; revision=3554
* Give a useful error message when a dependency has an ambiguous atom due to ↵Zac Medico2006-06-211-17/+36
| | | | | | the category being unspecified. See bug #123677. This patch is from trunk r3509. svn path=/main/branches/2.1/; revision=3553
* By popular demand (including releng), revert the unmerge behavior change ↵Zac Medico2006-06-211-9/+9
| | | | | | from bug #118515 (r3186). This patch is from trunk r3548. svn path=/main/branches/2.1/; revision=3549
* Delete incomplete resume data before exiting due to blockers. This prevents ↵Zac Medico2006-06-081-0/+4
| | | | | | a 'mergelist' KeyError from occurring if the user attempts to run `emerge --resume` immediately afterwards. Thanks to axxo for reporting. svn path=/main/trunk/; revision=3471
* Fix getgccversion() logic so that it works properly with eselect compiler ↵Zac Medico2006-06-061-4/+6
| | | | | | for bug #108393. Thanks to eradicator for help with this patch. svn path=/main/trunk/; revision=3463
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for ↵Zac Medico2006-06-051-45/+16
| | | | | | suggesting this logic. svn path=/main/trunk/; revision=3459
* Restore the old behavior of performing global updates when portage is ↵Zac Medico2006-06-041-0/+2
| | | | | | reloaded after `emerge --sync` for bug #135446. svn path=/main/trunk/; revision=3451
* Fix emerge's overlay display so that it works properly with overlay paths ↵Zac Medico2006-06-031-3/+6
| | | | | | that contain symlinks. This is necessary due to pordbapi's internal use of cannonical paths. Thanks to kevquinn for reporting. svn path=/main/trunk/; revision=3450
* Wrap at 80 columns for bug #135132.Zac Medico2006-06-011-5/+6
| | | | svn path=/main/trunk/; revision=3446
* Fix --buildpkgonly so that the "clean" phase is run afterwards. In other ↵Zac Medico2006-06-011-0/+3
| | | | | | cases, "clean" is triggered automatically after the package is merged. svn path=/main/trunk/; revision=3445
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
| | | | svn path=/main/trunk/; revision=3441
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-2/+4
| | | | svn path=/main/trunk/; revision=3437
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that ↵Zac Medico2006-05-271-13/+23
| | | | | | important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3427
* Fix emerge's userquery() so that it rejects empty responses when the enter ↵Zac Medico2006-05-271-1/+1
| | | | | | key is pressed for bug #134466. svn path=/main/trunk/; revision=3426
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug ↵Zac Medico2006-05-231-0/+2
| | | | | | #134086. svn path=/main/trunk/; revision=3399
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
| | | | svn path=/main/trunk/; revision=3378
* Revert r3371 because it doesn't fix the real problem and get ROOT directly ↵Zac Medico2006-05-181-5/+5
| | | | | | from portage.settings["ROOT"] since self.pkgsettings["ROOT"] does not have the desired value. svn path=/main/trunk/; revision=3372
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
| | | | svn path=/main/trunk/; revision=3371
* Correctly autoclean build time dependencies that have been upgraded in / ↵Zac Medico2006-05-181-1/+68
| | | | | | when ROOT!=/ for bug #133606. This patch duplicates code from emerge's unmerge() function in order to touch as little existing code as possible. svn path=/main/trunk/; revision=3370
* When portage is upgraded, only restart emerge when destroot="/". Also, ↵Zac Medico2006-05-171-22/+22
| | | | | | clean up and fix the related logic in depgraph.display(). svn path=/main/trunk/; revision=3369
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
| | | | svn path=/main/trunk/; revision=3366
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
| | | | svn path=/main/trunk/; revision=3362
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3360
* Allow `emerge --metadata` and `emerge --regen` for users in the portage ↵Zac Medico2006-05-131-1/+2
| | | | | | group(bug #133157). svn path=/main/trunk/; revision=3346
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
| | | | svn path=/main/trunk/; revision=3340
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
| | | | svn path=/main/trunk/; revision=3336
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
| | | | svn path=/main/trunk/; revision=3325
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
| | | | svn path=/main/trunk/; revision=3321
* Make sure that emerge really removes noauto from FEATURES for bug #131820.Zac Medico2006-05-011-2/+7
| | | | svn path=/main/trunk/; revision=3292
* Remove 4 year old cvs sync code, fix login around spawn, fix random raisev2.1_pre10Alec Warner2006-04-291-7/+2
| | | | svn path=/main/trunk/; revision=3275
* Fix spelling of "hierarchy" for bug #131582 and raise an exception for ↵Zac Medico2006-04-281-3/+7
| | | | | | cleaner error handling. svn path=/main/trunk/; revision=3261
* Only trigger the 'Using system located in ROOT' message when ROOT!=/.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3258
* Fix a typo from r3245.Zac Medico2006-04-281-1/+1
| | | | svn path=/main/trunk/; revision=3256
* Fix portage.global_updates() and portage.do_vartree() so they don't have to ↵Zac Medico2006-04-281-1/+3
| | | | | | use any globals. svn path=/main/trunk/; revision=3253
* Make fetchlist_dict an optional parameter in the Manifest constructor since ↵Zac Medico2006-04-261-4/+5
| | | | | | it's required only for generation of a Manifest (not needed for parsing and checking sums). svn path=/main/trunk/; revision=3245
* Pass a portdbapi instance into the FetchlistDict constructor so that it ↵Zac Medico2006-04-261-1/+1
| | | | | | doesn't have to use any globals. svn path=/main/trunk/; revision=3243