summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
Commit message (Expand)AuthorAgeFilesLines
* * whitelist CCACHE_* and DISTCC_* variables in config.environ()Zac Medico2007-12-031-0/+3
* For compatibility with cvs.eclass, do not unset CVS_RSH inZac Medico2007-12-021-1/+1
* * whitelist some misc variables from the calling environmentZac Medico2007-12-011-0/+4
* When die has been called and ${T}/environment does not exist,Zac Medico2007-12-011-1/+8
* * whitelist PREROOTPATH in config.environ()Zac Medico2007-12-011-1/+2
* Bug #200863 - Don't filter ${KV} since kernel-2.eclass uses thatZac Medico2007-12-011-1/+1
* Bug #200775 - Save more portage generated environmentZac Medico2007-11-301-1/+1
* Move environment.bz2 extraction from ebuild.sh to doebuild() onZac Medico2007-11-291-1/+1
* Check if ${EBUILD_EXIT_STATUS_FILE} is empty beforeZac Medico2007-11-261-1/+2
* Bug #200313 - Detect and report when an ebuild phaseZac Medico2007-11-261-1/+4
* Make diefunc() show the path of ${T}/environment since it's usuallyZac Medico2007-11-261-0/+2
* Filter more misc environment variables.Zac Medico2007-11-261-2/+2
* * Move filtering of a bunch of portage config variables fromZac Medico2007-11-261-21/+10
* Filter _RC_GET_KV_CACHE from the saved environment.Zac Medico2007-11-251-1/+1
* Make preprocess_ebuild_env() reload a known good version ofZac Medico2007-11-251-0/+68
* The qa_call() function and anything before it are portage internalsZac Medico2007-11-251-1/+11
* Fix the diefunc overlay message so that it doesn't triggerZac Medico2007-11-211-0/+1
* Make diefunc() clean up QA_INTERCEPTORS in case it isZac Medico2007-11-111-1/+6
* Fix diefunc() so that it doesn't report that the ebuild is fromZac Medico2007-10-311-1/+2
* Fix quoting as reported by Drac in bug 194169Alec Warner2007-09-291-1/+1
* with help from Donnie and Ulrich, use sed to extract the statement that led t...Mike Frysinger2007-09-271-2/+24
* align the filename and line numbers in the output of the stack dump so that i...Mike Frysinger2007-09-261-13/+21
* someone seriously screwed the pooch on whitespacing here so clean it all upMike Frysinger2007-09-261-62/+63
* Fix quoting.Zac Medico2007-06-271-1/+1
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before.Zac Medico2007-06-271-1/+5
* Format the callstack indentation more like it used to be.Zac Medico2007-06-271-2/+2
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-17/+18
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+2
* die requires diefunc and dump_trace too; duh; also move extdebug into isolate...Alec Warner2007-02-081-0/+31
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e...Zac Medico2007-02-071-1/+2
* move die into isolated-functions.shAlec Warner2007-02-071-1/+42
* make it executableMike Frysinger2007-01-161-0/+0
* Fix ebuild environment color.map support so that it works properly through ex...Zac Medico2007-01-121-7/+9
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw...Zac Medico2007-01-101-1/+10
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+7
* only print the "Removing /usr/share/info" if --quiet was not passedSimon Stelling2006-08-241-2/+6
* Make sure that variables containing colors pollute the environment for bug #1...Zac Medico2006-06-271-0/+1
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ...Zac Medico2006-06-261-5/+5
* As suggested by exg, include the einfon code inside einfo instead of using th...Zac Medico2006-06-221-6/+4
* Prevent extra newlines in elog for einfo invocations. See bug #136208.Zac Medico2006-06-121-2/+6
* you have to quote $@ or things can breakMike Frysinger2006-05-141-1/+1
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-1/+5
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-011-1/+1
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom...Zac Medico2006-04-201-1/+1
* `` must dieSimon Stelling2006-04-151-1/+1
* Move has, hasq, and hasv functions to isolated-functions.sh since they do not...Zac Medico2006-03-201-0/+17
* re-import the e* functions from baselayout since these ones are broken #117186Mike Frysinger2006-01-031-24/+54
* fix broken quotingMike Frysinger2006-01-031-13/+13
* if youre going to rip code from baselayout, you really need to do it from an ...Mike Frysinger2006-01-031-62/+37
* Add slightly modified elog_base patch containing the basic framework for ebui...Marius Mauch2005-11-131-0/+204