| Commit message (Expand) | Author | Age | Files | Lines |
* | Use readlines() to optimize performance. Thanks to Marat Radchenko | Zac Medico | 2009-07-19 | 2 | -2/+1 |
* | For consistency with emake, add ${MAKEOPTS} ${EXTRA_EMAKE} to make arguments | Zac Medico | 2009-07-17 | 1 | -0/+2 |
* | For unsatisfied USE dependencies, do not backtrack if only USE have to change | Zac Medico | 2009-07-16 | 1 | -4/+16 |
* | align with Prefix, also warn on sparcv9 hosts -- 64-bits Solaris/Sparc | Fabian Groffen | 2009-07-16 | 1 | -1/+1 |
* | add hppa64 to the 64bit list as pointed out by Michael Haubenwallner | Mike Frysinger | 2009-07-16 | 1 | -1/+1 |
* | fix up spacing, remove commented out code, fix copyright (sort of see-if-I-ca... | Fabian Groffen | 2009-07-13 | 1 | -48/+48 |
* | Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks to | Zac Medico | 2009-07-12 | 1 | -19/+29 |
* | Allow search and depgraph to avoid spinner by using spinner=None | Mounir Lamouri | 2009-07-12 | 2 | -11/+19 |
* | Remove leading slash from appropriate paths inside portage.const, so that | Zac Medico | 2009-07-12 | 7 | -29/+37 |
* | Improve description of QA_DT_HASH. | Arfrever Frehtes Taifersar Arahesis | 2009-07-12 | 1 | -0/+3 |
* | In depgraph._show_missed_update(), don't show installed packages since we | Zac Medico | 2009-07-12 | 1 | -0/+4 |
* | Move the backtracking code from action_build() to a new backtrack_depgraph() | Zac Medico | 2009-07-12 | 2 | -38/+46 |
* | Eliminate duplicate code inside depgraph._show_missed_update(). | Zac Medico | 2009-07-11 | 1 | -14/+9 |
* | Bug #137562 - Implement backtracking for missing dependencies. Thanks to | Zac Medico | 2009-07-11 | 1 | -0/+25 |
* | Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks to | Zac Medico | 2009-07-11 | 1 | -11/+4 |
* | Assign 'cfgprot' before referencing it. Reported by Thomas Sachau. | Arfrever Frehtes Taifersar Arahesis | 2009-07-11 | 1 | -1/+1 |
* | Allow --deep to take an optional integer parameter, to specify how deep it | Zac Medico | 2009-07-09 | 5 | -18/+52 |
* | Tweak arguments for <python-2.6 compat. | Zac Medico | 2009-07-09 | 1 | -2/+2 |
* | Make -j argument handling more generic, so it's easy to add similar arguments | Zac Medico | 2009-07-09 | 1 | -26/+60 |
* | Use a dict for depgraph params, so we can use it to store key/value pairs | Zac Medico | 2009-07-09 | 2 | -13/+13 |
* | Add a --debug warning message inside _add_pkg in case a potentially infinite | Zac Medico | 2009-07-08 | 1 | -0/+12 |
* | Document the --selective option. | Zac Medico | 2009-07-08 | 2 | -0/+10 |
* | 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 |