portage.git
2006-06-21 Zac MedicoUse get() to simplify setitem logic as suggested by... v2.1-r1
2006-06-21 Zac MedicoImplement get() as part of the standard mapping interfa...
2006-06-21 Zac MedicoMake it possible to pass alternative cache implementati...
2006-06-21 Zac MedicoMake sure that elog entries are also processed in ...
2006-06-21 Zac MedicoOnly attempt to unmerge the already-installed instance...
2006-06-21 Zac MedicoAdd autouse removal to RELEASE-NOTES. This patch is...
2006-06-21 Zac MedicoAdd date header for rfc2822 compliance. This patch...
2006-06-21 Zac MedicoFix LIVEVCS.stable for -* keywords. This patch is...
2006-06-21 Zac MedicoFix it so that values are properly saved in the writabl...
2006-06-21 Zac MedicoSource /etc/portage/bashrc after the profile.bashrcs...
2006-06-21 Zac MedicoLog parallel-fetch output to /var/log/emerge-fetch...
2006-06-21 Zac MedicoTo prevent infinite recursion when a lock file has...
2006-06-21 Zac MedicoSave timestamp.chk even when metadata-transfer is disab...
2006-06-21 Zac MedicoForce digest generation when assume-digests is enabled...
2006-06-21 Zac MedicoFix checksum error messages for bug #136947. Thanks...
2006-06-21 Zac MedicoVarious man/emerge.1 fixes from Benno Schulenberg in...
2006-06-21 Zac MedicoFix path to ebuild for dsd, bug # 135705. This patch...
2006-06-21 Zac Medicos/i686-unknown/i686-gentoo/ for bug #136532. This patch...
2006-06-21 Zac MedicoRemove pointless closing of stdin that is done prior...
2006-06-21 Zac MedicoRemove QA warning when files are installed with portage...
2006-06-21 Zac MedicoToggle the setgid bit on $PORT_LOGDIR\elog\ for bug...
2006-06-21 Zac MedicoBug 136236 misc-functions.sh fails to always honor...
2006-06-21 Zac MedicoPrevent extra newlines in elog for einfo invocations...
2006-06-21 Zac MedicoDo not unmerge fifo files because, since their mtime...
2006-06-21 Zac MedicoStack package.mask files in a more logical order as...
2006-06-21 Zac MedicoWhen --debug is enabled, do not raise a ValueError...
2006-06-21 Zac MedicoGive a useful error message when a dependency has an...
2006-06-21 Zac MedicoMake elog mail module always set the 'From' header...
2006-06-21 Zac MedicoFix signal handling for bug #96331. Thanks to S. Cagla...
2006-06-21 Zac MedicoReplace --include-masked with an inverse --ignore-maske...
2006-06-21 Zac MedicoBy popular demand (including releng), revert the unmerg...
2006-06-09 Zac MedicoI meant to ignore an IndexError here, in case mysetting... v2.1 v2.1_rc3 v2.1_rc4
2006-06-08 Zac MedicoUse ${BASH_SOURCE[0]} instead of $_ because the former...
2006-06-08 Zac MedicoBreak out of the loop asap.
2006-06-08 Zac MedicoWhen an ebuild from overlay fails, display a message...
2006-06-08 Zac MedicoAdd some documentation for /etc/make.profile/profile...
2006-06-08 Zac MedicoDelete incomplete resume data before exiting due to...
2006-06-08 Zac MedicoMove hard coding of /etc/env.d in CONFIG_PROTECT_MASK...
2006-06-08 Zac MedicoRevert r3468 because this type of functionality belongs...
2006-06-07 Mike Frysingersupport for FEATURES=debug-build
2006-06-07 Zac MedicoCall the bogus lchown() once so that the warning is...
2006-06-07 Zac MedicoIf lchown is unavailable for some unexpected reason...
2006-06-07 Zac MedicoAlso bump the counter for the "merge" phase since it...
2006-06-07 Zac MedicoMake sure that each new build attempt gets it's own...
2006-06-06 Zac MedicoFix getgccversion() logic so that it works properly...
2006-06-05 Zac MedicoStore the original suid bits when suidctl is enabled...
2006-06-05 Zac MedicoPut LIVEVCS.stable in qawarnings for now since it's...
2006-06-05 Zac MedicoAdd python 2.3 compatibility code for the set builtin.
2006-06-05 Zac MedicoFix getgccversion() logic for bug #108393. Thanks...
2006-06-04 Alec Warneradd LIVEVCS.stable to man repoman
2006-06-04 Alec WarnerAdd live VCS check to repoman, fix misspelling
2006-06-04 Zac MedicoWhen generating digests, print a digest.assumed QA...
2006-06-04 Zac MedicoRaise a ParseError if the profile has a parent file...
2006-06-04 Zac MedicoRaise a ParseError if the profile has a parent file...
2006-06-04 Zac MedicoRevert lazy loading of autouse because it is both broke...
2006-06-04 Zac MedicoEscape the shell parameter expansions in the PORTAGE_EL...
2006-06-04 Zac MedicoRestore the old behavior of performing global updates...
2006-06-03 Zac MedicoFix emerge's overlay display so that it works properly...
2006-06-02 Zac MedicoIn portageq, catch a KeyError and print a message to...
2006-06-02 Zac MedicoUpdate make.conf.example for x86-fbsd with patch from...
2006-06-01 Zac MedicoFix unpack so that it works with 7z archives for bug...
2006-06-01 Zac MedicoWrap at 80 columns for bug #135132.
2006-06-01 Zac MedicoFix --buildpkgonly so that the "clean" phase is run...
2006-06-01 Zac MedicoDocument RESTRICT="confcache" and add a reference econf...
2006-06-01 Alec WarnerFix quoting for bug 109739
2006-05-30 Zac MedicoUse python to lookup the user and group corresponding...
2006-05-30 Zac MedicoAdd some helpful troubleshooting tips to the depclean...
2006-05-30 Zac MedicoFix prepstrip so that it properly distiguishes between...
2006-05-29 Simon Stellingeverybody hates repoman failing on modular X, so make...
2006-05-29 Zac MedicoUse the well know selinux_aux functions for bug #134743.
2006-05-28 Zac MedicoRevert patch for r3426 for bug 134466 and add warnings...
2006-05-28 Zac MedicoUpdate the default USE_ORDER setting in the man page...
2006-05-28 Zac MedicoUpdate FEATURES docs for 'assume-digests' and 'digest...
2006-05-27 Zac MedicoIgnore ENOENT errors that are expected to occur in...
2006-05-27 Zac MedicoRemove dependence on a patched version of libselinux...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls in portage_util...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls in portage.py for...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls for fatal emerge...
2006-05-27 Zac MedicoFix emerge's userquery() so that it rejects empty respo...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls for legitimate...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls for legitimate...
2006-05-27 Zac MedicoAdd noiselevel=-1 to writemsg calls for legitimate...
2006-05-27 Zac MedicoMake sure that fetch errors are reported even when...
2006-05-27 Zac MedicoOnly print a warning if absolutely necessary when adjus...
2006-05-27 Zac MedicoFor availability in all stages, use rsync instead of...
2006-05-26 Zac MedicoFor portability, use cpio instead of `cp --parents...
2006-05-26 Zac MedicoAdd some additional error handling for OperationNotPerm...
2006-05-26 Zac MedicoFix the last revision so it also works for files copied...
2006-05-26 Zac MedicoIf necessary, apply appropriate permissions to previous...
2006-05-26 Zac MedicoReset DISTDIR to it's original value before returning...
2006-05-25 Zac MedicoFix CATEGORY spelling for bug #134362.
2006-05-25 Alec Warnerupdate the wget examples in make.conf
2006-05-25 Alec Warnerset a timeout on wget to 60 seconds to fix bug 101196...
2006-05-24 Zac MedicoAdd some documentation for RESTRICT="binchecks" (bug...
2006-05-24 Ned Ludd- More updates from Kevin Q bug 131779 ; document the...
2006-05-24 Ned Ludd- final commit hopefully for QA_TEXTRELS etc.
2006-05-24 Zac MedicoWhen /usr/lib/distcc/bin does not exist, only add a...
2006-05-23 Zac MedicoFix repoman so that it works when the portage tree...
2006-05-23 Zac MedicoAdd kernel to the default USE_EXPAND_HIDDEN. Thanks...
2006-05-23 Alec WarnerFix prepstrip to work with restrict, thanks to flameeye...
next