portage.git
2006-06-22 Zac MedicoFix a collision with a previous variable named "p".
2006-06-22 Zac MedicoMove the --config code from global scope to a function.
2006-06-22 Zac MedicoMove the --regen code from global scope to a function.
2006-06-22 Zac MedicoMove the --sync and --metadata code from global scope...
2006-06-22 Zac MedicoRemove most direct references to global variables from...
2006-06-22 Zac MedicoRemove unused "olddbapi" variable.
2006-06-22 Zac MedicoRemove all global variables from emerge's search class.
2006-06-22 Zac MedicoEncapsulate emerge's spinner into an object.
2006-06-22 Zac MedicoSimplify PORT_LOGDIR intitialization.
2006-06-22 Zac MedicoPrevent and exception when PORT_LOGDIR is an empty...
2006-06-22 Zac MedicoRemove redundant PORT_LOGDIR validation from the config...
2006-06-22 Zac MedicoDon't bother to warn when PORT_LOGDIR="".
2006-06-22 Zac MedicoMake sure that PORT_LOGDIR is properly unset when it...
2006-06-21 Zac MedicoBy popular demand (including releng), revert the unmerg...
2006-06-20 Zac MedicoMake it easy to pass alternative cache implementations...
2006-06-20 Zac MedicoUse get() to simplify setitem logic as suggested by...
2006-06-20 Zac MedicoImplement get() as part of the standard mapping interface.
2006-06-20 Zac MedicoFix it so that values are properly saved in the writabl...
2006-06-20 Zac MedicoUse wantnewlockfile=1 on /var/lib/portage/config for...
2006-06-19 Zac MedicoTo prevent infinite recursion when a lock file has...
2006-06-19 Marius Mauchmake sure that elog entries are also processed in ...
2006-06-19 Zac MedicoSave timestamp.chk even when metadata-transfer is disab...
2006-06-19 Ned Ludd- do not complain about redundant use of pretend and...
2006-06-18 Alec Warnergoodbye tokenize
2006-06-18 Zac MedicoPut bright colors before dark colors for bug #137206...
2006-06-18 Zac MedicoAdd missing sys import found by pyflakes.
2006-06-18 Marius Mauchfix typo
2006-06-18 Mike Frysingerget rid of quotes in output
2006-06-18 Zac MedicoPrevent repoman frm using /etc/portage/package.mask...
2006-06-18 Zac MedicoOverwrite the existing fetch log so that it only contai...
2006-06-17 Zac MedicoLog parallel-fetch output to /var/log/emerge-fetch...
2006-06-17 Zac MedicoMake sure that doebuild gets the correct CATEGORY....
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: tweak --nocolor...
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: tweak the descript...
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: make the style...
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: put the --config...
2006-06-17 Mike Frysingerline wrap to 80 cols
2006-06-17 Mike FrysingerBenno Schulenberg writes in #136818: changes the wordin...
2006-06-17 Zac MedicoForce digest generation when assume-digests is enabled...
2006-06-16 Zac MedicoImport missing PermissionDenied class. Thanks to marie...
2006-06-16 Zac MedicoFix checksum error messages for bug #136947. Thanks...
2006-06-15 Zac MedicoOnly attempt to unmerge the already-installed instance...
2006-06-15 Zac MedicoWhen --debug is enabled, do not raise a ValueError...
2006-06-14 Alec Warnermore fixes to make it sound like I didn't write it...
2006-06-14 Alec Warneridiot, use.defaults, not make.defaults
2006-06-14 Alec WarnerAdd autouse removal to RELEASE-NOTES
2006-06-14 Zac MedicoGive a useful error message when a dependency has an...
2006-06-13 Zac MedicoSource /etc/portage/bashrc after the profile.bashrcs...
2006-06-13 Alec Warnerfix path to ebuild for dsd, bug # 135705
2006-06-13 Zac MedicoFix generation of ebuild log file names for bug #136285.
2006-06-13 Zac MedicoFix signal handling for bug #96331. Thanks to S. Cagla...
2006-06-13 Zac Medicos/i686-unknown/i686-gentoo/ for bug #136532.
2006-06-13 Zac MedicoFix a typo from the last revision (octal literals begin...
2006-06-13 Zac MedicoToggle the setgid bit on $PORT_LOGDIR\elog\ for bug...
2006-06-12 Zac MedicoPrevent extra newlines in elog for einfo invocations...
2006-06-12 Zac MedicoFor more simplicity, use os.rename instead of spawning...
2006-06-12 Zac MedicoRemove pointless closing of stdin that is done prior...
2006-06-12 Simon Stellingremoving windows-like senseless confirmation requests
2006-06-12 Marius Mauchadd date header for rfc2822 compliance
2006-06-12 Zac MedicoReplace --include-masked with an inverse --ignore-maske...
2006-06-12 Zac MedicoStack package.mask files in a more logical order as...
2006-06-12 Zac MedicoWrap more exceptions in ensure_dirs().
2006-06-11 Zac MedicoWrap more exceptions when applying permissions. Thanks...
2006-06-10 Zac MedicoRemove QA warning when files are installed with portage...
2006-06-10 Alec WarnerFix LIVEVCS.stable for -* keywords
2006-06-10 Marius Mauchoverride sender on sendmail invocation
2006-06-10 Marius Mauchadd code to allow sendmail binaries to be used instead...
2006-06-10 Marius Mauchrefactor elog mail stuff so it's reusable by other...
2006-06-10 Marius Mauchmake elog mail module always set the 'From' header...
2006-06-10 Zac MedicoDo not unmerge fifo files because, since their mtime...
2006-06-10 Ned Ludd- Bug 136236 misc-functions.sh fails to always honor...
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...
next