| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix --selective so it works. | Zac Medico | 2009-07-08 | 1 | -1/+2 |
* | Bug #276957 - Fix dropped "in graph" choice for runtime deps inside dep_zapdeps. | Zac Medico | 2009-07-07 | 1 | -0/+2 |
* | Shorten the preserved libs message when in --quiet mode. Thanks to Sebastian | Zac Medico | 2009-07-07 | 1 | -4/+10 |
* | Bug #276866 - --binpkg-respect-use < y | n > | Zac Medico | 2009-07-07 | 4 | -2/+29 |
* | Optimize dbapi._iter_match_use() so that it shares a single compiled regex | Zac Medico | 2009-07-06 | 2 | -8/+7 |
* | Bug #273640 - Add --disable-dependency-tracking to econf arguments for | Zac Medico | 2009-07-06 | 1 | -0/+5 |
* | Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emerge | Zac Medico | 2009-07-06 | 2 | -3/+21 |
* | Bug #273631 - Add default src_install implementation for EAPI 3. Thanks to | Zac Medico | 2009-07-06 | 1 | -0/+21 |
* | Use PackageSet.findAtomForPackage() when matching the existing node against | Zac Medico | 2009-07-06 | 1 | -1/+4 |
* | Always exit unsuccessfully if there are any failures. | Zac Medico | 2009-07-06 | 1 | -1/+3 |
* | Hardcode utf_8 encoding inside _setitem(). | Zac Medico | 2009-07-05 | 1 | -3/+2 |
* | Assume utf_8 encoding in alls reads/writes (unicode handling required for py3k). | Zac Medico | 2009-07-05 | 1 | -3/+6 |
* | Fix broken reference to possible_upgrades inside dep_zapdeps(). | Zac Medico | 2009-07-05 | 1 | -1/+1 |
* | Make sure avoid_update always returns existing_node if available. | Zac Medico | 2009-07-05 | 1 | -0/+2 |
* | Bug #276264 - Note that eclass-overrides may make it necessary to set | Zac Medico | 2009-07-05 | 1 | -1/+6 |
* | Remove set operator support since the current implementation does not meet | Zac Medico | 2009-07-05 | 1 | -43/+1 |
* | Make dblink.setfile() write environment.bz2 in binary mode. | Zac Medico | 2009-07-04 | 1 | -1/+4 |
* | Assume utf_8 encoding when reading raw ebuild metadata. | Zac Medico | 2009-07-04 | 2 | -2/+5 |
* | Remove the workaround from bug #263081 since most strings should be unicode | Zac Medico | 2009-07-04 | 1 | -12/+0 |
* | Make atomic_ofstream() use codecs.open() for py3k compatible unicode handling | Zac Medico | 2009-07-04 | 1 | -4/+10 |
* | Make grablines() use codecs.open() for py3k compatible unicode handling. | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Make code from previous commit safe for empty files. | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Make getconfig() use codecs.option() for py3k compatible unicode handling. | Zac Medico | 2009-07-04 | 1 | -1/+5 |
* | As a performance optimization, use StringIO instead of _insert_newline_eof to | Zac Medico | 2009-07-04 | 1 | -60/+4 |
* | Correct --help usage since it no longer takes system, world, or --sync as | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Correct --help usage since it no longer takes system, world, or --sync as | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Update help() usage since the myopts parameter is gone. Thanks to | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Don't pass myopts into profile_check() since it's no longer needed. Thanks to | Zac Medico | 2009-07-04 | 1 | -5/+3 |
* | Delete runtime_pkg_mask to avoid memory leak. | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Make LazyItemsDict derive from UserDict instead of dict so that we don't have | Zac Medico | 2009-07-04 | 1 | -43/+18 |
* | Remove the --avoid-update option and make it the default behavior when | Zac Medico | 2009-07-04 | 4 | -30/+1 |
* | Disable depgraph._show_missed_update() when --quiet is enabled and --debug | Zac Medico | 2009-07-04 | 1 | -0/+4 |
* | Cleanup spinner before calling depgraph.display_problems(). | Zac Medico | 2009-07-04 | 1 | -0/+2 |
* | Bug #275217 - Part 5 - When a slot conflict occurs, mask the first package | Zac Medico | 2009-07-04 | 2 | -23/+143 |
* | Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and simplify setting it for... | Arfrever Frehtes Taifersar Arahesis | 2009-07-03 | 1 | -10/+4 |
* | Implement LazyItemsDict.pop() since dict.pop() bypasses our overridden | Zac Medico | 2009-07-03 | 1 | -0/+17 |
* | Make --help into an action, and move --help --sync output to the | Zac Medico | 2009-07-03 | 2 | -35/+29 |
* | Move "import copy" to the top of the file. | Zac Medico | 2009-07-03 | 1 | -2/+2 |
* | Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), since | Zac Medico | 2009-07-03 | 1 | -3/+3 |
* | Fix broken reference to _graph_trees. | Zac Medico | 2009-07-03 | 1 | -1/+1 |
* | Fix broken reference to self.myopts in the dynamic_config constructor. | Zac Medico | 2009-07-03 | 1 | -2/+2 |
* | Use the new frozen_config depgraph constructor parameter to optimize | Zac Medico | 2009-07-03 | 1 | -1/+3 |
* | Add a frozen_config parameter to the depgraph constructor, so that multiple | Zac Medico | 2009-07-03 | 1 | -95/+102 |
* | Use depgraph._pkg() whenever possible. | Zac Medico | 2009-07-03 | 1 | -32/+13 |
* | Move RootConfig.visible_pkgs to dynamic_config._visible_pkgs, so RootConfig | Zac Medico | 2009-07-02 | 2 | -4/+7 |
* | Fix reversal in --nodeps merge order. Thanks to Michael Haubenwallner | Zac Medico | 2009-07-02 | 1 | -1/+0 |
* | Bug #275947 - Enable build.log when FEATURES=sesandbox is enabled, since | Zac Medico | 2009-07-01 | 1 | -7/+6 |
* | Fix broken references to depgraph._dynamic_config and _frozen_config in | Zac Medico | 2009-07-01 | 1 | -10/+11 |
* | Fix typo from previous commit. | Zac Medico | 2009-07-01 | 1 | -1/+1 |
* | Fix depgraph._serialize_tasks so it never performa a needless uninstall task | Zac Medico | 2009-07-01 | 1 | -15/+14 |