summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Remove the digraph._parent_child_digraph since it's no longer needed. It'sZac Medico2008-04-011-10/+7
* When identifying a sys-apps/portage node, compare category too (not justZac Medico2008-04-011-2/+1
* When deps are forced to be satisfied by installed packages due to maskingZac Medico2008-03-311-3/+8
* In the package selection loop, move the installed package rejectionZac Medico2008-03-311-10/+6
* Fix package selection logic to always properly reject the installed packageZac Medico2008-03-311-2/+4
* Remove some redundant and obsolete code for warning about installedZac Medico2008-03-311-22/+2
* When selecting packages and there is a mixture of old-style and new-styleZac Medico2008-03-311-4/+17
* Bug #197810 - Fix package selection logic so that it will always fall backZac Medico2008-03-311-8/+0
* Make depgraph creation more tolerant of missing or masked packages whenZac Medico2008-03-311-21/+24
* Replace an package tuple with a real Package instance.Zac Medico2008-03-311-2/+1
* Pass Package instances into visible() so that the package instance canZac Medico2008-03-311-27/+30
* Make sure the all resume lists are deleted when a stale one is encountered.Zac Medico2008-03-301-1/+5
* Fix display code that can triger a 'Invalid category' exception when itZac Medico2008-03-301-17/+17
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-4/+5
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Move the AUTOCLEAN code into dblink.treewalk since it's already partiallyZac Medico2008-03-301-14/+0
* Make code a bit less prone to potentially hidden TypeError like bugs.Zac Medico2008-03-301-9/+10
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Use enumerate() it iterate over an array.Zac Medico2008-03-301-2/+1
* For bugs #197810 and #215308, pass the depgraph's "selective" parameterZac Medico2008-03-301-0/+2
* Bug #215308 - Simplify the greedy atoms logic so that it behaves moreZac Medico2008-03-301-22/+5
* When a resume list contains packages that are no longer available,Zac Medico2008-03-291-0/+2
* Bug #214691 - Move the "slot collision" display so that it is shown afterZac Medico2008-03-281-6/+37
* Fix the noreplace logic to break out of the cpv loop early since there'sZac Medico2008-03-271-1/+1
* Make --noreplace take precedence over --newuse, as suggested by wolf31o2.Zac Medico2008-03-271-0/+5
* Improve logic from the previous commit.Zac Medico2008-03-201-1/+1
* Fix depgraph._select_package() to make sure the installed package is a realZac Medico2008-03-201-1/+1
* display versions of other slots for new-slot installs (bug #213790)Marius Mauch2008-03-191-18/+26
* Bug #201045 - Fix unmerge() to preserve unmerge order so that dependenciesZac Medico2008-03-191-33/+33
* Bug #139023 - When the --digest option is enabled, advise the user thatZac Medico2008-03-181-0/+12
* add unmerge protection for packages still referenced by installed package setsMarius Mauch2008-03-181-0/+49
* fix artifact from r9477Marius Mauch2008-03-181-1/+1
* use a dict with CP keys in unmerge() to avoid double unmerges if a package is...Marius Mauch2008-03-181-32/+38
* Bug #213592 - Fix --onlydeps breakage.Zac Medico2008-03-161-3/+4
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-141-1/+2
* When all available ebuilds are masked, avoid producing warning message whenZac Medico2008-03-091-1/+2
* Make --prune and --depclean operate with missing dependencies when onlyZac Medico2008-03-071-2/+10
* remove FEATURES=livecvsportageMarius Mauch2008-03-021-30/+28
* remove obsolete information from preserve-libs post-emerge messagev2.2_pre3Marius Mauch2008-02-281-1/+0
* separate different messages with newlines in post-emerge outputMarius Mauch2008-02-281-3/+4
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-271-12/+13
* Revert r9387 (the fix for bug #211554) until I figure out why it's messingZac Medico2008-02-271-11/+11
* Don't filter USE flags in emerge --info output.Zac Medico2008-02-271-1/+1
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-271-12/+12
* For depclean/prune unmerge order, if there are no dependencies betweenZac Medico2008-02-261-27/+33
* Add support for file paths as arguments to emerge. If an argument startsZac Medico2008-02-221-0/+30
* In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) fromZac Medico2008-02-201-1/+1
* When showing an unsatisfied dep, never include installed packages.Zac Medico2008-02-191-0/+2
* Fix the --depclean/--prune code to use visible() for visibility checksZac Medico2008-02-171-12/+13
* Fix unmerge() breakage from due to pkgmap being changed fromZac Medico2008-02-171-1/+1