| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #155993 - Update environment.bz2 after postinst in case | Zac Medico | 2008-02-07 | 1 | -1/+2 |
* | - Remove ebuild.autotools repoman check since it produces lots | Zac Medico | 2008-01-31 | 1 | -1/+2 |
* | Replace the current diefunc() and die alias with a single die() function. | Zac Medico | 2008-01-31 | 1 | -6/+9 |
* | Make filter_readonly_variables() filter PATH in any case since | Zac Medico | 2008-01-05 | 1 | -1/+1 |
* | Send eerror and ewarn messages to stderr. This is important in | Zac Medico | 2008-01-04 | 1 | -2/+2 |
* | As suggested by grobian, treat Darwin just like USERLAND=gnu | Zac Medico | 2007-12-29 | 1 | -1/+1 |
* | * Remove redundant lchown() compatibility code since the | Zac Medico | 2007-12-29 | 1 | -0/+11 |
* | Move XARGS initialization from portage.data to isolated-functions.sh. | Zac Medico | 2007-12-29 | 1 | -0/+11 |
* | Fixes for logic related to FEATURES=test to USE=test mapping: | Zac Medico | 2007-12-28 | 1 | -1/+1 |
* | Make sure that PORTAGE_SANDBOX_* variables can never be set | Zac Medico | 2007-12-13 | 1 | -1/+1 |
* | Allow FEATURES to persist between phases since the user might | Zac Medico | 2007-12-13 | 1 | -1/+1 |
* | * whitelist CCACHE_* and DISTCC_* variables in config.environ() | Zac Medico | 2007-12-03 | 1 | -0/+3 |
* | For compatibility with cvs.eclass, do not unset CVS_RSH in | Zac Medico | 2007-12-02 | 1 | -1/+1 |
* | * whitelist some misc variables from the calling environment | Zac Medico | 2007-12-01 | 1 | -0/+4 |
* | When die has been called and ${T}/environment does not exist, | Zac Medico | 2007-12-01 | 1 | -1/+8 |
* | * whitelist PREROOTPATH in config.environ() | Zac Medico | 2007-12-01 | 1 | -1/+2 |
* | Bug #200863 - Don't filter ${KV} since kernel-2.eclass uses that | Zac Medico | 2007-12-01 | 1 | -1/+1 |
* | Bug #200775 - Save more portage generated environment | Zac Medico | 2007-11-30 | 1 | -1/+1 |
* | Bug #189417 - When ${T}/environment exists, isolate the ebuild | Zac Medico | 2007-11-30 | 1 | -1/+1 |
* | Check if ${EBUILD_EXIT_STATUS_FILE} is empty before | Zac Medico | 2007-11-26 | 1 | -1/+2 |
* | Bug #200313 - Detect and report when an ebuild phase | Zac Medico | 2007-11-26 | 1 | -1/+4 |
* | Make diefunc() show the path of ${T}/environment since it's usually | Zac Medico | 2007-11-26 | 1 | -0/+2 |
* | Filter more misc environment variables. (trunk r8676) | Zac Medico | 2007-11-26 | 1 | -2/+2 |
* | * Move filtering of a bunch of portage config variables from | Zac Medico | 2007-11-26 | 1 | -21/+10 |
* | Filter _RC_GET_KV_CACHE from the saved environment. (trunk r8666) | Zac Medico | 2007-11-25 | 1 | -1/+1 |
* | Make preprocess_ebuild_env() reload a known good version of | Zac Medico | 2007-11-25 | 1 | -0/+68 |
* | The qa_call() function and anything before it are portage internals | Zac Medico | 2007-11-25 | 1 | -1/+11 |
* | Fix the diefunc overlay message so that it doesn't trigger | Zac Medico | 2007-11-21 | 1 | -0/+1 |
* | Sync with ebuild.sh and isolated-functions.sh as of trunk r8569. This | Zac Medico | 2007-11-21 | 1 | -3/+118 |
* | Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879) | Zac Medico | 2007-10-05 | 1 | -1/+1 |
* | Fix eend so that it works properly on a standard BSD console. Thanks to Uber... | Zac Medico | 2007-05-02 | 1 | -0/+2 |
* | make it executable | Mike Frysinger | 2007-01-16 | 1 | -0/+0 |
* | Fix ebuild environment color.map support so that it works properly through ex... | Zac Medico | 2007-01-12 | 1 | -7/+9 |
* | For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw... | Zac Medico | 2007-01-10 | 1 | -1/+10 |
* | Add new eqawarn function and QA loglevel to be used for QA messages | Marius Mauch | 2007-01-09 | 1 | -1/+7 |
* | only print the "Removing /usr/share/info" if --quiet was not passed | Simon Stelling | 2006-08-24 | 1 | -2/+6 |
* | Make sure that variables containing colors pollute the environment for bug #1... | Zac Medico | 2006-06-27 | 1 | -0/+1 |
* | Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ... | Zac Medico | 2006-06-26 | 1 | -5/+5 |
* | As suggested by exg, include the einfon code inside einfo instead of using th... | Zac Medico | 2006-06-22 | 1 | -6/+4 |
* | Prevent extra newlines in elog for einfo invocations. See bug #136208. | Zac Medico | 2006-06-12 | 1 | -2/+6 |
* | you have to quote $@ or things can break | Mike Frysinger | 2006-05-14 | 1 | -1/+1 |
* | make portage shut up if --quiet is given; bug 62273 | Simon Stelling | 2006-05-01 | 1 | -1/+5 |
* | allow escaping in elog_base() to fix bug 131913 | Simon Stelling | 2006-05-01 | 1 | -1/+1 |
* | Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom... | Zac Medico | 2006-04-20 | 1 | -1/+1 |
* | `` must die | Simon Stelling | 2006-04-15 | 1 | -1/+1 |
* | Move has, hasq, and hasv functions to isolated-functions.sh since they do not... | Zac Medico | 2006-03-20 | 1 | -0/+17 |
* | re-import the e* functions from baselayout since these ones are broken #117186 | Mike Frysinger | 2006-01-03 | 1 | -24/+54 |
* | fix broken quoting | Mike Frysinger | 2006-01-03 | 1 | -13/+13 |
* | if youre going to rip code from baselayout, you really need to do it from an ... | Mike Frysinger | 2006-01-03 | 1 | -62/+37 |
* | Add slightly modified elog_base patch containing the basic framework for ebui... | Marius Mauch | 2005-11-13 | 1 | -0/+204 |