| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore support for bash-3. (trunk r14804) | Zac Medico | 2009-11-16 | 1 | -0/+3 |
* | drop IMAGE -- people have had years to catch up (trunk r14694) | Zac Medico | 2009-10-19 | 1 | -1/+1 |
* | Move filtering of misc bash variables from save_ebuild_env() to | Zac Medico | 2009-10-19 | 1 | -4/+1 |
* | Remove reference to non-existent _source_ebuild function. (trunk r14663) | Zac Medico | 2009-10-19 | 1 | -1/+0 |
* | Preserve variables which have been set in global scope using 'declare'. | Zac Medico | 2009-10-19 | 1 | -2/+2 |
* | Simplify the conditionals from bug #273648. Thanks to Jonathan Callen | Zac Medico | 2009-10-18 | 1 | -0/+1 |
* | Add back Arfrever's emerge --info change because it's good and I was just | Zac Medico | 2009-10-09 | 1 | -1/+1 |
* | Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$P... | Arfrever Frehtes Taifersar Arahesis | 2009-10-09 | 1 | -1/+1 |
* | Ask for the output of 'emerge --info =$CATEGORY/$PF'. | Arfrever Frehtes Taifersar Arahesis | 2009-10-09 | 1 | -2/+2 |
* | Bug #270933 - Make the "If you need support ..." message ask for emerge | Zac Medico | 2009-10-09 | 1 | -2/+3 |
* | - do not calculate source with of isolated-functions (for die function) | Fabian Groffen | 2009-10-03 | 1 | -16/+16 |
* | only calculate spacing width for that part of the stack that we're going to p... | Fabian Groffen | 2009-10-03 | 1 | -1/+8 |
* | Remove ACCEPT_PROPERTIES filtering since it's filtered on the python side. | Zac Medico | 2009-08-15 | 1 | -1/+1 |
* | Add ACCEPT_PROPERTIES variable which has default value * and can be set in | Mounir Lamouri | 2009-08-11 | 1 | -1/+1 |
* | Filter PORTAGE_NONFATAL from the environment where appropriate. | Zac Medico | 2009-08-06 | 1 | -1/+1 |
* | Implement nonfatal(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-06 | 1 | -0/+16 |
* | Remove the code from bug #278895 since we're going to need a daemon process | Zac Medico | 2009-08-03 | 1 | -2/+1 |
* | Inside die(), only send the signal for subshell die support when we are | Zac Medico | 2009-07-30 | 1 | -1/+1 |
* | Bug #278895 - Make ebuild.sh clean up orphaned processes that may have been | Zac Medico | 2009-07-30 | 1 | -1/+2 |
* | Make elog functions use read -r when splitting lines, so that backslashes | Zac Medico | 2009-05-01 | 1 | -11/+11 |
* | Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USE | Zac Medico | 2009-04-30 | 1 | -1/+1 |
* | Revert r13390 (dosed and dohard functions) since a stack trace isn't really | Zac Medico | 2009-04-24 | 1 | -2/+1 |
* | Add dummy dosed and dohard functions for EAPI 3, so that a trace can be | Zac Medico | 2009-04-24 | 1 | -1/+2 |
* | Move the ebuild sourcing code into a new _source_ebuild() function. | Zac Medico | 2009-04-08 | 1 | -0/+1 |
* | Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase, | Zac Medico | 2009-04-01 | 1 | -0/+1 |
* | Update copyright headers. | Zac Medico | 2009-03-18 | 1 | -1/+1 |
* | Filter _sb_append_var in save_ebuild_env(). | Zac Medico | 2009-03-12 | 1 | -1/+1 |
* | Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.sh | Zac Medico | 2009-02-18 | 1 | -1/+1 |
* | Filter the new hasg and hasgq functions inside save_ebuild_env(). | Zac Medico | 2009-02-07 | 1 | -1/+2 |
* | Make die() to show a message indicating the repository that an ebuild came | Zac Medico | 2009-01-09 | 1 | -1/+13 |
* | Source bashrc files as late as possible, giving them the opportunity to | Zac Medico | 2008-12-02 | 1 | -1/+2 |
* | Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die. | Zac Medico | 2008-11-26 | 1 | -2/+1 |
* | When using the `read` builtin to split newlines in e* function arguments, use | Zac Medico | 2008-11-07 | 1 | -12/+12 |
* | Filter PORTAGE_VERBOSE in save_ebuild_env(). | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich Müller | Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e... | Zac Medico | 2008-10-21 | 1 | -0/+1 |
* | Now that elog_base() uses 'echo -e' to expand escape codes prior to using | Zac Medico | 2008-09-30 | 1 | -5/+1 |
* | Use echo -e when splitting lines in e* functions, for compatibility with | Zac Medico | 2008-09-25 | 1 | -6/+6 |
* | Bug #238251 - Use 'read' instead of $IFS for splitting newlines in e* | Zac Medico | 2008-09-21 | 1 | -67/+7 |
* | Fix typo in from previous commit. | Zac Medico | 2008-09-19 | 1 | -1/+1 |
* | Remove everything related to the eapi* default phase functions since they | Zac Medico | 2008-09-18 | 1 | -1/+1 |
* | Add a new src_prepare phase function which is called in-between src_unpack | Zac Medico | 2008-08-23 | 1 | -4/+4 |
* | Rename the eapi2_pre2_* functions to just eapi2_* and document all the | Zac Medico | 2008-08-08 | 1 | -1/+1 |
* | Implement eapi$EAPI_* default phase functions that are equivalent to the | Zac Medico | 2008-08-08 | 1 | -1/+1 |
* | * Fix the default() implementation so that it maps the ebuild argument to | Zac Medico | 2008-08-08 | 1 | -0/+23 |
* | Remove redundant 'local line' definition from previous commit. | Zac Medico | 2008-08-06 | 1 | -1/+0 |
* | Fix breakage in elog function newline handling with causes blank/empty | Zac Medico | 2008-08-06 | 1 | -5/+43 |
* | Bug #233735 - Add support for src_configure and default_* functions with | Zac Medico | 2008-08-04 | 1 | -3/+6 |
* | Even though the message is split on $'\n' in elog_base(), it's still | Zac Medico | 2008-07-28 | 1 | -1/+5 |
* | Make elog_base() just use \n as the delimiter in the file since it's safe | Zac Medico | 2008-07-27 | 1 | -1/+1 |