portage.git
2006-10-04 Zac MedicoRemove redundant PORTAGE_BUILDDIR creation.
2006-10-04 Zac MedicoWhen gathering a group of nodes to merge (with circular...
2006-10-04 Zac MedicoMake PORTAGE_BUILDDIR and subdirectories group writable...
2006-10-03 Zac MedicoDon't set the gid unnecessarily on $PORTAGE_BUILDDIR...
2006-10-03 Zac MedicoFor userpriv support, chown files in ${T} if necessary...
2006-10-03 Zac MedicoUse 01775 permissions for subdirectories of PORTAGE_TMP...
2006-10-03 Zac MedicoUse 755 permissions for ${PORTAGE_WORKDIR}/distdir...
2006-10-03 Zac MedicoPrint a message about make.globals if PORTDIR is undefined.
2006-10-03 Zac MedicoAdd a digraph.NONE constant to represent no priority.
2006-10-03 Zac MedicoRefector depgraph.altlist() reverse/ignore_priority...
2006-10-03 Zac MedicoRemove a len(nodes) == 1 test that's never True.
2006-10-03 Zac MedicoIn depgraph.altlist(), use a recursive fuction to gathe...
2006-10-03 Zac MedicoFix priority logic in digraph.add().
2006-10-02 Zac MedicoOptimize varexpand for bug #149900.
2006-10-02 Zac MedicoRemove unnecessary set creation.
2006-10-02 Zac MedicoFix depgraph.altlist() so that it can identify a group...
2006-10-02 Zac MedicoAdd medium priority level into the digraph (in addition...
2006-10-01 Zac MedicoFor bug #149781, exclude symlinks to directories when...
2006-09-30 Zac MedicoFix misspelling of dependencies for bug #149645.
2006-09-30 Zac MedicoEmulate old --update world/system behavior for bug...
2006-09-30 Zac MedicoDon't try to match call best_match_to_list() on "blocks...
2006-09-29 Zac MedicoUpdate CONFIG_PROTECT docs to reflect that files are...
2006-09-29 Zac MedicoUpdate installsources docs for bug #149491.
2006-09-29 Zac MedicoDocument the new COLLISION_IGNORE variable.
2006-09-29 Zac MedicoFor bug #149412, add a COLLISION_IGNORE user config...
2006-09-29 Zac MedicoDocument the new --with-bdeps option.
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_...
next