summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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