summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-101-1/+10
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+7
| | | | svn path=/main/trunk/; revision=5490
* only print the "Removing /usr/share/info" if --quiet was not passedSimon Stelling2006-08-241-2/+6
| | | | svn path=/main/trunk/; revision=4339
* Make sure that variables containing colors pollute the environment for bug ↵Zac Medico2006-06-271-0/+1
| | | | | | #138246. svn path=/main/trunk/; revision=3675
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ↵Zac Medico2006-06-261-5/+5
| | | | | | etc... svn path=/main/trunk/; revision=3665
* As suggested by exg, include the einfon code inside einfo instead of using ↵Zac Medico2006-06-221-6/+4
| | | | | | the FUNCNAME hack (FUNCNAME only works with >=bash-3.0). svn path=/main/trunk/; revision=3607
* Prevent extra newlines in elog for einfo invocations. See bug #136208.Zac Medico2006-06-121-2/+6
| | | | svn path=/main/trunk/; revision=3501
* you have to quote $@ or things can breakMike Frysinger2006-05-141-1/+1
| | | | svn path=/main/trunk/; revision=3351
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-1/+5
| | | | svn path=/main/trunk/; revision=3296
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-011-1/+1
| | | | svn path=/main/trunk/; revision=3294
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery ↵Zac Medico2006-04-201-1/+1
| | | | | | <pyromancer@gmail.com> for this patch. svn path=/main/trunk/; revision=3178
* `` must dieSimon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3155
* Move has, hasq, and hasv functions to isolated-functions.sh since they do ↵Zac Medico2006-03-201-0/+17
| | | | | | not depend on ebuild.sh. svn path=/main/trunk/; revision=2964
* re-import the e* functions from baselayout since these ones are broken #117186Mike Frysinger2006-01-031-24/+54
| | | | svn path=/main/trunk/; revision=2520
* fix broken quotingMike Frysinger2006-01-031-13/+13
| | | | svn path=/main/trunk/; revision=2519
* if youre going to rip code from baselayout, you really need to do it from an ↵Mike Frysinger2006-01-031-62/+37
| | | | | | up-to-date version ... so re-import the KV functions and the color code so it doesnt suck svn path=/main/trunk/; revision=2518
* Add slightly modified elog_base patch containing the basic framework for ↵Marius Mauch2005-11-131-0/+204
ebuild logging. svn path=/main/trunk/; revision=2306