aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Invert has/hasq and use/useq implementations.Zac Medico2011-07-081-4/+4
* Bug #365439: Add set_unless_changed() and unset_unless_changed().Arfrever Frehtes Taifersar Arahesis2011-05-011-2/+2
* Update date headers in modified files.Zac Medico2011-02-211-1/+1
* ebuild.sh: remove unused PWORKDIR variableZac Medico2011-02-211-1/+1
* die: include $EBUILD_PHASE in messageZac Medico2011-01-301-1/+5
* isolated-functions.sh: fix syntax error for dieZac Medico2011-01-301-2/+4
* whitelist proxy vars and don't save themZac Medico2010-11-261-1/+1
* Put more variables in PORTAGE_READONLY_VARS instead of usingZac Medico2010-09-171-20/+6
* Rename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VARS to startZac Medico2010-09-171-1/+1
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-171-1/+1
* Don't unset PORTAGE_BUILDDIR in save_ebuild_env() since it'sZac Medico2010-09-171-1/+1
* Bug #336433 - Don't filter the DCCC_PATH variable from environment sinceZac Medico2010-09-141-1/+1
* Filter more variables that don't need to end up in environment.bz2.Zac Medico2010-09-021-1/+1
* Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enableZac Medico2010-09-021-1/+2
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-0/+1
* Implement controllable compression and docompress, bug #273633.Ulrich Mueller2010-08-281-1/+1
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-2/+3
* Make save_ebuild_env() filter assert_sigpipe_ok().Zac Medico2010-08-251-1/+1
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-231-0/+26
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-1/+2
* Filter PORTAGE_PYTHON in save_ebuild_env().Zac Medico2010-08-131-1/+1
* Disable the die() stack trace when called by the die helper.Zac Medico2010-08-131-0/+3
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-3/+4
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-121-0/+11
* * 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