portage.git
2006-10-08 Zac MedicoAdd news about multiple inheritance support in profiles.
2006-10-08 Zac MedicoGenerate the depgraph.args_keys list _before_ building...
2006-10-08 Zac MedicoRemove one more reference to use.defaults.
2006-10-08 Zac MedicoRemove use.default documentation since we don't use...
2006-10-08 Zac MedicoRemove the single parent constraint in profiles.
2006-10-08 Zac MedicoClean up depgraph.select_files() to use one list of...
2006-10-08 Zac MedicoMake the .installed invalidation conditional on srcroot...
2006-10-08 Zac MedicoMake the merge phase automatically invalidate the ...
2006-10-08 Zac MedicoFor bug #150361, implement greedy matching of command...
2006-10-08 Zac MedicoFix another bad package type assumption in depgraph...
2006-10-08 Zac MedicoMake system/world less greedy for bug #150251.
2006-10-08 Zac MedicoFor bug #140021, remove autoaddcvs from the docs. ...
2006-10-08 Zac MedicoFix dep_transform breakage (regression from r4596).
2006-10-07 Zac MedicoStack negative user virtuals in the correct order for...
2006-10-07 Zac MedicoFor bug #150377, make virtual preferences in a profile...
2006-10-07 Zac MedicoRemove redundant quotes from PORTAGE_RSYNC_OPTS.
2006-10-07 Zac MedicoRemove redunant quotes for bug #150381. This change...
2006-10-07 Zac MedicoFix package type assumptions in depgraph.display()...
2006-10-07 Zac MedicoAdd a heading for portage-2.1.2.
2006-10-07 Zac MedicoAdd a release note about --with-bdeps.
2006-10-07 Zac MedicoAdd news about major bug fixes in 2.1.2.
2006-10-06 Zac MedicoDelete some temporary variables after use.
2006-10-06 Zac MedicoIn update_dbentries(), use != rather than "is not"...
2006-10-06 Zac MedicoReject installed packages if they have a matching maske...
2006-10-06 Zac MedicoFor bug #48195, fall back to the installed packages...
2006-10-06 Zac MedicoMake repoman generate a syntax error if a slot dep...
2006-10-06 Zac MedicoDon't call varexpand inside getconfig for env.d/profile...
2006-10-06 Zac MedicoFor bug #14215, put the shlex parser in posix mode...
2006-10-06 Zac MedicoFor bug #150163, remove unnecessary validation of new_p...
2006-10-06 Zac MedicoFor bug #150178, print an error message when emerge...
2006-10-05 Zac MedicoAdd news about slot deps.
2006-10-05 Zac MedicoImprove best_match_to_list() and include support for...
2006-10-05 Zac MedicoFix package moves/slotmoves to work with slot deps.
2006-10-05 Zac MedicoJust use a simple replace for the needlessly complex...
2006-10-05 Zac MedicoFor bug #4698, use slot deps to ensure that all install...
2006-10-05 Zac MedicoAdd support for slot based dep matching in all dbapi...
2006-10-04 Zac MedicoShare duplicate code between dep_getkey() and dep_getcpv().
2006-10-04 Zac MedicoDon't create /cvs-src since the cvs.eclass will do...
2006-10-04 Zac MedicoFix a typo for the file mode in ${T}.
2006-10-04 Zac MedicoDon't apply the sticky bits until we have a complete...
2006-10-04 Zac MedicoProperly write all fifo and device nodes to CONTENTS...
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...
next