portage.git
2006-10-18 Zac MedicoFix --usepkg --newuse logic so that it doesn't throw...
2006-10-18 Zac MedicoRemove the unused system slot from DepPriority.
2006-10-18 Zac MedicoFix a typo in xrange arguments from the previous commit.
2006-10-18 Zac MedicoAdd more dependency priority levels for merge order...
2006-10-17 Zac MedicoEliminate an unnecessary string concatenation.
2006-10-17 Zac MedicoMake empty digest-* files 0 bytes instead of 1 byte...
2006-10-17 Zac MedicoFix CONFIG_PROTECT so that is works with symlinked...
2006-10-17 Zac MedicoFilter empty elements in cumulative env-update variable...
2006-10-17 Zac MedicoEncapsulate altlist calls (for blockers that depend...
2006-10-17 Zac MedicoAdd back the -v option for tar (removed for bug #151146...
2006-10-17 Zac MedicoAdd -* support to stack_lists() and use dict.pop()...
2006-10-17 Zac MedicoStack use.mask/package.use.mask together at each level...
2006-10-17 Zac MedicoMerge package.use and USE from make.defaults together...
2006-10-17 Zac MedicoUse setdefault to avoid an extra dict lookup.
2006-10-17 Zac MedicoMake --depclean treat DEPEND as soft deps instead of...
2006-10-16 Zac MedicoAlways add blockers with priority=digraph.SOFT so that...
2006-10-16 Zac MedicoFix altlist blocker validation logic so that the correc...
2006-10-16 Zac MedicoBlockers that depend on merge order must be validated...
2006-10-16 Zac MedicoRemove blocker nodes from the digraph prior to the...
2006-10-16 Zac MedicoWhen unable to navigate around blockers, add them back...
2006-10-16 Marius Mauchadd make.conf diff for sparc-fbsd arch (from Uberlord)
2006-10-16 Zac MedicoFor bug #133908, prevent collisions in ${PKGDIR}/All...
2006-10-15 Zac MedicoSimplify and optimize grabdict. Thanks to Brian Harrin...
2006-10-15 Zac MedicoMake grabdict incremental, so that keys occuring multip...
2006-10-15 Zac MedicoTrigger binarytree population on bindbapi.cpv_all(...
2006-10-15 Zac MedicoAdd a missing method parameter.
2006-10-15 Zac MedicoSimplify binarytree.getname().
2006-10-15 Zac MedicoUse globing to match *rm phases from the last commit.
2006-10-15 Zac MedicoDisable the ECLASS inherited illegally message during...
2006-10-15 Zac MedicoFix display of nomerge nodes and --tree for ROOT!=/.
2006-10-14 Zac MedicoThis patch implements intelligent navigation around...
2006-10-14 Zac MedicoFix the USE flag handling in depgraph.display() for...
2006-10-14 Zac MedicoFix a KeyError triggered by blockers in depgraph.displa...
2006-10-14 Zac MedicoImplement per-package default USE flags at the ebuild...
2006-10-14 Zac MedicoFor bug #151082, don't allow installed packages to...
2006-10-14 Zac MedicoAlways `unset DEPEND RDEPEND PDEPEND IUSE` prior to...
2006-10-14 Zac MedicoFor bug #151146, don't use tar's --verbose option durin...
2006-10-14 Zac MedicoFor bug #151238, fix --with-bdeps logic so that it...
2006-10-12 Zac MedicoFix the new env-update lib dirs logic to properly accou...
2006-10-11 Zac MedicoEscape quotes for bug #150932.
2006-10-11 Zac MedicoMake an mtime change force an ldconfig run, since it...
2006-10-11 Zac MedicoUse contents to avoid unnecessary ldconfig calls for...
2006-10-11 Zac MedicoUse -e instead of -a for better cross-shell compatibili...
2006-10-11 Zac MedicoAppend PORTAGE_RSYNC_EXTRA_OPTS after the default optio...
2006-10-11 Zac MedicoUse grabfile instead of cat to display the gentoo-relea...
2006-10-11 Simon Stellingdisable path globbing when creating metadata keys;...
2006-10-11 Zac MedicoMake manifest2AuxfileFilter() slightly more efficient...
2006-10-11 Zac MedicoFor bug #150121, generate an error in digestcheck(...
2006-10-11 Zac MedicoMove PORTAGE_BUILDDIR in to a category subdirectory...
2006-10-11 Mike Frysingerdo not abort for the time being with lazy bindings...
2006-10-10 Zac MedicoAdd more self.modifying() checks in order to detect...
2006-10-10 Zac MedicoDon't lock repoman_settings because it needs to be...
2006-10-10 Zac MedicoRemove an unnecessary assumption preventing the use...
2006-10-10 Zac MedicoFix breakage in generation of favorites list for bug...
2006-10-10 Zac MedicoOnly unlink .installed after the collision-protect...
2006-10-10 Zac MedicoOnly do a slotmove on a slot dep atom if the slotmove...
2006-10-10 Zac MedicoPrint a more useful error message for bug #150488.
2006-10-10 Zac MedicoAdd $ROOT and $PORTAGE_CONFIGROOT support for etc-updat...
2006-10-10 Zac MedicoSimplify the needlessly complex virtuals preferencing...
2006-10-10 Zac MedicoAvoid unnecessary population of the bintree by populati...
2006-10-09 Zac MedicoMake --tree not imply --pretend anymore so that people...
2006-10-09 Zac MedicoMake --newuse not imply --update anymore because that...
2006-10-09 Zac MedicoDocument greedy atoms for the --update option.
2006-10-09 Zac MedicoRemove outdated mention of --update in the --deep docs.
2006-10-09 Zac MedicoCatch UnpicklingError when loading the mtimedb (reporte...
2006-10-09 Zac MedicoRemove unnecessary config.reset() calls in portage...
2006-10-09 Zac MedicoFix typo s/upper/lower/.
2006-10-09 Zac MedicoRemove unused PORTAGE_CALLER=portageq from the environment.
2006-10-09 Zac MedicoRemove unused PORTAGE_CALLER=emerge from the environment.
2006-10-09 Zac MedicoUse a local_config flag to replace PORTAGE_CALLER ...
2006-10-09 Zac MedicoFor repoman, hide the vardbapi from dep_zapdeps.
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...
next