summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Add support for PORTAGE_USERNAME and PORTAGE_GRPNAMEZac Medico2010-07-141-2/+2
* Support per-package bashrc files.Michał Górny2010-04-291-1/+1
* Quote paths for 'call stack' display.Michał Górny2010-04-231-1/+1
* Quote path for die snippet display.Michał Górny2010-04-241-1/+1
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-0/+1
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-061-2/+2
* Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-1/+2
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Remove unsed check_KV() function. Thanks to Brian Harring.Zac Medico2010-03-251-1/+1
* Remove obsolete reference to nonexistent functions like newdepend inZac Medico2010-03-251-2/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-7/+4
* In save_ebuild_env(), preserve all ebuild phases in any case since excludingZac Medico2009-12-241-2/+0
* Fix the assert alias to avoid 'value to great for base' messages in some cases.Zac Medico2009-12-191-2/+9
* Revert previous commit because it's no comptible (doesn't pass arguments toZac Medico2009-12-191-1/+1
* Fix the assert alias to 'value to great for base' messages in some cases.Zac Medico2009-12-191-1/+1
* Bug #296870 - Allow locale related LANG and LC_* variables to persist betweenZac Medico2009-12-161-5/+0
* Remove unused STARTDIR variable.Zac Medico2009-12-121-1/+1
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.Zac Medico2009-12-111-1/+1
* Add localization variables (LANG and LC_*) to the environment whitelist andZac Medico2009-12-091-0/+5
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-091-1/+1
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-081-2/+2
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-0/+1
* Restore support for bash-3.Arfrever Frehtes Taifersar Arahesis2009-11-081-0/+3
* drop IMAGE -- people have had years to catch upMike Frysinger2009-10-191-1/+1
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-181-4/+1
* Remove reference to non-existent _source_ebuild function.Zac Medico2009-10-181-1/+0
* Preserve variables which have been set in global scope using 'declare'.Arfrever Frehtes Taifersar Arahesis2009-10-181-2/+2
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-171-0/+1
* 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