============================================================================= 2.1-r2 2006-07-31 branches/2.1 4075 ============================================================================= bin/ebuild 4060 zmedico Add a --force option for `ebuild digest` so that the user doesn't have to manually remove the Manifest and files/digest-* files when upstream changes the identity of distfiles. See bug #141843. This patch is from trunk r4040:4043 and r4044:4046. bin/emerge 4054 zmedico Add more dependencies to the digraph in order to help prevent strange merge orders for bug #126748. This patch is from trunk r4018:4021. 4055 zmedico Use the cannonical path of when transferring metadata so that the _eclasses_ paths are consistent for bug #137965. This patch is from trunk r3666. 4056 zmedico Fix getgccversion logic for bug #137786 and bug #139662. This patch is from trunk r3632. 4064 zmedico Go ahead and dump a full traceback without having to enable --debug. This patch is from trunk r3724. 4065 zmedico When necessary, always print a list of missing atoms even if --verbose is not enabled. Thanks to Caster for this patch from bug #141643 (in trunk r4022). 4066 zmedico Fix depclean so that it cleans unneeded slots (unless they are exempted by the system or world sets). See bug #140591. This patch is from trunk r3913:3915. 4067 zmedico Make depclean account for old-style virtuals so that it doesn't remove the providers. See bug #136178. This patch is from trunk r3985:3987. 4069 zmedico Don't write to emerge.log when --pretend is enabled for bug #139449. This patch is from trunk r4068. 4070 zmedico Don't call emergelog() from the parallel-fetch process for bug #88837. This patch is from trunk r3833. 4074 zmedico Match blockers against the correct $ROOT for bug #108449. This patch is from trunk r3787. 4075 zmedico Allow binary packages to be installed with --usepkg even when there is no ebuild in tree (but not when there is a matching ebuild in the tree that is masked). See bugs #55871, #135834, and #140694. This patch is from trunk r3826:3829 and r3907. bin/isolated-functions.sh 4062 zmedico As suggested by exg, include the einfon code inside einfo instead of using the FUNCNAME hack (FUNCNAME only works with >=bash-3.0). See bug #136208. This patch is from trunk r3607. bin/portageq 4071 zmedico Add a new portageq metadata function that wraps dbapi.aux_get() so that things like built_with_use in eutils.eclass can retrieve metadata in manner that is independent of the installed package database implementation. This patch is from trunk r3893. bin/repoman 4061 zmedico Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. This prevents it from being discarded by config.reset() and was the root cause of bug #132601. This patch is from trunk r3792. pym/portage.py 4058 zmedico When assume-digests is enabled, for digest generation if the number of parsed digests does not match the number of digest types that are supported for bug #138911. This patch is from trunk r3771:3773. 4059 zmedico Add PKG_CONFIG_PATH to env_update incrementals for bug #105384. This patch is from trunk r4044. 4063 zmedico Catch ParseError from getconfig during env_update for bug #142157. This patch is from trunk r4050. 4072 zmedico Update symlinks during package moves for bug #138394. This patch is from trunk r3687. pym/portage_manifest.py 4058 zmedico When assume-digests is enabled, for digest generation if the number of parsed digests does not match the number of digest types that are supported for bug #138911. This patch is from trunk r3771:3773. 4060 zmedico Add a --force option for `ebuild digest` so that the user doesn't have to manually remove the Manifest and files/digest-* files when upstream changes the identity of distfiles. See bug #141843. This patch is from trunk r4040:4043 and r4044:4046. pym/portage_util.py 4057 zmedico Fix NameError: global name 'portage_exception' is not defined for bug #140041. 4063 zmedico Catch ParseError from getconfig during env_update for bug #142157. This patch is from trunk r4050. 4073 zmedico Ignore hidden files and directories in grablines recursion for bug #137607. This patch is from trunk r3610:3613.