summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_echo.py
Commit message (Expand)AuthorAgeFilesLines
* elog/mod_echo: send all msg types to stdoutZac Medico2011-09-031-0/+13
* Remove 'mysettings' arguments from finalize() functions since theZac Medico2010-07-201-4/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Don't hold references to config instances, since all that's really neededZac Medico2009-08-141-4/+4
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-5/+7
* Remove eblank nonsenseMarius Mauch2008-06-171-2/+1
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-1/+2
* Don't show each character of the log message on a newZac Medico2007-10-191-0/+2
* Use INFORM to colorize the package name.Zac Medico2007-08-221-2/+3
* Make finalize() accept a parameter once again since older versions of portage...Zac Medico2007-07-301-1/+4
* Preserve merge order in elog output.Zac Medico2007-06-261-13/+7
* Show which $ROOT a package was merged to when $ROOT is not /.Zac Medico2007-06-221-1/+4
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-221-5/+14
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-6/+6
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-0/+30