summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Add a TODO note to AbstractEbuildProcess._can_log() about adding supportZac Medico2010-08-301-0/+3
* Remove duplicate real_vardb definition from merge in action_depclean().Zac Medico2010-08-301-1/+0
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-301-1/+2
|\
| * Fix "UnboundLocalError: local variable 'real_vardb' referenced before assignm...Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
| * Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
* | Fix broken reference to real_vardb in calc_depclean() from 2 commits ago.Zac Medico2010-08-301-1/+1
|/
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-308-15/+15
* Always check if vardbapi._linkmap and vardbapi._plib_registry areZac Medico2010-08-293-3/+20
* Rename vardbapi.linkmap to vardbapi._linkmap since I'mZac Medico2010-08-293-3/+3
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-292-4/+4
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-2915-46/+11
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-294-11/+11
* Add a TODO note about replacing BlockerDB with an incremental depgraphZac Medico2010-08-291-0/+5
* Add a Scheduler._running_tasks() set in order to simplify theZac Medico2010-08-281-2/+5
* Inside Scheduler._dependent_on_scheduled_merges(), don't traverse childrenZac Medico2010-08-281-1/+5
* If there are circular dependencies, and circular_dependency_handlerZac Medico2010-08-282-3/+21
* In depgraph._show_unsatisfied_dep(), show some debug info ifZac Medico2010-08-281-5/+12
* Fix Package._validate_deps() to pass matchall=True to use_reduce().Zac Medico2010-08-271-4/+4
* Use InvalidDependString import instead ofZac Medico2010-08-271-6/+6
* Use Package._metadata_exception() to handle invalid LICENSE, PROPERTIES,Zac Medico2010-08-271-12/+22
* fix ppkg type handling in slot_conflict_handlerSebastian Luther2010-08-271-2/+3
* config: Add VirtualsManagerSebastian Luther2010-08-272-12/+10
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-22/+25
* Bug #334365 - Selectively ignore invalid metadata of installed packagesZac Medico2010-08-261-5/+17
* Bug #334365 - When depgraph.display_problems() shows the messageZac Medico2010-08-262-12/+29
* Fix breakage from previous commit.Zac Medico2010-08-261-0/+2
* Use Package.visible to simplify visibility checks for installedZac Medico2010-08-261-11/+1
* Fix Package._visible() to mask installed packages with invalid metadata.Zac Medico2010-08-261-1/+3
* Ensure SystemExit is never caught.Zac Medico2010-08-261-2/+2
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-1/+12
* Remove unused max_parents variable.Zac Medico2010-08-261-2/+0
* Fix slot_conflict_handler breakage when callingZac Medico2010-08-261-2/+7
* In slot_conflict_handler(), never pass parent_use toZac Medico2010-08-261-4/+3
* In slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()Zac Medico2010-08-261-5/+1
* Fix slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()Zac Medico2010-08-261-1/+5
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-37/+4
* Remove obsolete TODO comment.Zac Medico2010-08-251-3/+0
* Use EAPI.incompatible repoman category for REQUIRED_USE setting inZac Medico2010-08-251-1/+1
* Make Package._validate_deps() use check_required_use() to validateZac Medico2010-08-251-5/+15
* Just raise InvalidDependString in cases when it shouldn't happen sinceZac Medico2010-08-251-11/+7
* Make _get_masking_status() return masking reasons for installed packagesZac Medico2010-08-251-11/+9
* Bug #334365 - Fix depgraph._wrapped_select_pkg_highest_available_imp()Zac Medico2010-08-251-4/+20
* Make Package._validate_deps() check USE conditionals in SRC_URI.Zac Medico2010-08-251-1/+2
* Bug #334365 - Mask packages with invalid metadata as early as possible,Zac Medico2010-08-252-14/+73
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-3/+4
* Bug #334365 - When parsing dependencies of installed packages inZac Medico2010-08-251-2/+27
* show_invalid_depstring_notice: Don't repeat the dep stringSebastian Luther2010-08-251-1/+1
* Add EROOT support to setconfig_fallback().Zac Medico2010-08-251-1/+1
* Bug #334319 - Don't call config.backup_changes("FEATURES") because it'sZac Medico2010-08-241-2/+0
* More _pkg_use_enabled fixesSebastian Luther2010-08-242-45/+45