portage.git
2007-07-31 Zac MedicoIn dblink.treewalk(), handle the case where the current... v2.1.2.11
2007-07-31 Zac MedicoChange the numeric value of DepPriority.MIN to be equal...
2007-07-30 Zac MedicoInitialize dblink.contentscache to None since getconten...
2007-07-30 Zac MedicoFor bug #186960, try to create a directory for $ROOT...
2007-07-30 Zac MedicoRemove some useless dircache code. (branches/2.1.2...
2007-07-30 Zac MedicoMake dblink invalidate the vardbapi caches for each...
2007-07-30 Zac MedicoFor bug #182964, replace os.rename() with portage.movef...
2007-07-30 Zac MedicoFor bug #139670, update the dohtml docs to show all...
2007-07-30 Zac MedicoFor bug #137483, move the `emerge --help config` docs...
2007-07-30 Zac MedicoFor bug #185048, make emerge-webrsync honor http_proxy...
2007-07-30 Zac MedicoFor bug #186639, note that /etc/portage/profile/ suppor...
2007-07-30 Zac MedicoFor --buildpkgonly, say "built" instead of "merged...
2007-07-30 Zac Medicouse ${MAKE:-make} rather than make in einstall() (branc...
2007-07-30 Zac MedicoFor bug #186610, use `find <path>` to scan for config...
2007-07-30 Zac MedicoFor bug #184774, put lha's -q option last since otherwi...
2007-07-30 Zac MedicoFor bug #169500, detect when the cvs server puts /Attic...
2007-07-30 Zac MedicoFor bug #185930, direct all FETCHCOMMAND output to...
2007-07-30 Zac MedicoFor bug #162923, when digest verification of a distfile...
2007-07-30 Zac MedicoIf the fetcher reported success and the file is too...
2007-07-30 Zac MedicoFor bug #185670, make sure package.use.{mask,force...
2007-07-30 Zac MedicoFor bug #185504, document profiles/repo_name. (branches...
2007-07-30 Zac MedicoDiscard "nomerge" nodes to speed up depgraph.altlist...
2007-07-30 Zac MedicoDocument PORTAGE_WORKDIR_MODE for bug #8688. (branches...
2007-07-30 Zac MedicoUpdate the FEATURES=strict docs for better clarity...
2007-07-30 Zac Medicodocument FEATURES=sesandbox #161985 (branches/2.1.2...
2007-07-30 Zac Medicoremove readable bits for debug files if the souce ELF...
2007-07-30 Zac MedicoFor bug #184412, make depclean more consistent with...
2007-07-30 Zac MedicoRemove redundant config update notification (bug #18411...
2007-07-30 Zac MedicoImplement BlockerCache.keys() so that DictMixin.__repr_...
2007-07-30 Zac MedicoFor bug #131030, update the warning about potential...
2007-07-30 Zac MedicoFor bug #180045, try to merge PDEPEND as soon as possib...
2007-07-30 Zac MedicoFor bug #183431, catch a ParseError caused by a corrupt...
2007-07-30 Zac MedicoAdd sanity checks in fetch() and digestgen() to automat...
2007-07-30 Zac MedicoUpdate FETCHCOMMAND and RESUMECOMMAND docs (bug #141550...
2007-07-30 Zac Medicodont break when the binhost url doesn't end with a...
2007-07-30 Zac Medicochange default diff_command for emacs (bug #147558...
2007-07-30 Zac Medicoget ACCEPT_KEYWORDS from the env in gvisible() to prope...
2007-07-30 Zac MedicoDocument RESTRICT=bindist and add a note about allowanc...
2007-07-30 Zac MedicoClean up the profile masking code. (branches/2.1.2...
2007-07-30 Zac Medicocache the result of --suffix to reduce testing overhead...
2007-07-30 Zac MedicoAdd support for RSYNC_EXTRA_OPTS to webrsync (branches...
2007-07-30 Zac MedicoSome minor fixes for manifest code (branches/2.1.2...
2007-07-30 Zac MedicoDisplay message about --buildpkgonly restriction in...
2007-07-30 Zac Medicodefault --help should be usable, so make the extended...
2007-07-30 Zac Medicofix grammar in error output (branches/2.1.2 r6905)
2007-07-30 Zac Medicomake PDEPEND wording less restrictive #172511 and clari...
2007-07-30 Zac MedicoUse the the optparse options for --ignore-default-opts...
2007-07-30 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-07-30 Zac MedicoIf a package is in the world set but it's not installed...
2007-07-30 Zac MedicoFix cacheddir() to behave properly if os.listdir()...
2007-07-30 Zac MedicoFor bug #143340, give an appropriate message when there...
2007-07-30 Zac MedicoMake repoman exit with nonzero status whenever there...
2007-07-30 Zac MedicoFor bug #182021, use active voice when notifying the...
2007-07-30 Zac MedicoFor bug #182157, never chmod 0 symlinks before unlinkin...
2007-07-30 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
2007-07-30 Zac MedicoFix dblink.isowner() so it works properly when ROOT...
2007-07-30 Zac MedicoAlways return a dict from dblink.getcontents() since...
2007-07-30 Zac MedicoUpdate the PORT_LOGDIR docs for bug #82378. Thanks...
2007-07-30 Zac MedicoFor bug #181355, detect parenthesis mismatch in paren_r...
2007-07-30 Zac MedicoFor bug #181551, support slot deps in package.keywords...
2007-07-30 Zac MedicoMake repoman work with both + and - flags in IUSE....
2007-07-30 Zac MedicoSkip bogus '$ECLASS inherited illegally' messages when...
2007-07-30 Zac MedicoFor bug #152828, run -ldconfig when != . (branches...
2007-07-30 Zac MedicoFor bug #139383, in xtermTitleReset() use os.system...
2007-07-30 Zac MedicoFor bug #181104, make econf give an appropriate error...
2007-07-30 Zac MedicoMake all the python code respect USE conditionals in...
2007-07-30 Zac MedicoReturn copies of the cached values from pkgsplit and...
2007-07-30 Zac MedicoFor bug #156536, update --resume docs to show that...
2007-07-30 Zac MedicoFor bug #153967, use -O ${DISTDIR}/${FILE} in the defau...
2007-07-30 Zac MedicoWhen dblink.treewalk() looks for an installed instance...
2007-07-30 Zac MedicoRemove duplicate entries from special variables process...
2007-07-30 Zac MedicoUse user-provided ${mv_opts} for -5 (bug #47442) (branc...
2007-07-30 Zac MedicoAdd ECONF_SOURCE to the econf docs. (branches/2.1.2...
2007-07-30 Zac MedicoDocument EXTRA_ECONF, thanks to Arfrever FTA in bug...
2007-07-30 Zac MedicoFor bug #82378, only set permissions on PORT_LOGDIR...
2007-07-30 Zac MedicoImprove support for slot deps atoms given on the comman...
2007-07-30 Zac MedicoDon't complain when is missing unless manifest1 compat...
2007-07-30 Zac MedicoInstead of calling sys.exit() when aux_get() fails...
2007-07-30 Zac MedicoDon't repeatedly invoke the depend phase for ebuilds...
2007-07-30 Zac MedicoFor bug #149397, raise an InvalidDependString exception...
2007-07-30 Zac MedicoOnly check ChangeLog if we're dealing with an ebuild...
2007-07-30 Zac MedicoFor bug #172886, catch GetoptError. (branches/2.1.2...
2007-07-30 Zac MedicoMake dep_zapdeps() pull SLOT from the correct dbapi...
2007-07-30 Zac MedicoFor bug #139670, update the dohtml docs to show all...
2007-07-30 Zac MedicoFor bug #137483, move the `emerge --help config` docs...
2007-07-29 Zac MedicoFor bug #187016, and env.d to the default USE_ORDER...
2007-07-29 Zac MedicoFor pty logging, handle the EAGAIN error that is thrown...
2007-07-28 Zac MedicoFor bug #186876, fall back it os.pipe() if pty.openpty...
2007-07-28 Zac MedicoWhen the fetch phase fails inside doebuild(), create... v2.1.3
2007-07-28 Zac MedicoHandle 2 more cases where elog_process() needs to be...
2007-07-28 Zac MedicoFor bug #185048, make emerge-webrsync honor http_proxy...
2007-07-27 Zac MedicoFor bug #186639, note that /etc/portage/profile/ suppor...
2007-07-27 Zac MedicoFor bug #186639, add more clarification about the relat...
2007-07-27 Zac MedicoFor bug #186480, while we transition to repository...
2007-07-27 Zac MedicoFor bug #186826, always show --newuse flags that trigge...
2007-07-27 Zac MedicoFor --buildpkgonly, say "built" instead of "merged...
2007-07-27 Zac Medicouse ${MAKE:-make} rather than make in einstall() (trunk...
2007-07-26 Zac MedicoFor bug #186610, use `find <path>` to scan for config...
2007-07-26 Zac MedicoWhen setting the size of the pty for logging, check...
2007-07-25 Zac MedicoMerge the portage.spawn() implementation with pty loggi...
next