summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_echo.py
Commit message (Collapse)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
| | | | shouldn't be needed for backward compatibility anymore.
* 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
| | | | svn path=/main/trunk/; revision=14316
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14295
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Don't hold references to config instances, since all that's really neededZac Medico2009-08-141-4/+4
| | | | | | is $ROOT. svn path=/main/trunk/; revision=14034
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-5/+7
| | | | svn path=/main/trunk/; revision=13733
* Remove eblank nonsenseMarius Mauch2008-06-171-2/+1
| | | | svn path=/main/trunk/; revision=10694
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-1/+2
| | | | | | | * Document the new BLANK code in color.map.5. * Implement python version of eblank for mod_echo. svn path=/main/trunk/; revision=10677
* Don't show each character of the log message on a newZac Medico2007-10-191-0/+2
| | | | | | | | line when displaying messages that came from one of the python-based elog functions. This might not be the correct solution but it seems to work for now. svn path=/main/trunk/; revision=8180
* Use INFORM to colorize the package name.Zac Medico2007-08-221-2/+3
| | | | svn path=/main/trunk/; revision=7674
* Make finalize() accept a parameter once again since older versions of ↵Zac Medico2007-07-301-1/+4
| | | | | | portage import elog modules from newer versions of portage when they upgrade themselves. svn path=/main/trunk/; revision=7522
* Preserve merge order in elog output.Zac Medico2007-06-261-13/+7
| | | | svn path=/main/trunk/; revision=7046
* Show which $ROOT a package was merged to when $ROOT is not /.Zac Medico2007-06-221-1/+4
| | | | svn path=/main/trunk/; revision=6959
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-221-5/+14
| | | | svn path=/main/trunk/; revision=6955
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
| | | | svn path=/main/trunk/; revision=6913
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-6/+6
| | | | svn path=/main/trunk/; revision=6548
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-0/+30
- add copyright header in elog modules and enable keyword substitution - enable save_summary and echo modules in make.globals svn path=/main/trunk/; revision=6458