summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #275947 - Enable build.log when FEATURES=sesandbox is enabled, sinceZac Medico2009-07-011-7/+6
* 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
* Remove obsolete blocker expansion code from _expand_new_virtuals.Zac Medico2009-06-301-19/+6
* Always use dep_getkey() when using profile virtuals values, since at leastZac Medico2009-06-302-5/+7
* Fix depgraph._resolve to do old-style virtual matches against package.providedZac Medico2009-06-301-0/+17
* Fix _expand_new_virtuals to expand old-style virtuals for package.providedZac Medico2009-06-301-0/+9
* 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
* Bug #275901 - Make emerge bail out for USE deps in EAPI 0 and 1.Zac Medico2009-06-301-0/+4
* Bug #82488 - In _expand_new_virtuals(), check PROVIDE before expandingZac Medico2009-06-301-13/+25
* In _expand_new_virtuals, don't expand old-style virtuals when there isZac Medico2009-06-301-2/+3
* Remove the upgrade selection code inside dep_zapdeps (from bug #171840 andZac Medico2009-06-301-43/+2
* Fix virtual blocker code inside _expand_new_virtuals to correctly handleZac Medico2009-06-301-2/+3
* Use a finally blocker to ensure _expand_new_virtuals properly resets eapiZac Medico2009-06-291-8/+9
* Bug #275796 - Prefer packages selected for install over installed packages.Zac Medico2009-06-291-15/+13
* Bug #275821 - Make emerge reject !!atom blockers for EAPI 0 and 1.Zac Medico2009-06-291-1/+24
* Move code from bug #258773 to dep_zapdeps, since the parent always needs toZac Medico2009-06-292-11/+10
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-2911-59/+75
* Add missing resume_depgraph import, and remove unused imports.Zac Medico2009-06-281-4/+1
* Fix constructor to avoid TypeError when the "perms" keyword parameter is given.Zac Medico2009-06-281-0/+1
* Bug #253467 - Fix regression in config._env_blacklist handling.Zac Medico2009-06-281-0/+1
* Fix Package.metadata USE conditional evaluation so that it's delayed untilZac Medico2009-06-281-3/+6
* 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
* Check for redundant blank lines. Thanks to Markus Meier <maekke@gentoo.org>Zac Medico2009-06-281-1/+20
* * Add new abstract PhaseCheck class for ebuild phase-specific checks.Zac Medico2009-06-281-41/+119
* Bug #270953 - New !!atom blockers do not allow temporary simulaneousZac Medico2009-06-271-7/+14
* Use a property to implement portdbapi.settings.Zac Medico2009-06-261-2/+14
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+6
* Make portdbapi define self.settings, for conformity with other dbapi classes.Zac Medico2009-06-261-0/+2
* 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
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+3
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+0
* Use @property instead of __getattribute__ to implement lazy Package.iuse.regexZac Medico2009-06-251-15/+20
* Make dbapi.cp_list() raise NotImplementedError.Zac Medico2009-06-251-1/+1
* Make config.regenerate() detect api-level updates to ACCEPT_LICENSE, for useZac Medico2009-06-251-10/+13
* Add a Package.metadata.restrict attribute containing a list of enabledZac Medico2009-06-253-14/+7
* Add a Package.metadata.properties attribute containing a list of enabledZac Medico2009-06-253-20/+7
* * Add a Package.invalid attribute to store messages about invalid LICENSE,Zac Medico2009-06-253-5/+28
* Add/update copyright headers.Zac Medico2009-06-2581-3/+317
* Split out a depgraph._iter_match_pkgs() method fromZac Medico2009-06-251-58/+75
* Use depgraph._pkg() to construct Package instances insideZac Medico2009-06-251-20/+17
* Remove obsolete Package.metadata['CHOST'] initialization.Zac Medico2009-06-251-3/+0