| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #280320 - Fix broken _emerge.main ImportError handler.. | Zac Medico | 2009-08-04 | 1 | -1/+1 |
* | Revert the code from bug #278729 for now since it need to be redone in order | Zac Medico | 2009-08-04 | 1 | -28/+6 |
* | In the dep_zapdeps() code from bug #278729, set all_use_satisfied = False | Zac Medico | 2009-08-04 | 1 | -0/+1 |
* | Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack' | Zac Medico | 2009-08-04 | 1 | -1/+1 |
* | Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicode | Zac Medico | 2009-08-04 | 1 | -13/+3 |
* | Bug #280259 - Fix binarytree to always open the Packages file as unicode. | Zac Medico | 2009-08-04 | 1 | -25/+7 |
* | Bug #280259 - Use codecs.open() when reading the Packages file inside | Zac Medico | 2009-08-04 | 1 | -1/+3 |
* | Fix a regression caused by the code from bug #278729, which causes incorrect | Zac Medico | 2009-08-04 | 1 | -4/+20 |
* | Set "emerge" xterm title at the beginning of running emerge. | Arfrever Frehtes Taifersar Arahesis | 2009-08-04 | 1 | -2/+4 |
* | Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34 | Zac Medico | 2009-08-04 | 2 | -3/+8 |
* | Fix NameError from r13880. Thanks to Arfrever for reporting. | Zac Medico | 2009-08-03 | 1 | -1/+1 |
* | Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND. | Zac Medico | 2009-08-03 | 1 | -4/+5 |
* | Bug #278729 - Inside dep_zapdeps(), ignore USE dependencies since we don't | Zac Medico | 2009-08-03 | 1 | -1/+6 |
* | Bug #278729 - Add an Atom.without_use attribute which is identical to the | Zac Medico | 2009-08-03 | 2 | -16/+11 |
* | Remove the code from bug #278895 since we're going to need a daemon process | Zac Medico | 2009-08-03 | 4 | -26/+1 |
* | Only treat non-negative integers as valid in insert_optional_args(). | Zac Medico | 2009-08-01 | 1 | -2/+1 |
* | Add support for --usepkg=n so that it's possible to disable it on | Zac Medico | 2009-08-01 | 3 | -13/+77 |
* | Add support for --complete-graph=n so that it's possible to disable it on | Zac Medico | 2009-08-01 | 3 | -3/+14 |
* | In the _check_build_log(), exclude output from dev-libs/yaz-3.0.47 which | Zac Medico | 2009-07-31 | 1 | -1/+6 |
* | In depgraph._show_slot_collision_notice(), display $ROOT (if not /) with each | Zac Medico | 2009-07-30 | 1 | -0/+2 |
* | Bug #276264 - Advise manual removal of the metadata/cache/ direcory when using | Zac Medico | 2009-07-30 | 1 | -2/+3 |
* | Add a python-based setsid script for use with USERLAND=BSD. | Zac Medico | 2009-07-30 | 2 | -2/+15 |
* | Fix breakage in owners() handling of abs paths. | Zac Medico | 2009-07-30 | 1 | -1/+1 |
* | Move the setsid code (from bug #278895) as early as possible. | Zac Medico | 2009-07-30 | 1 | -18/+17 |
* | Updating find_updated_config_files function description | Mounir Lamouri | 2009-07-30 | 1 | -4/+4 |
* | Rename get_updated_config_files() to find_updated_config_files() and make | Zac Medico | 2009-07-30 | 2 | -10/+7 |
* | Add get_updated_config_files in portage API | Mounir Lamouri | 2009-07-30 | 2 | -59/+78 |
* | Inside die(), only send the signal for subshell die support when we are | Zac Medico | 2009-07-30 | 1 | -1/+1 |
* | 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 |