| Commit message (Expand) | Author | Age | Files | Lines |
* | debug-print: don't stat $T during depend phasev2.1.9.23 | Zac Medico | 2010-10-27 | 1 | -1/+1 |
* | ebuild: move SANDBOX_ON=0 setting later | Zac Medico | 2010-10-27 | 1 | -3/+3 |
* | Only addwrite for tmp dirs if sandbox is enabled. | Zac Medico | 2010-10-27 | 1 | -1/+1 |
* | debug-print-function: output like older portage | Zac Medico | 2010-10-27 | 1 | -1/+1 |
* | debug-print: permission fixes | Zac Medico | 2010-10-27 | 1 | -4/+7 |
* | Simplify retval checks in has_version() and best_version(). | Michał Górny | 2010-10-27 | 1 | -10/+4 |
* | Simplify debug-print*() functions code. | Michał Górny | 2010-10-27 | 1 | -20/+12 |
* | Fix default() and default_src_install() definitions to account for | Zac Medico | 2010-09-20 | 1 | -0/+10 |
* | Revert "Add option -s to docompress command." | Ulrich Mueller | 2010-09-20 | 1 | -7/+1 |
* | Put more variables in PORTAGE_READONLY_VARS instead of using | Zac Medico | 2010-09-17 | 1 | -4/+14 |
* | Rename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VARS to start | Zac Medico | 2010-09-17 | 1 | -4/+5 |
* | Add PORTAGE_BUILDDIR to READONLY_PORTAGE_VARS since it's extremely | Zac Medico | 2010-09-17 | 1 | -1/+1 |
* | Add option -s to docompress command. | Ulrich Mueller | 2010-09-14 | 1 | -1/+7 |
* | Remove redundant local retval declaration in has_version(). | Zac Medico | 2010-09-10 | 1 | -1/+0 |
* | Bug #336644 - Make ebuild-ipc.py use array.fromfile() to read pickles | Zac Medico | 2010-09-09 | 1 | -8/+7 |
* | Filter the FEATURES variable out of the environment between phases, | Zac Medico | 2010-09-07 | 1 | -2/+3 |
* | Fix dyn_setup 'already setup' message to refer to setup instead of | Zac Medico | 2010-09-07 | 1 | -1/+1 |
* | Move stale elog cleanup code from ebuild.sh to _doebuild_spawn(), so | Zac Medico | 2010-09-07 | 1 | -10/+11 |
* | Define EBUILD_MASTER_PID earlier in ebuild.sh, before $EBUILD isv2.2_rc76 | Zac Medico | 2010-09-06 | 1 | -4/+8 |
* | Bug #336285 - Add workaround to unpack() in order to prevent unzip | Zac Medico | 2010-09-06 | 1 | -0/+3 |
* | Remove all \a (alert/bell/beep) tokens (bug 336024) | Sebastian Luther | 2010-09-06 | 1 | -1/+0 |
* | print up-to-date copyright years | Fabian Groffen | 2010-09-05 | 1 | -1/+1 |
* | Take the code which displays ebuild information before pkg_setup, | Zac Medico | 2010-09-05 | 1 | -5/+0 |
* | Unify to different pieces of code that handle sandbox considerations for | Zac Medico | 2010-09-02 | 1 | -12/+12 |
* | Prevent local x variable in ebuild_main() from showing up in | Zac Medico | 2010-09-02 | 1 | -2/+2 |
* | Prevent the local filter_opts variable in filter_readonly_variables() | Zac Medico | 2010-09-02 | 1 | -5/+6 |
* | Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enable | Zac Medico | 2010-09-02 | 1 | -0/+9 |
* | When signaling successful exit from an ebuild phase via ebuild-ipc, | Zac Medico | 2010-09-02 | 1 | -1/+23 |
* | Add support to config.setcpv() for caching USE settings from built | Zac Medico | 2010-09-01 | 1 | -2/+2 |
* | Add a fallback PORTAGE_BZIP2_COMMAND setting in ebuild.sh, as a | Zac Medico | 2010-08-31 | 1 | -0/+6 |
* | Bug #335340 - Use PORTAGE_BUNZIP2_COMMAND and PORTAGE_BZIP2_COMMAND in | Zac Medico | 2010-08-30 | 1 | -9/+9 |
* | Invert _ebuild_helpers_path EAPI conditional in ebuild.sh. | Zac Medico | 2010-08-30 | 1 | -3/+3 |
* | Implement controllable compression and docompress, bug #273633. | Ulrich Mueller | 2010-08-28 | 1 | -0/+28 |
* | Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001). | Zac Medico | 2010-08-23 | 1 | -2/+2 |
* | Quote arrays in QA_PREBUILT handling. | Zac Medico | 2010-08-21 | 1 | -1/+1 |
* | Add support for a QA_PREBUILT variable should contain a list of | Zac Medico | 2010-08-21 | 1 | -0/+20 |
* | At some point we may want to stop exporting FEATURES to the ebuild | Zac Medico | 2010-08-20 | 1 | -1/+1 |
* | * In helpers_die arguments, display ${0##*/} instead of $0 since $0 | Zac Medico | 2010-08-18 | 1 | -4/+4 |
* | DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn() | Zac Medico | 2010-08-15 | 1 | -0/+2 |
* | Disable EbuildIpcDaemon for now, since it seems to be triggering | Zac Medico | 2010-08-14 | 1 | -1/+3 |
* | Pass $USE via IPC in order to ensure that we have the correct value for | Zac Medico | 2010-08-14 | 1 | -2/+2 |
* | Add a QueryCommand.settings attribute and use it so that $USE | Zac Medico | 2010-08-14 | 1 | -2/+2 |
* | Don't call exit after pkg_nofetch since that prevents the ebuild-ipc | Zac Medico | 2010-08-13 | 1 | -1/+0 |
* | Use /usr/bin/python when PORTAGE_PYTHON variable is empty. | Arfrever Frehtes Taifersar Arahesis | 2010-08-14 | 1 | -4/+4 |
* | Ensure that all Python processes use the same version of Python. | Arfrever Frehtes Taifersar Arahesis | 2010-08-14 | 1 | -14/+8 |
* | Setup EBUILD_MASTER_PID at the bottom, for scripts that source | Zac Medico | 2010-08-13 | 1 | -0/+4 |
* | Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version. | Zac Medico | 2010-08-13 | 1 | -0/+10 |
* | Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main() | Zac Medico | 2010-08-13 | 1 | -4/+5 |
* | Use EbuildIpcDaemon to replace the functionality of | Zac Medico | 2010-08-13 | 1 | -10/+4 |
* | Fix faulty $? handling in *into functions (from previous commit). | Zac Medico | 2010-08-12 | 1 | -12/+16 |