| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #278895 - Make ebuild.sh clean up orphaned processes that may have been | Zac Medico | 2009-07-30 | 3 | -1/+14 |
* | Fix depgraph._show_missed_update() to keep each $ROOT separate. | Zac Medico | 2009-07-29 | 1 | -4/+8 |
* | Account for $ROOT inside depgraph._show_missed_update_unsatisfied_dep(). | Zac Medico | 2009-07-29 | 1 | -4/+3 |
* | Remove redundant loop inside depgraph._show_missed_update_slot_conflicts(). | Zac Medico | 2009-07-28 | 1 | -12/+12 |
* | When backtracking due to an unsatisfied dependency, show a normal unsatisfied | Zac Medico | 2009-07-28 | 1 | -3/+49 |
* | Fix --onlydeps breakage. Thanks to Arfrever for reporting. | Zac Medico | 2009-07-25 | 1 | -1/+1 |
* | Bug #270040 - Make repoman parse the categories file from the overlay. | Zac Medico | 2009-07-22 | 2 | -1/+13 |
* | Add comment in calc_depclean() about topological sort optimization that | Zac Medico | 2009-07-21 | 1 | -1/+2 |
* | Always pass encodings='utf_8' to codecs.open(), since otherwise it can | Zac Medico | 2009-07-20 | 5 | -12/+17 |
* | FEATURES=unmerge-logs | Zac Medico | 2009-07-20 | 3 | -1/+15 |
* | Remove empty log files inside dblink.unmerge(). Thanks to Diego Pettenò | Zac Medico | 2009-07-20 | 1 | -0/+12 |
* | Skip Blocker instances inside _add_prefetchers(). | Zac Medico | 2009-07-20 | 1 | -1/+2 |
* | Move mtimedb resume list code from action_build() to | Zac Medico | 2009-07-20 | 2 | -8/+9 |
* | Use a lazy reference to sys.stdout, in case the API consumer has | Zac Medico | 2009-07-20 | 1 | -3/+8 |
* | Make portage.listdir() and dbapi.cp_list() return unicode. | Zac Medico | 2009-07-20 | 3 | -1/+8 |
* | Fix Scheduler bug: | Mounir Lamouri | 2009-07-20 | 1 | -0/+2 |
* | In grablines(), specify encoding=sys.getdefaultencoding() in the codecs.open() | Zac Medico | 2009-07-20 | 1 | -2/+3 |
* | Use codecs.open for unicode support in FileLoader.load(). | Zac Medico | 2009-07-20 | 1 | -1/+2 |
* | In _check_manifests(), skip uninstall operations. | Zac Medico | 2009-07-19 | 1 | -0/+3 |
* | 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 |