summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove old/unused gen_wrapper functionMike Frysinger2008-06-071-1/+1
* Don't unset PORTAGE_BINPKG_FILE because it's readonly.Zac Medico2008-06-031-1/+0
* Filter PORTAGE_BINPKG_FILE in save_ebuild_env().Zac Medico2008-06-011-0/+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
* Fix BASH_ARGC and BASH_ARGV offsets some more.Zac Medico2008-04-061-1/+1
* In dump_trace(), fix BASH_ARGV and BASH_ARGC offsets so that they are alwaysZac Medico2008-04-061-3/+9
* preserve order of ebuild messages even between different message types (bug #...Marius Mauch2008-04-061-1/+1
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-1/+1
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-02-101-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-301-1/+2
* We need to implement diefunc() since environment.bz2 files containZac Medico2008-01-211-1/+7
* Replace the current diefunc() and die alias with a single die() function.Zac Medico2008-01-201-6/+3
* 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-4/+1
* Fix broken Darwin USERLAND detection.Zac Medico2007-12-291-0/+3
* Simplify the userland detection code in portage.data and addZac 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
* 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