aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Filter the FEATURES variable out of the environment between phases,Zac Medico2010-09-071-2/+3
* Fix dyn_setup 'already setup' message to refer to setup instead ofZac Medico2010-09-071-1/+1
* Move stale elog cleanup code from ebuild.sh to _doebuild_spawn(), soZac Medico2010-09-071-10/+11
* Define EBUILD_MASTER_PID earlier in ebuild.sh, before $EBUILD isv2.2_rc76Zac Medico2010-09-061-4/+8
* Bug #336285 - Add workaround to unpack() in order to prevent unzipZac Medico2010-09-061-0/+3
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-1/+0
* print up-to-date copyright yearsFabian Groffen2010-09-051-1/+1
* Take the code which displays ebuild information before pkg_setup,Zac Medico2010-09-051-5/+0
* Unify to different pieces of code that handle sandbox considerations forZac Medico2010-09-021-12/+12
* Prevent local x variable in ebuild_main() from showing up inZac Medico2010-09-021-2/+2
* Prevent the local filter_opts variable in filter_readonly_variables()Zac Medico2010-09-021-5/+6
* Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enableZac Medico2010-09-021-0/+9
* When signaling successful exit from an ebuild phase via ebuild-ipc,Zac Medico2010-09-021-1/+23
* Add support to config.setcpv() for caching USE settings from builtZac Medico2010-09-011-2/+2
* Add a fallback PORTAGE_BZIP2_COMMAND setting in ebuild.sh, as aZac Medico2010-08-311-0/+6
* Bug #335340 - Use PORTAGE_BUNZIP2_COMMAND and PORTAGE_BZIP2_COMMAND inZac Medico2010-08-301-9/+9
* Invert _ebuild_helpers_path EAPI conditional in ebuild.sh.Zac Medico2010-08-301-3/+3
* Implement controllable compression and docompress, bug #273633.Ulrich Mueller2010-08-281-0/+28
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-231-2/+2
* Quote arrays in QA_PREBUILT handling.Zac Medico2010-08-211-1/+1
* Add support for a QA_PREBUILT variable should contain a list ofZac Medico2010-08-211-0/+20
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-201-1/+1
* * In helpers_die arguments, display ${0##*/} instead of $0 since $0Zac Medico2010-08-181-4/+4
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+2
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-1/+3
* Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+2
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-2/+2
* Don't call exit after pkg_nofetch since that prevents the ebuild-ipcZac Medico2010-08-131-1/+0
* Use /usr/bin/python when PORTAGE_PYTHON variable is empty.Arfrever Frehtes Taifersar Arahesis2010-08-141-4/+4
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-14/+8
* Setup EBUILD_MASTER_PID at the bottom, for scripts that sourceZac Medico2010-08-131-0/+4
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-0/+10
* Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main()Zac Medico2010-08-131-4/+5
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-10/+4
* Fix faulty $? handling in *into functions (from previous commit).Zac Medico2010-08-121-12/+16
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-121-4/+20
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-111-5/+0
* Don't cache REQUIRED_USE for EAPIs 1-3 which don't support it.Zac Medico2010-08-101-1/+5
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-9/+16
* Bug #308835: Support options in shebang and terminate 's' option of sed.Arfrever Frehtes Taifersar Arahesis2010-08-071-2/+2
* Bug #308835 - Make econf() use sed to substitute $CONFIG_SHELL inZac Medico2010-08-041-0/+5
* Patch ebuild.sh to not nuke the WORKDIR if FEATURES="keepwork".Christopher Covington2010-07-081-2/+4
* Bug #322049 - Make use_with() and use_enable() handling of emptyZac Medico2010-05-301-2/+10
* Fix handling of empty third argument of use_with() and use_enable().Arfrever Frehtes Taifersar Arahesis2010-05-271-2/+2
* Use 'assert' to check ${PIPESTATUS[@]} from save_ebuild_env calls.Zac Medico2010-05-251-0/+3
* Bug #321145: Don't ignore exit status of filter-bash-environment.py and check...Arfrever Frehtes Taifersar Arahesis2010-05-251-1/+1
* Bug #320755 - Make sure src_test only runs once when ebuild(1)Zac Medico2010-05-211-5/+8
* Update comment in econf about --disable-dependency-tracking to refer toZac Medico2010-05-061-1/+1
* Support per-package bashrc files.Michał Górny2010-04-291-10/+13
* Remove unsed check_KV() function. Thanks to Brian Harring.Zac Medico2010-03-251-14/+0