portage.git
2007-08-23 Zac MedicoFix a typo from r7663. (trunk r7676)
2007-08-22 Zac MedicoUse INFORM to colorize the package name. (trunk r7674)
2007-08-22 Zac MedicoPrevent output from being flushed to the console too...
2007-08-22 Zac MedicoMake depgraph.select_dep() reuse cached metadata from...
2007-08-22 Zac MedicoFix update_dbentry() to process version components...
2007-08-22 Zac MedicoMake best() return early when it's only given one packa...
2007-08-22 Zac MedicoPass complete package metadata from depgraph.select_dep...
2007-08-22 Zac MedicoBug #188703 - Don't adjust permissions in ${T} unless...
2007-08-22 Zac MedicoSend cache hit/miss status updates to stdout instead...
2007-08-22 Zac MedicoShow cache miss/hit counts all on one line, using ...
2007-08-22 Zac MedicoBug #189743 - Add .jpeg to the list of extensions suppo...
2007-08-19 Zac Medicofilter out kernel modules from ELF QA checks #184443...
2007-08-19 Zac Medicoremove "risky" message about -O2 (trunk r7644)
2007-08-19 Zac MedicoFix ACCEPT_KEYWORDS validation so that ** is valid...
2007-08-17 Zac MedicoFor bug #189219, use pkgcmp() to sort versions in selec...
2007-08-16 Zac MedicoMake etc-update copy owner and group bits when it merge...
2007-08-16 Zac Medicomake -f/-F distinction clearer (trunk r7632)
2007-08-16 Zac MedicoCombine 2 locations in depgraph.create() where nodes...
2007-08-16 Zac MedicoAlways assign higher priority to dependencies on packag...
2007-08-15 Zac MedicoAdd some floating point vercmp cases. (trunk r7622)
2007-08-15 Zac MedicoFor bug #188807, add nocreate and delaycompress options...
2007-08-15 Zac Medico'decent' CFLAGS should not feature -O3. Bug 188619...
2007-08-15 Zac MedicoFor bug #188449, since python floats have limited range...
2007-08-15 Zac MedicoFor bug #188782, dependencies on packages specified...
2007-08-14 Zac MedicoMake sure to skip info dir files with the .old extensio...
2007-08-14 Zac MedicoFor bug #188782, keep "nomerge" nodes in the graph...
2007-08-12 Zac MedicoFor bug #33585, leave the old info dir file in place...
2007-08-12 Zac MedicoFor bug #188559, invalidate dblink._contents_inodes...
2007-08-11 Zac MedicoOptimize config.setcpv() so that it doesn't call regene...
2007-08-10 Zac MedicoDon't generate a QA Notice if the ${S} directory doesn...
2007-08-06 Zac MedicoUpdate emerge --help and --info docs. Thanks to Arfreve...
2007-08-06 Zac MedicoFor bug #187795, remove pointless digest.disjointed...
2007-08-05 Zac MedicoFor bug #187806, use mkstemp to create tmpservertimesta...
2007-08-04 Zac MedicoUse == for comparison of portage_node since digraph...
2007-08-04 Zac MedicoMake sure that portage always has all of it's RDEPENDs...
2007-08-04 Zac MedicoMake config updates get counted correctly for bug ...
2007-08-04 Zac MedicoGenerate a QA Notice and cd to ${WORKDIR} if the $...
2007-08-04 Zac MedicoRemove the depend phase from the doebuild actionmap...
2007-08-03 Zac MedicoMake droppriv for the depend phase conditional on userp...
2007-08-03 Zac MedicoIn portage.spawn() logging, put the read end of the...
2007-08-02 Zac MedicoFor bug #187518, handle EISDIR thrown from mkdir when...
2007-08-02 Zac MedicoFor bug #187480, fix writemsg args in portdbapi.gvisibl...
2007-08-01 Zac MedicoFix TestCase import.
2007-08-01 Zac MedicoCopy the portage.spawn() test from trunk.
2007-08-01 Zac MedicoLike older versions of portage, don't show the repo...
2007-08-01 Zac MedicoFor bug #187375, handle an ImportError when portage...
2007-07-31 Zac MedicoChange the numeric value of DepPriority.MIN to be equal...
2007-07-30 Zac MedicoAs a workaround for bug #185305, make quickpkg break...
2007-07-30 Zac MedicoFor bug #187142, properly pass a dbapi instance into...
2007-07-30 Zac MedicoMake finalize() accept a parameter once again since...
2007-07-30 Zac MedicoFor bug #186960, try to create a directory for $ROOT...
2007-07-30 Zac MedicoAlways pass a dbapi instance into a setcpv call. (trunk...
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...
2007-07-24 Zac MedicoAdd droppriv keyword for the depend phase (last one...
2007-07-24 Zac MedicoAdd droppriv keyword for the depend phase. (trunk r7385)
2007-07-24 Zac MedicoFix make.conf.example rejects. (trunk r7383)
2007-07-24 Zac MedicoFor bug #186337, show an ewarn message if FEATURES...
2007-07-24 Zac MedicoAdd FEATURES=fakeroot support which causes install...
2007-07-23 Zac MedicoAdd sfperms and strict to the default FEATURES since...
2007-07-23 Zac MedicoEnable FEATURES=userfetch by default. (trunk r7375)
2007-07-23 Zac MedicoDrop privileges in the "depend" phase regardless of...
2007-07-22 Zac MedicoFor bug #184774, put lha's -q option last since otherwi...
2007-07-22 Zac MedicoFix the reverse dependency display for --prune when...
2007-07-22 Zac MedicoMake --update imply --oneshot since people often us...
2007-07-22 Zac MedicoDocument --depclean and --prune enhancements. (trunk...
2007-07-22 Zac MedicoPrevent a potential KeyError when removing world from...
2007-07-22 Zac MedicoMake --prune pull in the system set since that could...
2007-07-21 Zac MedicoFor bug #169500, detect when the cvs server puts /Attic...
2007-07-21 Zac MedicoFor bug #185153, in commit mode do the "Fetching trivia...
2007-07-21 Zac MedicoMake --prune and --depclean return before calculating...
2007-07-21 Zac MedicoPrune really uses all installed instead of world. ...
2007-07-21 Zac MedicoJust show [0] instead of [0=>0] in the repo display...
2007-07-21 Zac MedicoFor bug #185930, direct all FETCHCOMMAND output to...
2007-07-21 Zac MedicoHint about --nodeps if --prune doesn't find anything...
2007-07-21 Zac MedicoWhen digest verification of a distfile fails, rename...
2007-07-20 Zac MedicoIf the fetcher reported success and the file is too...
2007-07-20 Zac MedicoFor bug #185504, document profiles/repo_name. (trunk...
2007-07-20 Zac MedicoDocument --prune and --depclean enhancements. (trunk...
2007-07-20 Zac MedicoUpdate --prune docs for bug #151653. (trunk r7315)
2007-07-20 Zac MedicoFor bug #151653, make --prune keep the highest version...
2007-07-20 Zac MedicoMerge --depclean and --prune enhancements from trunk...
2007-07-18 Zac Medicosplit up the debug/sources steps as proposed by swegene...
2007-07-17 Zac MedicoUnify USE handling in the depgraph with the other metad...
2007-07-17 Zac MedicoFor bug #185670, make sure package.use.{mask,force...
next