2009-07-03 |
Zac Medico | Fix broken reference to _graph_trees. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Fix broken reference to self.myopts in the dynamic_conf... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Use the new frozen_config depgraph constructor paramete... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Add a frozen_config parameter to the depgraph construct... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Use depgraph._pkg() whenever possible. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Zac Medico | Move RootConfig.visible_pkgs to dynamic_config._visible... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Zac Medico | Fix reversal in --nodeps merge order. Thanks to Michael... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Bug #275947 - Enable build.log when FEATURES=sesandbox... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Fix broken references to depgraph._dynamic_config and... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Fix depgraph._serialize_tasks so it never performa... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Remove obsolete blocker expansion code from _expand_new... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Always use dep_getkey() when using profile virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Fix depgraph._resolve to do old-style virtual matches... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Fix _expand_new_virtuals to expand old-style virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #275217 - Part 4 - Move all member variables of... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Tweak depgraph._select_pkg_highest_available_imp to... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #275945 - Add a new --avoid-update which tries... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #275901 - Make emerge bail out for USE deps in... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #82488 - In _expand_new_virtuals(), check PROVIDE... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | In _expand_new_virtuals, don't expand old-style virtual... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Remove the upgrade selection code inside dep_zapdeps... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Fix virtual blocker code inside _expand_new_virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Use a finally blocker to ensure _expand_new_virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Bug #275796 - Prefer packages selected for install... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Bug #275821 - Make emerge reject !!atom blockers for... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Move code from bug #258773 to dep_zapdeps, since the... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Arfrever Frehtes... | Prepare 41 messages to localization. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Add missing resume_depgraph import, and remove unused... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Fix constructor to avoid TypeError when the "perms... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Bug #253467 - Fix regression in config._env_blacklist... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Fix Package.metadata USE conditional evaluation so... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Use Package.invalid to generate *.syntax repoman errors... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Make Package.invalid suitable for use by repoman. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Check for redundant blank lines. Thanks to Markus Meier... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Bug #236786 - Warn about 'test?' USE conditionals in... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Mike Frysinger | make sure etc-update sorts updates in the order (1... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | * Add new abstract PhaseCheck class for ebuild phase... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Zac Medico | Bug #270953 - New !!atom blockers do not allow temporar... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Use a property to implement portdbapi.settings. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Fix PROVIDE code since the Package class automatically... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Make portdbapi define self.settings, for conformity... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Use clear_caches() to free memory inside action_depclean(). |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Bug #275532 - In action_depclean(), free memory from... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Move __init__.py to main.py. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Move __init__.py to main.py. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Use @property instead of __getattribute__ to implement... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Make dbapi.cp_list() raise NotImplementedError. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Make config.regenerate() detect api-level updates to... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Add a Package.metadata.restrict attribute containing... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Add a Package.metadata.properties attribute containing... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | * Add a Package.invalid attribute to store messages... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Add/update copyright headers. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Split out a depgraph._iter_match_pkgs() method from |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Use depgraph._pkg() to construct Package instances... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Remove obsolete Package.metadata['CHOST'] initialization. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | * Make Package.metadata['USE'] access trigger USE calcu... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Zac Medico | Bug #275217 - Part 3 - Splits depgraph.select_files... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Zac Medico | Add support to `portageq owners` for querying paths... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Zac Medico | In binarytree.inject(), when a symlink is created for... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Zac Medico | Bug #275237 - If a directory exists in a location where... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Fix imports for _emerge submodules. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Bug #275217 - Part 2 - Move changelog stuff stuff out... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Bu #275217 - Part 1 - Resolve the circular dep between... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Fix import for split _emerge.MetadataRegen module. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Make the global "actions" variable a local inside parse... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Bug #275047 - Split _emerge/__init__.py into smaller... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Zac Medico | Bug #275047 - Split _emerge/__init__.py into smaller... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Fix config._lazy_vars._accept_license() to exclude... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Change ACCEPT_LICENSE evaluation so that things like... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Bug #275047 - Split _emerge/__init__.py into smaller... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Bug #275047 - Split _emerge/__init__.py into smaller... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Bug #275047 - Split _emerge/__init__.py into smaller... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Revert lazy imports from r13665 for now, since pyflakes... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Use lazy imports for submodules where possible. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Fix imports broken by splitting of _emerge/__init__.py. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Bug #275047 - Split _emerge/__init__.py into smaller... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Use portage.util.apply_permissions() inside _ensure_acc... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Zac Medico | Reorganize $KV logic in doebuild_environment. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Zac Medico | Tweak depcache permission handling so egencache can... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Zac Medico | Bug #274742 - Exempt $dir from quoting checks since... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Zac Medico | In doebuild_environment, ensure that cached $KV from... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Zac Medico | Factor duplicate code out of depgraph._add_pkg and... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Arfrever Frehtes... | Don't set KV for EAPI >=3. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Zac Medico | Bug #264434 - Delay evaluation of all disjunctive ... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Zac Medico | Add a EMERGE_LOG_DIR variable to control the location... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Allow missing ChangeLog when using git. We don't use... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | When --pretend overrides --ask, don't show any output. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Add NOCOLOR to the environment whitelist. This fixes... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Rename color_codes back to codes. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Rename codes to _styles. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Rename map_code_to_color_code() to style_to_ansi_code(). |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Add epydoc docstrings fro codes and color_codes variables. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Zac Medico | Use map_code_to_color_code() where appropriate inside... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Zac Medico | Bug #274279 - Add color.map support for mapping a color... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Zac Medico | Escape hyphens from previous commit. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Zac Medico | Misc fixes and updates. Thanks to Sebastian Mingramm... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Arfrever Frehtes... | Prepare 117 messages to localization. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Zac Medico | Document FEATURES=python-trace. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Zac Medico | Bug #273020 - Document FEATURES=multilib-strict. Thanks... |
commit | commitdiff | tree | snapshot |
next |