Support PORTAGE_REPOSITORIES environmental variable, which overrides
[portage.git] / bin / ebuild.sh
2010-09-10 Zac MedicoBug #336644 - Make ebuild-ipc.py use array.fromfile...
2010-09-08 Zac MedicoFilter the FEATURES variable out of the environment...
2010-09-07 Zac MedicoFix dyn_setup 'already setup' message to refer to setup...
2010-09-07 Zac MedicoMove stale elog cleanup code from ebuild.sh to _doebuil...
2010-09-06 Zac MedicoDefine EBUILD_MASTER_PID earlier in ebuild.sh, before... v2.2_rc76
2010-09-06 Zac MedicoBug #336285 - Add workaround to unpack() in order to...
2010-09-06 Sebastian LutherRemove all \a (alert/bell/beep) tokens (bug 336024)
2010-09-05 Fabian Groffenprint up-to-date copyright years
2010-09-05 Zac MedicoTake the code which displays ebuild information before...
2010-09-03 Zac MedicoUnify to different pieces of code that handle sandbox...
2010-09-02 Zac MedicoPrevent local x variable in ebuild_main() from showing...
2010-09-02 Zac MedicoPrevent the local filter_opts variable in filter_readon...
2010-09-02 Zac MedicoAdd a _SANDBOX_COMPAT_LEVEL constant which will be...
2010-09-02 Zac MedicoWhen signaling successful exit from an ebuild phase...
2010-09-01 Zac MedicoAdd support to config.setcpv() for caching USE settings...
2010-08-31 Zac MedicoAdd a fallback PORTAGE_BZIP2_COMMAND setting in ebuild...
2010-08-31 Zac MedicoBug #335340 - Use PORTAGE_BUNZIP2_COMMAND and PORTAGE_B...
2010-08-30 Zac MedicoInvert _ebuild_helpers_path EAPI conditional in ebuild.sh.
2010-08-28 Ulrich MuellerImplement controllable compression and docompress,...
2010-08-24 Zac MedicoHandle SIGPIPE when unpack() extracts tar files through...
2010-08-21 Zac MedicoQuote arrays in QA_PREBUILT handling.
2010-08-21 Zac MedicoAdd support for a QA_PREBUILT variable should contain...
2010-08-21 Zac MedicoAt some point we may want to stop exporting FEATURES...
2010-08-19 Zac Medico* In helpers_die arguments, display ${0##*/} instead...
2010-08-15 Zac MedicoDoebuildSpawnTestCase: Invoke portage.package.ebuild...
2010-08-15 Zac MedicoDisable EbuildIpcDaemon for now, since it seems to...
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Zac MedicoPass $USE via IPC in order to ensure that we have the...
2010-08-14 Zac MedicoAdd a QueryCommand.settings attribute and use it so...
2010-08-14 Zac MedicoDon't call exit after pkg_nofetch since that prevents...
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Arfrever Frehtes... Use /usr/bin/python when PORTAGE_PYTHON variable is...
2010-08-13 Arfrever Frehtes... Ensure that all Python processes use the same version...
2010-08-13 Zac MedicoSetup EBUILD_MASTER_PID at the bottom, for scripts...
2010-08-13 Zac MedicoBug #315615 - Use EbuildIpcDaemon to implement has_vers...
2010-08-13 Zac MedicoMove EBUILD_MASTER_PID and associated SIGTERM trap...
2010-08-13 Zac MedicoUse EbuildIpcDaemon to replace the functionality of
2010-08-12 Zac MedicoFix faulty $? handling in *into functions (from previou...
2010-08-12 Dror LevinMake utilities die on failure in EAPI 4, bug 273651
2010-08-11 Sebastian LutherMake sure we don't allow REQUIRED_USE in EAPIs that...
2010-08-11 Zac MedicoDon't cache REQUIRED_USE for EAPIs 1-3 which don't...
2010-08-11 Sebastian LutherAdd REQUIRED_USE to metadata keys, caches, etc.
2010-08-07 Arfrever Frehtes... Bug #308835: Support options in shebang and terminate...
2010-08-05 Zac MedicoBug #308835 - Make econf() use sed to substitute $CONFI...
2010-07-09 Christopher CovingtonPatch ebuild.sh to not nuke the WORKDIR if FEATURES...
2010-05-31 Zac MedicoBug #322049 - Make use_with() and use_enable() handling...
2010-05-27 Arfrever Frehtes... Fix handling of empty third argument of use_with()...
2010-05-26 Zac MedicoUse 'assert' to check ${PIPESTATUS[@]} from save_ebuild...
2010-05-25 Arfrever Frehtes... Bug #321145: Don't ignore exit status of filter-bash...
2010-05-22 Zac MedicoBug #320755 - Make sure src_test only runs once when...
2010-05-06 Zac MedicoUpdate comment in econf about --disable-dependency...
2010-04-29 Michał GórnySupport per-package bashrc files.
2010-03-25 Zac MedicoRemove unsed check_KV() function. Thanks to Brian Harring.
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-15 Zac MedicoFix breakage from previous commit.
2010-03-15 Zac MedicoAdd a TODO note about adding a registration interface...
2010-03-14 Zac MedicoRevert tar error handling changes from bug #309001...
2010-03-11 Zac MedicoBug #309001 - Only trust tar exit status (ignore decomp...
2010-02-14 Zac MedicoAfter src_install, save fewer variables when writing...
2010-02-14 Zac MedicoEvaluate USE conditionals when writing vdb entries...
2009-12-24 Zac MedicoBug #297364 - Only set EAPI conditional PATH once after... v2.2_rc61
2009-12-24 Zac MedicoRemove stray echo.
2009-12-24 Zac MedicoRemove obsolete backing up of ROOTPATH via PORTAGE_ROOT...
2009-12-22 Arfrever Frehtes... Bug #297933: Filter BASHOPTS variable for compatibility...
2009-12-16 Zac MedicoBug #296710 - Add equery to QA_INTERCEPTORS since it...
2009-12-16 Zac MedicoBug #296870 - Allow locale related LANG and LC_* variab...
2009-12-13 Zac MedicoMake prefix varialbes ED, EPREFIX, and EROOT readonly...
2009-12-11 Zac MedicoAdd EAPI 3_pre2 to conditinals so the EAPI 4 stuff...
2009-12-11 Zac MedicoEnable xz unpack for EAPI 3_pre2.
2009-12-11 Zac MedicoDon't filter/interfere with prefix variables unless...
2009-12-11 Zac MedicoFilter prefix variables ED, EPREFIX, and EROOT inside
2009-12-10 Fabian GroffenImplement forward compatible Prefix support. This...
2009-12-09 Zac MedicoFix handling for TEMP, TMP, and TMPDIR variables:
2009-12-08 Zac MedicoBump EAPI conditionals to account for rename of EAPI...
2009-12-06 Zac MedicoBug #295715 - Implement a register_success_hook functio...
2009-12-06 Zac MedicoMake register_die_hook() ensure that each hook is regis...
2009-11-27 Zac MedicoBug #294886 - Show some basic info at the beginning...
2009-11-25 Zac MedicoUse einfo instead of ewarn for the "Skipping make test...
2009-11-06 Zac MedicoCollapse two [[ ]] into one.
2009-11-06 Zac MedicoFor --debug mode, enable bash tracing when sourcing...
2009-10-26 Zac MedicoRevert the workaround for bug #288863. This will requir...
2009-10-19 Mike Frysingerdrop IMAGE -- people have had years to catch up
2009-10-18 Zac MedicoMove filtering of misc bash variables from save_ebuild_...
2009-10-18 Zac MedicoFix messages broken in r14616. Thanks to Arfrever for...
2009-10-18 Zac MedicoFix breakage in DEFINED_PHASES code.
2009-10-18 Arfrever Frehtes... Preserve variables which have been set in global scope...
2009-10-17 Zac MedicoUse short substitution syntax in use_with() and use_ena...
2009-10-17 Zac MedicoFix einstall() change from previous commit, for compati...
2009-10-17 Zac MedicoUse [ "${foo+set}" = set ] instead of "${foo-unset...
2009-10-17 Zac MedicoIn dyn_unpack, check mtimes on $A instead of $AA. Thank...
2009-10-17 Zac MedicoMake phase variable local in has_phase_defined_up_to().
2009-10-17 Zac MedicoSimplify the conditionals from bug #273648. Thanks...
2009-10-17 Zac MedicoBug #273648 - EAPI 3 - the following condtions must...
2009-10-16 Zac MedicoEnsure that /dev/std* streams have appropriate sandbox...
2009-10-11 Zac MedicoUse a shell script for dohtml instead of a function...
2009-10-11 Zac MedicoAdd some more EPYTHON safety.
2009-10-11 Arfrever Frehtes... Set EPYTHON variable as empty when calling portageq...
2009-09-23 Zac MedicoBug #285979 - Replace references to CDEPEND with UNUSED...
2009-08-24 Fabian Groffenmake sure we can deal with arches like x86-fbsd, like...
next