portage.git
2009-06-24 Zac MedicoBug #275217 - Part 3 - Splits depgraph.select_files...
2009-06-24 Zac MedicoAdd support to `portageq owners` for querying paths...
2009-06-24 Zac MedicoIn binarytree.inject(), when a symlink is created for...
2009-06-24 Zac MedicoBug #275237 - If a directory exists in a location where...
2009-06-23 Zac MedicoFix imports for _emerge submodules.
2009-06-23 Zac MedicoBug #275217 - Part 2 - Move changelog stuff stuff out...
2009-06-23 Zac MedicoBu #275217 - Part 1 - Resolve the circular dep between...
2009-06-23 Zac MedicoFix import for split _emerge.MetadataRegen module.
2009-06-23 Zac MedicoMake the global "actions" variable a local inside parse...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoFix config._lazy_vars._accept_license() to exclude...
2009-06-22 Zac MedicoChange ACCEPT_LICENSE evaluation so that things like...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoRevert lazy imports from r13665 for now, since pyflakes...
2009-06-22 Zac MedicoUse lazy imports for submodules where possible.
2009-06-22 Zac MedicoFix imports broken by splitting of _emerge/__init__.py.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoUse portage.util.apply_permissions() inside _ensure_acc...
2009-06-22 Zac MedicoReorganize $KV logic in doebuild_environment.
2009-06-21 Zac MedicoTweak depcache permission handling so egencache can...
2009-06-21 Zac MedicoBug #274742 - Exempt $dir from quoting checks since...
2009-06-20 Zac MedicoIn doebuild_environment, ensure that cached $KV from...
2009-06-20 Zac MedicoFactor duplicate code out of depgraph._add_pkg and...
2009-06-20 Arfrever Frehtes... Don't set KV for EAPI >=3.
2009-06-19 Zac MedicoBug #264434 - Delay evaluation of all disjunctive ...
2009-06-18 Zac MedicoAdd a EMERGE_LOG_DIR variable to control the location...
2009-06-17 Zac MedicoAllow missing ChangeLog when using git. We don't use...
2009-06-17 Zac MedicoWhen --pretend overrides --ask, don't show any output.
2009-06-17 Zac MedicoAdd NOCOLOR to the environment whitelist. This fixes...
2009-06-17 Zac MedicoRename color_codes back to codes.
2009-06-17 Zac MedicoRename codes to _styles.
2009-06-17 Zac MedicoRename map_code_to_color_code() to style_to_ansi_code().
2009-06-17 Zac MedicoAdd epydoc docstrings fro codes and color_codes variables.
2009-06-17 Zac MedicoUse map_code_to_color_code() where appropriate inside...
2009-06-16 Zac MedicoBug #274279 - Add color.map support for mapping a color...
2009-06-16 Zac MedicoEscape hyphens from previous commit.
2009-06-16 Zac MedicoMisc fixes and updates. Thanks to Sebastian Mingramm...
2009-06-14 Arfrever Frehtes... Prepare 117 messages to localization.
2009-06-13 Zac MedicoDocument FEATURES=python-trace.
2009-06-13 Zac MedicoBug #273020 - Document FEATURES=multilib-strict. Thanks...
2009-06-11 Zac MedicoRemove unused newdepend(), newrdepend(), newpdepend...
2009-06-08 Zac Medicopropset svn:rev ON
2009-06-07 Zac MedicoFix more <listitem> elements to contain <para> elements.
2009-06-07 Zac MedicoBug #272063 - Remove <funcsynopsisinfo> elements that...
2009-06-07 Zac MedicoFix non-empty <xref> elements.
2009-06-07 Zac MedicoRemove <msgtext> element in invalid location.
2009-06-07 Zac MedicoBug #272063 - Use <para> elements inside <listitem...
2009-06-03 Zac MedicoMake usev() strip ! prefix in echoed output as specifie...
2009-06-03 Mike Frysingerdrop sandbox settings that sandbox itself takes care...
2009-05-31 Zac MedicoBug #268929 - Add grep for 'dereferencing pointer'...
2009-05-16 Zac MedicoAdd some really big integers to the vercmp tests.
2009-05-10 Zac MedicoEnable FEATURES=assume-digests by default.
2009-05-06 Zac MedicoFix digestcheck() to handle missing distfiles digests...
2009-05-06 Zac MedicoFix SrcUnpackPatches to ignore comment lines. Thanks...
2009-05-06 Mike Frysingertweak output when diff access rights are needed
2009-05-05 Zac MedicoWhen generating ACCEPT_LICENSE for the ebuild environme...
2009-05-05 Zac MedicoMake portdbapi.getfetchlist() return an equal number...
2009-05-04 Zac MedicoFix misleading/outdated info in the DESCRIPTION section.
2009-05-03 Zac MedicoFix "arguments" spelling. v2.2_rc33
2009-05-03 Zac MedicoBug #268398 - Document econf's automatic die behavior.
2009-05-03 Zac MedicoSimplify DepPriority.__int__() and make it consistent...
2009-05-02 Zac MedicoMake useq() die if called during the "depend" phase...
2009-05-02 Zac MedicoSkip useq() IUSE QA Notices during the "depend" phase...
2009-05-02 Zac MedicoFix inverted logic in superuser logic for bug #267104.
2009-05-02 Zac MedicoFix DepPriority.__int__() to return distinguishable...
2009-05-01 Zac MedicoBug #267175 - Instead of "poor code kills airplanes... v2.2_rc32
2009-05-01 Zac MedicoMake elog functions use read -r when splitting lines...
2009-05-01 Zac MedicoOnly generate KV when setting up the environment for...
2009-05-01 Zac MedicoFix logic error which prevents repos.conf [DEFAULT...
2009-04-30 Zac MedicoRemove unnecessary doebuild_environment() call from...
2009-04-30 Zac MedicoIn config.setcpv() reuse split USE from built packages...
2009-04-30 Zac MedicoEnable use() qa checks via PORTAGE_IUSE for all ebuild...
2009-04-30 Zac MedicoMove PORTAGE_RESTRICT calculation to config.setcpv...
2009-04-30 Zac MedicoBug #267104 - When appropriate, advise the user that...
2009-04-30 Zac MedicoFix _lazy_accept_license to discard || from the set...
2009-04-30 Zac MedicoFix typo in version from previous commit.
2009-04-30 Zac MedicoAdd note about repos.conf eclass overrides.
2009-04-30 Zac MedicoFix ACCEPT_LICENSE handling for binary packages, so...
2009-04-30 Zac MedicoFix error in calculations from bug #267104.
2009-04-30 Zac MedicoIn config.setcpv(), move the code that makes sure ...
2009-04-30 Zac MedicoGenerate a pruned version of ACCEPT_LICENSE, by interse...
2009-04-30 Zac MedicoIn config.regenerate(), explicitly include self.backupe...
2009-04-30 Zac MedicoExclude 'backupenv' from config.configlist and lookupli...
2009-04-29 Zac MedicoClarify RESTRICT=bindist docs by referring to 'built...
2009-04-29 Zac MedicoWarn about sed and epatch calls which should be moved...
2009-04-29 Zac MedicoMove the here-document code from the EbuildWhitespace...
2009-04-29 Zac MedicoMake EbuildWhitespace ignore here-documents. Thanks...
2009-04-29 Zac MedicoMake xtermTitle() use a global variable to cache the...
2009-04-29 Zac MedicoBug #267860 - Make JobStatusDisplay respect FEATURES...
2009-04-29 Zac MedicoFix the code from bug #267104 to account non-root users.
2009-04-29 Zac MedicoBug #267810 - Don't sort C/CXX/LDFLAGS in emerge -...
2009-04-29 Zac MedicoBug #267104 - If the statvfs f_bavail field shows insuf...
2009-04-28 Zac MedicoPut ebuild helpers at the absolute front of the PATH.
2009-04-28 Zac MedicoBug #71646 - Don't allow the HISTFILE variable into...
2009-04-27 Mike Frysingerfix e-mail munging and add see also section
2009-04-26 Zac MedicoAdd a new EAPI.definition check for cases in which...
2009-04-24 Zac MedicoRevert r13390 (dosed and dohard functions) since a...
next