portage.git
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...
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...
2007-07-17 Zac MedicoWhen expanding ambiguous atoms against the vardb, make...
2007-07-17 Zac MedicoWhen dep_expand throws a ValueError due to an ambiguous...
2007-07-17 Zac MedicoDon't show the repo display when the package list is...
2007-07-15 Zac MedicoFor bug #185389, create a symlink when quickpkg injects...
2007-07-15 Zac MedicoFix typo. (trunk r7265)
2007-07-15 Zac MedicoWhen deciding if a package is slotted inside create_wor...
2007-07-15 Zac MedicoRemove some obsolete repo display code.
2007-07-14 Zac MedicoMerge the new repo display code from trunk r7257:7260.
2007-07-14 Zac MedicoFor bug #185278, make the verbose flag display show...
2007-07-14 Zac MedicoPDEPEND is now installed as soon as possible so that...
2007-07-13 Zac MedicoSave the repo name along with the other metadata inside...
2007-07-12 Zac MedicoAdd "reset" to the list of attributes in color.map...
2007-07-12 Zac MedicoMake depgraph._reinstall_for_flags() always return...
2007-07-12 Zac MedicoFor bug #184983, prevent USE_EXPAND_HIDDEN flags from...
2007-07-11 Zac MedicoDocument PORTAGE_WORKDIR_MODE for bug #8688. (trunk...
2007-07-11 Zac MedicoUpdate the FEATURES=strict docs for better clarity...
2007-07-11 Zac Medicodocument FEATURES=sesandbox #161985 (trunk r5663)
2007-07-11 Zac Medicomake.conf is not a manual so only list common FEATURES...
2007-07-11 Zac Medicoremove readable bits for debug files if the souce ELF...
2007-07-11 Zac MedicoSimplify logic mapping of options to depgraph params...
2007-07-11 Zac MedicoFix typo. (trunk r7228)
2007-07-11 Zac MedicoFix another case similar to bug #184806 that can occur...
next