summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add back Arfrever's emerge --info change because it's good and I was justZac Medico2009-10-091-1/+1
* Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$P...Arfrever Frehtes Taifersar Arahesis2009-10-091-1/+1
* Ask for the output of 'emerge --info =$CATEGORY/$PF'.Arfrever Frehtes Taifersar Arahesis2009-10-091-2/+2
* Bug #270933 - Make the "If you need support ..." message ask for emergeZac Medico2009-10-091-2/+3
* - do not calculate source with of isolated-functions (for die function)Fabian Groffen2009-10-031-16/+16
* only calculate spacing width for that part of the stack that we're going to p...Fabian Groffen2009-10-031-1/+8
* Remove ACCEPT_PROPERTIES filtering since it's filtered on the python side.Zac Medico2009-08-151-1/+1
* Add ACCEPT_PROPERTIES variable which has default value * and can be set inMounir Lamouri2009-08-111-1/+1
* Filter PORTAGE_NONFATAL from the environment where appropriate.Zac Medico2009-08-061-1/+1
* Implement nonfatal().Arfrever Frehtes Taifersar Arahesis2009-08-061-0/+16
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-031-2/+1
* Inside die(), only send the signal for subshell die support when we areZac Medico2009-07-301-1/+1
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-301-1/+2
* Make elog functions use read -r when splitting lines, so that backslashesZac Medico2009-05-011-11/+11
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-1/+1
* Revert r13390 (dosed and dohard functions) since a stack trace isn't reallyZac Medico2009-04-241-2/+1
* Add dummy dosed and dohard functions for EAPI 3, so that a trace can beZac Medico2009-04-241-1/+2
* Move the ebuild sourcing code into a new _source_ebuild() function.Zac Medico2009-04-081-0/+1
* Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase,Zac Medico2009-04-011-0/+1
* Update copyright headers.Zac Medico2009-03-181-1/+1
* Filter _sb_append_var in save_ebuild_env().Zac Medico2009-03-121-1/+1
* Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.shZac Medico2009-02-181-1/+1
* Filter the new hasg and hasgq functions inside save_ebuild_env().Zac Medico2009-02-071-1/+2
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-091-1/+13
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-021-1/+2
* Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.Zac Medico2008-11-261-2/+1
* When using the `read` builtin to split newlines in e* function arguments, useZac Medico2008-11-071-12/+12
* Filter PORTAGE_VERBOSE in save_ebuild_env().Zac Medico2008-11-011-1/+1
* Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich MüllerZac Medico2008-10-311-1/+1
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-211-0/+1
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-5/+1
* Use echo -e when splitting lines in e* functions, for compatibility withZac Medico2008-09-251-6/+6
* Bug #238251 - Use 'read' instead of $IFS for splitting newlines in e*Zac Medico2008-09-211-67/+7
* Fix typo in from previous commit.Zac Medico2008-09-191-1/+1
* Remove everything related to the eapi* default phase functions since theyZac Medico2008-09-181-1/+1
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-231-4/+4
* Rename the eapi2_pre2_* functions to just eapi2_* and document all theZac Medico2008-08-081-1/+1
* Implement eapi$EAPI_* default phase functions that are equivalent to theZac Medico2008-08-081-1/+1
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-081-0/+23
* Remove redundant 'local line' definition from previous commit.Zac Medico2008-08-061-1/+0
* Fix breakage in elog function newline handling with causes blank/emptyZac Medico2008-08-061-5/+43
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-041-3/+6
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+5
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Make all the elog functions split lines when displaying output, just likeZac Medico2008-07-271-5/+35
* Add support to elog_base() to split messages on newlines automatically.Zac Medico2008-07-271-2/+8
* revert accidential commitMarius Mauch2008-06-201-10/+1
* update release notes/newsMarius Mauch2008-06-201-1/+10
* More eblank.Zac Medico2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-171-10/+1