summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* Move RootConfig.visible_pkgs to dynamic_config._visible_pkgs, so RootConfigZac Medico2009-07-021-2/+7
* Fix reversal in --nodeps merge order. Thanks to Michael HaubenwallnerZac Medico2009-07-021-1/+0
* 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
* 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-301-0/+5
* Move code from bug #258773 to dep_zapdeps, since the parent always needs toZac Medico2009-06-291-8/+4
* Make Package.invalid suitable for use by repoman.Zac Medico2009-06-281-2/+3
* Bug #270953 - New !!atom blockers do not allow temporary simulaneousZac Medico2009-06-271-7/+14
* Add a Package.metadata.restrict attribute containing a list of enabledZac Medico2009-06-251-12/+2
* Add a Package.metadata.properties attribute containing a list of enabledZac Medico2009-06-251-12/+2
* * Add a Package.invalid attribute to store messages about invalid LICENSE,Zac Medico2009-06-251-0/+3
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* 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
* * Make Package.metadata['USE'] access trigger USE calculation for unbuiltZac Medico2009-06-251-35/+6
* Bug #275217 - Part 3 - Splits depgraph.select_files into select_files andZac Medico2009-06-241-4/+18
* Bug #275217 - Part 2 - Move changelog stuff stuff out of depgraph.Zac Medico2009-06-231-53/+2
* Bu #275217 - Part 1 - Resolve the circular dep between Scheduler andZac Medico2009-06-231-14/+9
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-231-0/+4973