Pass a space-separated list of variables into filter-bash-environment.py and
[portage.git] / bin / ebuild.sh
2008-03-05 Zac MedicoPass a space-separated list of variables into filter...
2008-03-05 Zac MedicoBug #211949 - Tighten the variable name filter to exclu...
2008-03-05 Zac MedicoTODO: Move variable name validation and declare -r...
2008-03-05 Zac MedicoImplement variable assignment handling in python so...
2008-03-04 Zac MedicoBug #211949 - Temporarily revert back to a less strict...
2008-03-04 Zac MedicoBug #211949 - Fix the regex so that it won't match...
2008-03-03 Zac MedicoBug #211949 - Tweak the regex so that a leading whitesp...
2008-03-03 Zac MedicoFix the regex for bug #211949 so that it correctly...
2008-03-02 Zac MedicoBug #211949 - As suggested by vapier, tighten the varia...
2008-03-01 Zac MedicoBug #211949 - Make filter_readonly_variables() remove...
2008-02-19 Zac MedicoBug #210449 - Reset exeinto(), docinto(), insinto(...
2008-02-10 Zac MedicoRemove the killparent() function and associated SIGINT...
2008-02-07 Zac MedicoBug #155993 - Update environment.bz2 after postinst...
2008-02-06 Zac MedicoFor the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUS...
2008-02-06 Zac MedicoMake qa_source and qa_call save the return value and...
2008-01-31 Zac MedicoMake the autotools.eclass functions exempt from the...
2008-01-30 Zac Medico- Remove ebuild.autotools repoman check since it produc...
2008-01-22 Zac MedicoBug #206772 - Enable bashrc once again for the clean...
2008-01-12 Zac MedicoRemove redundant return statement.
2008-01-12 Zac MedicoIn preprocess_ebuild_env(), move a filter_readonly_vari...
2008-01-11 Zac MedicoBug#204668 - Fix WORKDIR quoting in econf() when updating
2008-01-08 Zac MedicoAfter loading the environment, make sure the color...
2008-01-05 Zac MedicoMake filter_readonly_variables() filter PATH in any...
2008-01-05 Zac MedicoFilter PATH along with FEATURES when loading environmen...
2008-01-03 Zac MedicoRecognize export statements when filtering the environm...
2007-12-28 Zac MedicoBug #202697 - Add / to the default initial SANDBOX_READ...
2007-12-28 Zac MedicoFixes for logic related to FEATURES=test to USE=test...
2007-12-28 Zac MedicoAlways make sure that the depend phase triggers a sourc...
2007-12-25 Zac MedicoBug #203239 - With FEATURES=noauto, always source ...
2007-12-18 Zac MedicoOnly enable the PORTAGE_IUSE check during build time...
2007-12-18 Zac MedicoCreate a PORTAGE_IUSE variable containing an egrep...
2007-12-13 Zac MedicoAllow FEATURES to persist between phases since the...
2007-12-13 Zac MedicoRemove extra _ typo.
2007-12-13 Zac MedicoProperly filter SANDBOX_ON from the environment. When...
2007-12-13 Zac MedicoBug #201771 - Make unpack() detect common errors such...
2007-12-13 Zac MedicoUse the sed -r option to enable extended regular expres...
2007-12-13 Zac MedicoBug #202068 - In order to filter unwanted variable...
2007-12-13 Zac MedicoIn filter_readonly_variables(), replace 'declare -r...
2007-12-11 Zac Medico* When installing a binary package, export the file...
2007-12-06 Zac MedicoDeclare retval as a local variable.
2007-12-06 Zac MedicoPrevent the filter_opts local variable from leaking...
2007-12-06 Zac MedicoBug #201506 - Make preprocess_ebuild_env() preserve
2007-12-06 Zac MedicoRemove redundant successful exit call from the "depend...
2007-12-03 Zac MedicoSynchronize the conditional that triggers "${T}"/enviro...
2007-12-02 Zac MedicoFix useq() so that it won't generate a bogus IUSE QA...
2007-12-01 Zac MedicoUpdate comments about ROOTPATH:
2007-12-01 Zac MedicoFix quoting for PORTAGE_ROOTPATH.
2007-11-30 Zac Medicosandbox unsets ROOTPATH, so we have to back it up on...
2007-11-30 Zac MedicoBug #200775 - Save more portage generated environment
2007-11-30 Zac MedicoDon't use sandbox's BASH_ENV for new shells because...
2007-11-30 Zac MedicoRemove unused EBUILD_ENV_FILE variable.
2007-11-30 Zac MedicoBug #189417 - When ${T}/environment exists, isolate...
2007-11-29 Zac MedicoMove environment.bz2 extraction from ebuild.sh to doebu...
2007-11-29 Zac MedicoAdjust PYTHONPATH when calling portageq so that variable
2007-11-28 Zac MedicoBug #200652 - Skip ${T}/environment handling for pkg_no...
2007-11-28 Zac MedicoIn the preprocess_ebuild_env() subshell, check for...
2007-11-27 Zac MedicoBug #200229 - The gimp ebuild defines AA as a local...
2007-11-26 Zac MedicoMake the environment handling code detect errors and...
2007-11-26 Zac Medico* In doebuild(), don't create directories for the ...
2007-11-26 Zac MedicoCheck if ${EBUILD_EXIT_STATUS_FILE} is empty before
2007-11-26 Zac MedicoBug #200313 - Detect and report when an ebuild phase
2007-11-26 Zac MedicoAutomatically try to load environment.bz2 whenever
2007-11-26 Zac Medicounset ECLASS along with the other variables from inherit().
2007-11-26 Zac Medico* Move filtering of a bunch of portage config variables...
2007-11-25 Zac MedicoMake preprocess_ebuild_env() reload a known good version of
2007-11-25 Zac MedicoRemove some unsafe assumptions from preprocess_ebuild_e...
2007-11-25 Zac MedicoAllow the pkg_info and pkg_config pre/post hooks to...
2007-11-25 Zac MedicoRemove the empty default pkg_setup, src_install, pkg_pr...
2007-11-25 Zac MedicoTest if ebuild functions are defined before calling...
2007-11-25 Zac Medico* Load environment.bz2 for the pkg_config() phase.
2007-11-25 Zac MedicoImplement loading of environment.bz2 for the pkg_info...
2007-11-24 Zac MedicoBug #200238 - Make ebuild.sh properly bail out when...
2007-11-24 Zac MedicoFix quoting to work properly with eval.
2007-11-24 Zac MedicoUnconditionally filter some of the SANDBOX_* variables...
2007-11-24 Zac MedicoFix the var_grep variable in filter_readonly_variables...
2007-11-24 Zac MedicoIn the grep expression that's generated in filter_reado...
2007-11-24 Zac MedicoFilter _E_DOCDESTTREE_ and _E_EXEDESTTREE_ from environ...
2007-11-24 Zac MedicoAdd support for persistence of colon separated
2007-11-23 Zac MedicoMake save_ebuild_env() filter the new source_all_bashrc...
2007-11-23 Zac MedicoTry again to make bashrc sourcing compatible with previous
2007-11-23 Zac Medicounset x to avoid global env pollution.
2007-11-23 Zac MedicoFor compatibility with previous behavior, so the bashrc...
2007-11-23 Zac MedicoMake the sed expression in filter_readonly_variables...
2007-11-22 Zac MedicoAllow any errors from save_ebuild_env() to go to stderr...
2007-11-22 Zac MedicoGeneralize the sed expression in filter_readonly_variab...
2007-11-22 Zac MedicoDon't call preprocess_ebuild_env() unless EBUILD_SH_ARG...
2007-11-22 Zac MedicoWhen portage reinstalls itself, during inst/rm phases...
2007-11-22 Zac MedicoFilter HOSTTYPE, MACHTYPE, and OSTYPE vars that are...
2007-11-21 Zac MedicoReplace usage of the "myarg" global variable with the...
2007-11-21 Zac MedicoIn dyn_install(), don't cleanse S from the global envir...
2007-11-21 Zac Medico* Make save_ebuild_env() filter some more variables.
2007-11-21 Zac MedicoMove environment saving from dyn_compile() to dyn_install()
2007-11-21 Zac MedicoClean up some local variables that are needlessly saved
2007-11-21 Zac MedicoMove preinst IMAGE initialzation before bashrc handling.
2007-11-20 Zac MedicoDon't unset ${S} inside save_ebuild_env().
2007-11-20 Zac MedicoInstead of filtering out all readonly variables, make it
2007-11-20 Zac MedicoFix ${EBUILD_PHASE} quoting.
2007-11-20 Zac MedicoDon't make variables readonly during the "depend" phase.
2007-11-20 Zac MedicoWhen ${T}/environment is available, do not source the...
2007-11-20 Zac MedicoNow that save_ebuild_env() filters variables that could...
next