portage.git
2006-09-25 Zac MedicoCheck the dep_check return value and fail with a messag...
2006-09-25 Zac MedicoMake `emerge world` (without --deep) work as expected...
2006-09-25 Mike Frysingerprint errors to stderr, not stdout
2006-09-25 Zac MedicoFor bug #149028, don't lock the tbz2 file because the...
2006-09-24 Zac MedicoClean up and simplify depgraph params logic. This...
2006-09-24 Zac MedicoRemove depgraph params for depclean since it no longer...
2006-09-24 Zac MedicoIn order to ensure correct merge order such that build...
2006-09-24 Zac MedicoUse the same directories for binary package merges...
2006-09-23 Zac MedicoFix portage.pkgmerge() so that it locks files and direc...
2006-09-23 Zac MedicoRemove pkgmerge since it's apparent that nobody uses...
2006-09-23 Zac MedicoRemove doebuild_environment return value checks since...
2006-09-23 Zac MedicoMake doebuild_environment raise an exception so that...
2006-09-23 Zac MedicoOnly lock PORTAGE_BUILDDIR if the ebuild exists (otherw...
2006-09-23 Zac MedicoLock PORTAGE_BUILDDIR all the way through prerm, unmerg...
2006-09-23 Zac MedicoAlways check the return value of doebuild_environment().
2006-09-23 Zac MedicoMove PORTAGE_BUILDDIR locking out of doebuild and into...
2006-09-23 Zac MedicoRemove outdated "Unable to run required binary" message...
2006-09-23 Zac MedicoMove PORTAGE_LOG_FILE initialization from doebuild...
2006-09-23 Zac MedicoPass in the correct arg= value to select_dep.
2006-09-23 Zac MedicoNever allow packages explicitly requested on the comman...
2006-09-22 Zac MedicoEnsure that soft_dep is a plain boolean (not vardb...
2006-09-22 Zac MedicoMove the open call out of the inner try block.
2006-09-22 Zac MedicoMake it possible, once again, to use --noreplace to...
2006-09-22 Zac MedicoUse finally: to ensure that the file is closed properly.
2006-09-22 Zac MedicoDon't use LazyLoad for cache pulls because it causes...
2006-09-22 Zac MedicoImprove and simplify __getitem__ error handling.
2006-09-22 Zac MedicoUse fstat to when retrieve cache timestamps and avoid...
2006-09-22 Zac MedicoFor compatibility with float timestamps in python-2...
2006-09-22 Zac MedicoConvert stat timestamps to long for compatibility with...
2006-09-22 Zac MedicoAllow cache.sqlite to use sqlite3 from python-2.5,...
2006-09-22 Zac MedicoRevert r4495, since conversion from nomerge to merge...
2006-09-22 Simon Stellinguse EBUILD_SH_ARGS instead of $*; bug 148615
2006-09-22 Zac MedicoAllow packages specified on the command line to be...
2006-09-21 Zac MedicoFix another IndexError due to an assumption that digrap...
2006-09-21 Zac MedicoPrevent --update and/or --deep style behavior when...
2006-09-21 Zac MedicoPrevent an IndexError caused by blocker nodes splitting...
2006-09-21 Zac MedicoAdd a comment about old-style virtuals inside depgraph...
2006-09-21 Zac MedicoRemove an inaccurate comment.
2006-09-21 Zac MedicoAdd a docstring for depgraph.validate_blockers().
2006-09-21 Zac MedicoFix depgraph.validate_blockers() logic so that match_fr...
2006-09-20 Zac MedicoThanks to Jason Stubbs for this patch from bug #16365...
2006-09-20 Zac MedicoAs suggested by vapier, send emerge -fp output to stdou...
2006-09-20 Zac MedicoMake portageq exit successfully for -h or --help.
2006-09-19 Zac MedicoMake portageq exit with nonzero status when called...
2006-09-19 Zac MedicoFor consistency, pass ignore_soft_deps into digraph...
2006-09-19 Zac MedicoFix digraph.hasallzeros() breakage.
2006-09-19 Zac MedicoProperly close the caches before reloading portage.
2006-09-19 Zac MedicoThis is a new --tree implementation by Jason Stubbs...
2006-09-19 Zac MedicoFix fetch resume logic for bug #145601 and document...
2006-09-19 Zac MedicoFix digraph.debug_print inverted hard/soft logic.
2006-09-19 Zac MedicoTurn off file name globbing during expansion of ${find_...
2006-09-18 Zac MedicoAllow packages matched by something in package.provided...
2006-09-18 Zac MedicoIdendify soft deps in emerge --debug output.
2006-09-18 Zac MedicoThanks again to Jason Stubbs for this patch from bug...
2006-09-18 Zac MedicoThanks to Jason Stubbs for this patch from bug #147766...
2006-09-18 Zac MedicoEnsure that the parent process gets the first fetch...
2006-09-18 Zac MedicoReplace relative imports with absolute imports for...
2006-09-18 Zac MedicoClose the parallel-fetch log file descriptor when it...
2006-09-17 Zac MedicoUse mtimedb.filename == None to disable mtimedb writes...
2006-09-17 Zac MedicoReimplement parallel-fetch so that it simply spawns...
2006-09-16 Zac MedicoIn portage.commit_mtimedb(), use the commit() method...
2006-09-16 Mike Frysingerdocument FEATURES=buildsyspkg #147729
2006-09-16 Zac MedicoAdd CATEGORY to the list of readonly variables.
2006-09-16 Zac MedicoFor bug #14321, make dispatch-conf scan for individual...
2006-09-16 Zac MedicoFor bug #14321, make etc-update scan for individual...
2006-09-16 Zac MedicoFor bug #14321, make emerge scan for individual files...
2006-09-16 Zac MedicoFor bug #14321, add support for individual files in...
2006-09-15 Zac MedicoWhen it's detected that a previously remembered update...
2006-09-15 Zac MedicoAdd support for SPACE_SEPARATED and COLON_SEPARATED...
2006-09-15 Zac MedicoMove all env.d file name filtering into a single loop.
2006-09-15 Zac MedicoSimplify the confmem logic so that it's easier to read.
2006-09-14 Zac MedicoRemove an unused hardlink_active() function.
2006-09-14 Zac MedicoSimplify portage_locks.hardlink_is_mine() so that it...
2006-09-14 Zac MedicoRemove all traces of atexit hardlock cleanup code,...
2006-09-14 Zac MedicoIn unhardlink_lockfile(), make sure not to touch lockfi...
2006-09-14 Mike Frysingernote that you need to use an absolute path for ROOT...
2006-09-13 Zac MedicoUse configdict["env"].clear() instead of manual deletio...
2006-09-13 Zac MedicoFor correct LINGUAS handling, don't export empty USE_EX...
2006-09-10 Zac MedicoAdd KDEDIRS to colon_separated env-update vars as reque...
2006-09-10 Zac MedicoFix a broken call to new_protect_filename for bug ...
2006-09-10 Mike Frysingerdiff for superh
2006-09-09 Zac MedicoFor bug #80846, prevent false collisions caused by...
2006-09-09 Zac MedicoIn dblink.isowner(), correct the logic to test the...
2006-09-08 Zac MedicoInclude a note about RESTRICT="fetch" in docs for local...
2006-09-07 Zac MedicoAdd PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it... v2.1.1
2006-09-07 Zac MedicoMake quickpkg respect PORTAGE_NICENESS.
2006-09-07 Zac MedicoSubstitute isolated-functions.sh in place of /sbin...
2006-09-07 Zac MedicoCondense a few portageq calls into one.
2006-09-07 Zac MedicoMake sure that the package phase has the PYTHONPATH...
2006-09-07 Zac MedicoOptimize quickpkg so that it creates the binary package...
2006-09-07 Zac MedicoFor bug #146564, include directories in packages create...
2006-09-06 Zac MedicoDocument that dblink.unmerge() does not perform locking...
2006-09-06 Zac MedicoProperly lock the critical section of portage.unmerge...
2006-09-06 Zac MedicoAllow env_update to work if there are broken symlinks...
2006-09-06 Zac MedicoRemove ACCEPT_KEYWORDS from incrementals to that a...
2006-09-06 Zac MedicoCall dep_settings.setcpv() first so that ACCEPT_KEYWORD...
2006-09-06 Mike Frysingerunpack rar files with -o+ to force overwriting #146508...
2006-09-06 Mike Frysingermake .compiled warning the same helpful format as ...
2006-09-06 Mike Frysingerif user has FEATURES=noauto then dont check lame .insta...
2006-09-05 Zac MedicoDuring env_update, raise a FileNotFound exception if...
next