| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize $KV logic in doebuild_environment. | Zac Medico | 2009-06-22 | 1 | -3/+5 |
* | Tweak depcache permission handling so egencache can be run by a user who's | Zac Medico | 2009-06-21 | 3 | -10/+30 |
* | Bug #274742 - Exempt $dir from quoting checks since it's a likely candidate | Zac Medico | 2009-06-21 | 1 | -1/+1 |
* | In doebuild_environment, ensure that cached $KV from the backupenv does not | Zac Medico | 2009-06-20 | 1 | -0/+2 |
* | Factor duplicate code out of depgraph._add_pkg and _pop_disjunction. | Zac Medico | 2009-06-20 | 1 | -80/+57 |
* | Don't set KV for EAPI >=3. | Arfrever Frehtes Taifersar Arahesis | 2009-06-20 | 1 | -1/+1 |
* | Bug #264434 - Delay evaluation of all disjunctive (virtual and ||) | Zac Medico | 2009-06-19 | 1 | -8/+142 |
* | Add a EMERGE_LOG_DIR variable to control the location of emerge.log and | Zac Medico | 2009-06-18 | 3 | -2/+24 |
* | Allow missing ChangeLog when using git. We don't use ChangeLogs in | Zac Medico | 2009-06-17 | 1 | -2/+5 |
* | When --pretend overrides --ask, don't show any output. | Zac Medico | 2009-06-17 | 1 | -3/+2 |
* | Add NOCOLOR to the environment whitelist. This fixes inappropriate colors | Zac Medico | 2009-06-17 | 1 | -1/+1 |
* | Rename color_codes back to codes. | Zac Medico | 2009-06-17 | 1 | -70/+70 |
* | Rename codes to _styles. | Zac Medico | 2009-06-17 | 1 | -30/+30 |
* | Rename map_code_to_color_code() to style_to_ansi_code(). | Zac Medico | 2009-06-17 | 2 | -6/+13 |
* | Add epydoc docstrings fro codes and color_codes variables. | Zac Medico | 2009-06-17 | 1 | -0/+3 |
* | Use map_code_to_color_code() where appropriate inside ConsoleStyleFile.write(). | Zac Medico | 2009-06-17 | 1 | -1/+1 |
* | Bug #274279 - Add color.map support for mapping a color to a different color | Zac Medico | 2009-06-16 | 3 | -151/+152 |
* | Escape hyphens from previous commit. | Zac Medico | 2009-06-16 | 1 | -6/+6 |
* | Misc fixes and updates. Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> | Zac Medico | 2009-06-16 | 1 | -2/+27 |
* | Prepare 117 messages to localization. | Arfrever Frehtes Taifersar Arahesis | 2009-06-14 | 6 | -202/+222 |
* | Document FEATURES=python-trace. | Zac Medico | 2009-06-13 | 1 | -0/+4 |
* | Bug #273020 - Document FEATURES=multilib-strict. Thanks to Samuli Suominen | Zac Medico | 2009-06-13 | 1 | -0/+7 |
* | Remove unused newdepend(), newrdepend(), newpdepend(), and do_newdepend() | Zac Medico | 2009-06-11 | 1 | -62/+0 |
* | propset svn:rev ON | Zac Medico | 2009-06-08 | 0 | -0/+0 |
* | Fix more <listitem> elements to contain <para> elements. | Zac Medico | 2009-06-07 | 1 | -4/+4 |
* | Bug #272063 - Remove <funcsynopsisinfo> elements that don't validate. | Zac Medico | 2009-06-07 | 1 | -2/+2 |
* | Fix non-empty <xref> elements. | Zac Medico | 2009-06-07 | 1 | -7/+7 |
* | Remove <msgtext> element in invalid location. | Zac Medico | 2009-06-07 | 1 | -1/+1 |
* | Bug #272063 - Use <para> elements inside <listitem> elements. | Zac Medico | 2009-06-07 | 5 | -131/+129 |
* | Make usev() strip ! prefix in echoed output as specified in bug #270658, | Zac Medico | 2009-06-03 | 1 | -1/+1 |
* | drop sandbox settings that sandbox itself takes care of #258684 | Mike Frysinger | 2009-06-03 | 1 | -7/+4 |
* | Bug #268929 - Add grep for 'dereferencing pointer' messages produced by | Zac Medico | 2009-05-31 | 1 | -0/+1 |
* | Add some really big integers to the vercmp tests. | Zac Medico | 2009-05-16 | 1 | -1/+3 |
* | Enable FEATURES=assume-digests by default. | Zac Medico | 2009-05-10 | 1 | -2/+2 |
* | Fix digestcheck() to handle missing distfiles digests correctly. Thanks to | Zac Medico | 2009-05-06 | 1 | -1/+4 |
* | Fix SrcUnpackPatches to ignore comment lines. Thanks to Christian Ruppert | Zac Medico | 2009-05-06 | 1 | -0/+1 |
* | tweak output when diff access rights are needed | Mike Frysinger | 2009-05-06 | 1 | -3/+3 |
* | When generating ACCEPT_LICENSE for the ebuild environment, do not expand | Zac Medico | 2009-05-05 | 1 | -2/+4 |
* | Make portdbapi.getfetchlist() return an equal number of uris/file names so | Zac Medico | 2009-05-05 | 1 | -4/+9 |
* | Fix misleading/outdated info in the DESCRIPTION section. | Zac Medico | 2009-05-04 | 1 | -3/+2 |
* | Fix "arguments" spelling.v2.2_rc33 | Zac Medico | 2009-05-03 | 1 | -1/+1 |
* | Bug #268398 - Document econf's automatic die behavior. | Zac Medico | 2009-05-03 | 1 | -2/+3 |
* | Simplify DepPriority.__int__() and make it consistent with __str__(). | Zac Medico | 2009-05-03 | 1 | -25/+13 |
* | Make useq() die if called during the "depend" phase in newer EAPIs. | Zac Medico | 2009-05-02 | 1 | -5/+9 |
* | Skip useq() IUSE QA Notices during the "depend" phase because lots of | Zac Medico | 2009-05-02 | 1 | -1/+5 |
* | Fix inverted logic in superuser logic for bug #267104. | Zac Medico | 2009-05-02 | 1 | -2/+2 |
* | Fix DepPriority.__int__() to return distinguishable values, for use when | Zac Medico | 2009-05-02 | 1 | -0/+37 |
* | Bug #267175 - Instead of "poor code kills airplanes", say "install abortedv2.2_rc32 | Zac Medico | 2009-05-01 | 1 | -2/+4 |
* | Make elog functions use read -r when splitting lines, so that backslashes | Zac Medico | 2009-05-01 | 1 | -11/+11 |
* | Only generate KV when setting up the environment for a real ebuild phase. This | Zac Medico | 2009-05-01 | 1 | -1/+4 |