summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* ebuild.sh: remove unused PWORKDIR variableZac Medico2011-02-211-6/+0
* Update date headers in modified files.Zac Medico2011-02-191-1/+1
* _eapi4_src_install: handle empty DOCS like PMSZac Medico2011-02-191-1/+1
* docompress, prepcompress: Add missing quotes.Ulrich Mueller2011-02-191-2/+2
* default_src_test: handle EAPI 4 emake failureZac Medico2011-02-061-4/+10
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-121-1/+3
* ebuild.sh: skip QA_* init in "depend" phaseZac Medico2011-01-121-20/+21
* dyn_clean: remove .pretendedZac Medico2010-12-311-1/+1
* unpack: handle echo failure in unzip pipeZac Medico2010-12-301-1/+1
* bash: as a general rule, use read -rZac Medico2010-12-301-2/+2
* Substitute bash builtin >> for touch command.Zac Medico2010-12-191-15/+25
* ebuild.sh: only run pretend once for ebuild(1)Zac Medico2010-12-051-1/+9
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-031-1/+2
* fix QA_EXECSTACK spelling for QA_PREBUILTZac Medico2010-12-031-1/+1
* debug-print: don't stat $T during depend phasev2.1.9.23Zac Medico2010-10-271-1/+1
* ebuild: move SANDBOX_ON=0 setting laterZac Medico2010-10-271-3/+3
* Only addwrite for tmp dirs if sandbox is enabled.Zac Medico2010-10-271-1/+1
* debug-print-function: output like older portageZac Medico2010-10-271-1/+1
* debug-print: permission fixesZac Medico2010-10-271-4/+7
* Simplify retval checks in has_version() and best_version().Michał Górny2010-10-271-10/+4
* Simplify debug-print*() functions code.Michał Górny2010-10-271-20/+12
* Fix default() and default_src_install() definitions to account forZac Medico2010-09-201-0/+10
* Revert "Add option -s to docompress command."Ulrich Mueller2010-09-201-7/+1
* Put more variables in PORTAGE_READONLY_VARS instead of usingZac Medico2010-09-171-4/+14
* Rename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VARS to startZac Medico2010-09-171-4/+5
* Add PORTAGE_BUILDDIR to READONLY_PORTAGE_VARS since it's extremelyZac Medico2010-09-171-1/+1
* Add option -s to docompress command.Ulrich Mueller2010-09-141-1/+7
* Remove redundant local retval declaration in has_version().Zac Medico2010-09-101-1/+0
* Bug #336644 - Make ebuild-ipc.py use array.fromfile() to read picklesZac Medico2010-09-091-8/+7
* 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