| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the ebuild sourcing code into a new _source_ebuild() function. |  Zac Medico | 2009-04-30 | 1 | -0/+1 |
* | Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase, |  Zac Medico | 2009-04-30 | 1 | -0/+1 |
* | Update copyright headers. (trunk r13131) |  Zac Medico | 2009-03-23 | 1 | -1/+1 |
* | Filter _sb_append_var in save_ebuild_env(). (trunk r13091) |  Zac Medico | 2009-03-13 | 1 | -1/+1 |
* | Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.sh |  Zac Medico | 2009-03-11 | 1 | -1/+1 |
* | Filter the new hasg and hasgq functions inside save_ebuild_env(). (trunk r12592) |  Zac Medico | 2009-03-11 | 1 | -1/+2 |
* | Make die() to show a message indicating the repository that an ebuild came |  Zac Medico | 2009-01-12 | 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 |
* | Make all the elog functions split lines when displaying output, just like |  Zac Medico | 2008-07-27 | 1 | -5/+35 |
* | Add support to elog_base() to split messages on newlines automatically. |  Zac Medico | 2008-07-27 | 1 | -2/+8 |
* | revert accidential commit |  Marius Mauch | 2008-06-20 | 1 | -10/+1 |
* | update release notes/news |  Marius Mauch | 2008-06-20 | 1 | -1/+10 |
* | More eblank. |  Zac Medico | 2008-06-17 | 1 | -2/+0 |
* | Remove eblank nonsense |  Marius Mauch | 2008-06-17 | 1 | -10/+1 |
* | * Rename NEUTRAL color to BLANK for eblank. |  Zac Medico | 2008-06-17 | 1 | -3/+3 |
* | Add support for an new "eblank" elog function that shows a blank line. |  Zac Medico | 2008-06-17 | 1 | -1/+17 |
* | remove old/unused gen_wrapper function |  Mike Frysinger | 2008-06-07 | 1 | -1/+1 |
* | Don't unset PORTAGE_BINPKG_FILE because it's readonly. |  Zac Medico | 2008-06-03 | 1 | -1/+0 |
* | Filter PORTAGE_BINPKG_FILE in save_ebuild_env(). |  Zac Medico | 2008-06-01 | 1 | -0/+1 |
* | Bug #219286 - Whitelist INSTALL_MASK so that it works properly for binary |  Zac Medico | 2008-05-05 | 1 | -0/+3 |
* | Handle issues with newlines in elog messages that can trigger an unhandled |  Zac Medico | 2008-04-09 | 1 | -1/+1 |
* | Fix BASH_ARGC and BASH_ARGV offsets some more. |  Zac Medico | 2008-04-06 | 1 | -1/+1 |
* | In dump_trace(), fix BASH_ARGV and BASH_ARGC offsets so that they are always |  Zac Medico | 2008-04-06 | 1 | -3/+9 |
* | preserve order of ebuild messages even between different message types (bug #... |  Marius Mauch | 2008-04-06 | 1 | -1/+1 |
* | Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable that |  Zac Medico | 2008-03-28 | 1 | -1/+1 |
* | Remove the killparent() function and associated SIGINT trap since this |  Zac Medico | 2008-02-10 | 1 | -1/+1 |
* | 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-30 | 1 | -1/+2 |
* | We need to implement diefunc() since environment.bz2 files contain |  Zac Medico | 2008-01-21 | 1 | -1/+7 |