summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Move the backtracking code from action_build() to a new backtrack_depgraph()Zac Medico2009-07-122-38/+46
* Eliminate duplicate code inside depgraph._show_missed_update().Zac Medico2009-07-111-14/+9
* Bug #137562 - Implement backtracking for missing dependencies. Thanks toZac Medico2009-07-111-0/+25
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-094-15/+49
* Tweak arguments for <python-2.6 compat.Zac Medico2009-07-091-2/+2
* Make -j argument handling more generic, so it's easy to add similar argumentsZac Medico2009-07-091-26/+60
* Use a dict for depgraph params, so we can use it to store key/value pairsZac Medico2009-07-092-13/+13
* Add a --debug warning message inside _add_pkg in case a potentially infiniteZac Medico2009-07-081-0/+12
* Document the --selective option.Zac Medico2009-07-081-0/+6
* Fix --selective so it works.Zac Medico2009-07-081-1/+2
* Shorten the preserved libs message when in --quiet mode. Thanks to SebastianZac Medico2009-07-071-4/+10
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-073-2/+25
* Use PackageSet.findAtomForPackage() when matching the existing node againstZac Medico2009-07-061-1/+4
* Always exit unsuccessfully if there are any failures.Zac Medico2009-07-061-1/+3
* Make sure avoid_update always returns existing_node if available.Zac Medico2009-07-051-0/+2
* Remove set operator support since the current implementation does not meetZac Medico2009-07-051-43/+1
* Assume utf_8 encoding when reading raw ebuild metadata.Zac Medico2009-07-041-1/+3
* Correct --help usage since it no longer takes system, world, or --sync asZac Medico2009-07-041-1/+1
* Update help() usage since the myopts parameter is gone. Thanks toZac Medico2009-07-041-1/+1
* Don't pass myopts into profile_check() since it's no longer needed. Thanks toZac Medico2009-07-041-5/+3
* Delete runtime_pkg_mask to avoid memory leak.Zac Medico2009-07-041-1/+1
* Remove the --avoid-update option and make it the default behavior whenZac Medico2009-07-043-18/+1
* Disable depgraph._show_missed_update() when --quiet is enabled and --debugZac Medico2009-07-041-0/+4
* Cleanup spinner before calling depgraph.display_problems().Zac Medico2009-07-041-0/+2
* Bug #275217 - Part 5 - When a slot conflict occurs, mask the first packageZac Medico2009-07-042-23/+143
* Make --help into an action, and move --help --sync output to theZac Medico2009-07-032-35/+29
* Move "import copy" to the top of the file.Zac Medico2009-07-031-2/+2
* Fix broken reference to _graph_trees.Zac Medico2009-07-031-1/+1
* Fix broken reference to self.myopts in the dynamic_config constructor.Zac Medico2009-07-031-2/+2
* Use the new frozen_config depgraph constructor parameter to optimizeZac Medico2009-07-031-1/+3
* Add a frozen_config parameter to the depgraph constructor, so that multipleZac Medico2009-07-031-95/+102
* Use depgraph._pkg() whenever possible.Zac Medico2009-07-031-32/+13
* Move RootConfig.visible_pkgs to dynamic_config._visible_pkgs, so RootConfigZac Medico2009-07-022-4/+7
* Fix reversal in --nodeps merge order. Thanks to Michael HaubenwallnerZac Medico2009-07-021-1/+0
* Fix broken references to depgraph._dynamic_config and _frozen_config inZac Medico2009-07-011-10/+11
* Fix typo from previous commit.Zac Medico2009-07-011-1/+1
* Fix depgraph._serialize_tasks so it never performa a needless uninstall taskZac Medico2009-07-011-15/+14
* Always use dep_getkey() when using profile virtuals values, since at leastZac Medico2009-06-301-1/+2
* Fix depgraph._resolve to do old-style virtual matches against package.providedZac Medico2009-06-301-0/+17
* Bug #275217 - Part 4 - Move all member variables of _emerge.depgraph intoZac Medico2009-06-301-529/+542
* Tweak depgraph._select_pkg_highest_available_imp to avoid more updates whenZac Medico2009-06-301-2/+5
* Bug #275945 - Add a new --avoid-update which tries to avoid updating packagesZac Medico2009-06-303-0/+22
* Move code from bug #258773 to dep_zapdeps, since the parent always needs toZac Medico2009-06-291-8/+4
* Add missing resume_depgraph import, and remove unused imports.Zac Medico2009-06-281-4/+1
* Use Package.invalid to generate *.syntax repoman errors for LICENSE,Zac Medico2009-06-281-7/+3
* Make Package.invalid suitable for use by repoman.Zac Medico2009-06-282-6/+11
* Bug #270953 - New !!atom blockers do not allow temporary simulaneousZac Medico2009-06-271-7/+14
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+6
* Use clear_caches() to free memory inside action_depclean().Zac Medico2009-06-261-2/+1
* Bug #275532 - In action_depclean(), free memory from the dep calculationZac Medico2009-06-261-39/+62