portage.git
2006-09-29 Zac MedicoAllow options contained in EMERGE_DEFAULT_OPTS to be...
2006-09-29 Zac MedicoMove installed sources into ${CATEGORY} subdirectories...
2006-09-29 Zac MedicoAllow env.d file names with 3 characters. This is a...
2006-09-29 Zac MedicoFix quoting of ${D} in make arguments for einstall...
2006-09-29 Zac MedicoFix broken [ -z "" ] test. Thanks to Volkov Peter...
2006-09-29 Zac MedicoFix inverted --with-bdeps logic.
2006-09-29 Zac MedicoCall sys.stdout.flush() after print statements so that...
2006-09-29 Zac MedicoProperly treat myopts as a dict.
2006-09-29 Zac MedicoRemove some unreachable code.
2006-09-29 Zac MedicoUse dict.pop(k, None) to delete items if they exist.
2006-09-29 Zac MedicoStore myopts in the mtimedb as a list for backward...
2006-09-29 Zac MedicoAdd missing calls to iteritems() from the last commit.
2006-09-28 Zac MedicoAdd a --with-bdeps=[y,n] option for bug #148870.
2006-09-28 Zac MedicoConvert myopts into a dictionary so that it can be...
2006-09-28 Zac MedicoConvert emerge option parsing to use python's optparse...
2006-09-28 Zac MedicoCatch a ValueError caused by corrupt cache for bug...
2006-09-27 Zac MedicoIn dep_zapdeps preference selection, use package names...
2006-09-27 Zac MedicoRevert dep_zapdeps fakedbapi usage as per comment ...
2006-09-27 Zac MedicoFix --update so that it updates direct dependencies...
2006-09-27 Zac MedicoMake sure that all packages are in the dbapi when doing...
2006-09-27 Zac MedicoAdd SLOT support to fakedbapi then use it for depgraph...
2006-09-25 Zac MedicoAdd a warning about the portage group and the possiblil...
2006-09-25 Zac MedicoClean up the logic a little for bug #149092.
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...
next