summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of eblank.Zac Medico2008-06-171-12/+1
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-3/+3
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-171-1/+17
* remove old/unused gen_wrapper function (trunk r10591)Zac Medico2008-06-091-1/+1
* Bug #219286 - Whitelist INSTALL_MASK so that it works properly for binaryZac Medico2008-05-051-0/+3
* Handle issues with newlines in elog messages that can trigger an unhandledZac Medico2008-04-091-1/+1
* In dump_trace(), fix BASH_ARGV and BASH_ARGC offsets so that they are alwaysZac Medico2008-04-081-3/+9
* Bug #197905 - Preserve order of ebuild messages even between differentZac Medico2008-04-081-1/+1
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-03-281-1/+1
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-1/+1
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-071-1/+2
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-311-1/+2
* Replace the current diefunc() and die alias with a single die() function.Zac Medico2008-01-311-6/+9
* Make filter_readonly_variables() filter PATH in any case sinceZac Medico2008-01-051-1/+1
* Send eerror and ewarn messages to stderr. This is important inZac Medico2008-01-041-2/+2
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-1/+1
* * Remove redundant lchown() compatibility code since theZac Medico2007-12-291-0/+11
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-0/+11
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-281-1/+1
* Make sure that PORTAGE_SANDBOX_* variables can never be setZac Medico2007-12-131-1/+1
* Allow FEATURES to persist between phases since the user mightZac Medico2007-12-131-1/+1
* * 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
* Bug #189417 - When ${T}/environment exists, isolate the ebuildZac Medico2007-11-301-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. (trunk r8676)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. (trunk r8666)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
* Sync with ebuild.sh and isolated-functions.sh as of trunk r8569. ThisZac Medico2007-11-211-3/+118
* Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879)Zac Medico2007-10-051-1/+1
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+2
* 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