summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-225-341/+351
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 2).Zac Medico2009-06-225-361/+393
* Revert lazy imports from r13665 for now, since pyflakes doesn't understandZac Medico2009-06-221-34/+27
* Use lazy imports for submodules where possible.Zac Medico2009-06-221-27/+34
* Fix imports broken by splitting of _emerge/__init__.py.Zac Medico2009-06-221-1/+3
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-2248-3140/+3430
* Use portage.util.apply_permissions() inside _ensure_access().Zac Medico2009-06-221-6/+10
* Reorganize $KV logic in doebuild_environment.Zac Medico2009-06-221-3/+5
* Tweak depcache permission handling so egencache can be run by a user who'sZac Medico2009-06-213-10/+30
* Bug #274742 - Exempt $dir from quoting checks since it's a likely candidateZac Medico2009-06-211-1/+1
* In doebuild_environment, ensure that cached $KV from the backupenv does notZac Medico2009-06-201-0/+2
* Factor duplicate code out of depgraph._add_pkg and _pop_disjunction.Zac Medico2009-06-201-80/+57
* Don't set KV for EAPI >=3.Arfrever Frehtes Taifersar Arahesis2009-06-201-1/+1
* Bug #264434 - Delay evaluation of all disjunctive (virtual and ||)Zac Medico2009-06-191-8/+142
* Add a EMERGE_LOG_DIR variable to control the location of emerge.log andZac Medico2009-06-183-2/+24
* Allow missing ChangeLog when using git. We don't use ChangeLogs inZac Medico2009-06-171-2/+5
* When --pretend overrides --ask, don't show any output.Zac Medico2009-06-171-3/+2
* Add NOCOLOR to the environment whitelist. This fixes inappropriate colorsZac Medico2009-06-171-1/+1
* Rename color_codes back to codes.Zac Medico2009-06-171-70/+70
* Rename codes to _styles.Zac Medico2009-06-171-30/+30
* Rename map_code_to_color_code() to style_to_ansi_code().Zac Medico2009-06-172-6/+13
* Add epydoc docstrings fro codes and color_codes variables.Zac Medico2009-06-171-0/+3
* Use map_code_to_color_code() where appropriate inside ConsoleStyleFile.write().Zac Medico2009-06-171-1/+1
* Bug #274279 - Add color.map support for mapping a color to a different colorZac Medico2009-06-163-151/+152
* Escape hyphens from previous commit.Zac Medico2009-06-161-6/+6
* Misc fixes and updates. Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de>Zac Medico2009-06-161-2/+27
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-146-202/+222
* Document FEATURES=python-trace.Zac Medico2009-06-131-0/+4
* Bug #273020 - Document FEATURES=multilib-strict. Thanks to Samuli SuominenZac Medico2009-06-131-0/+7
* Remove unused newdepend(), newrdepend(), newpdepend(), and do_newdepend()Zac Medico2009-06-111-62/+0
* propset svn:rev ONZac Medico2009-06-080-0/+0
* Fix more <listitem> elements to contain <para> elements.Zac Medico2009-06-071-4/+4
* Bug #272063 - Remove <funcsynopsisinfo> elements that don't validate.Zac Medico2009-06-071-2/+2
* Fix non-empty <xref> elements.Zac Medico2009-06-071-7/+7
* Remove <msgtext> element in invalid location.Zac Medico2009-06-071-1/+1
* Bug #272063 - Use <para> elements inside <listitem> elements.Zac Medico2009-06-075-131/+129
* Make usev() strip ! prefix in echoed output as specified in bug #270658,Zac Medico2009-06-031-1/+1
* drop sandbox settings that sandbox itself takes care of #258684Mike Frysinger2009-06-031-7/+4
* Bug #268929 - Add grep for 'dereferencing pointer' messages produced byZac Medico2009-05-311-0/+1
* Add some really big integers to the vercmp tests.Zac Medico2009-05-161-1/+3
* Enable FEATURES=assume-digests by default.Zac Medico2009-05-101-2/+2
* Fix digestcheck() to handle missing distfiles digests correctly. Thanks toZac Medico2009-05-061-1/+4
* Fix SrcUnpackPatches to ignore comment lines. Thanks to Christian RuppertZac Medico2009-05-061-0/+1
* tweak output when diff access rights are neededMike Frysinger2009-05-061-3/+3
* When generating ACCEPT_LICENSE for the ebuild environment, do not expandZac Medico2009-05-051-2/+4
* Make portdbapi.getfetchlist() return an equal number of uris/file names soZac Medico2009-05-051-4/+9
* Fix misleading/outdated info in the DESCRIPTION section.Zac Medico2009-05-041-3/+2
* Fix "arguments" spelling.v2.2_rc33Zac Medico2009-05-031-1/+1
* Bug #268398 - Document econf's automatic die behavior.Zac Medico2009-05-031-2/+3
* Simplify DepPriority.__int__() and make it consistent with __str__().Zac Medico2009-05-031-25/+13