summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* Bug #200238 - Make ebuild.sh properly bail out when the pkg_info()Zac Medico2007-11-241-1/+1
* Fix quoting to work properly with eval.Zac Medico2007-11-241-3/+3
* Unconditionally filter some of the SANDBOX_* variables from theZac Medico2007-11-241-1/+7
* Fix the var_grep variable in filter_readonly_variables() so thatZac Medico2007-11-241-1/+1
* In the grep expression that's generated in filter_readonly_variables(),Zac Medico2007-11-241-8/+10
* Filter _E_DOCDESTTREE_ and _E_EXEDESTTREE_ from environment.bz2.Zac Medico2007-11-241-1/+1
* Add support for persistence of colon separatedZac Medico2007-11-241-8/+27
* Make save_ebuild_env() filter the new source_all_bashrcs() functionZac Medico2007-11-231-1/+2
* Try again to make bashrc sourcing compatible with previousZac Medico2007-11-231-32/+37
* unset x to avoid global env pollution.Zac Medico2007-11-231-0/+1
* For compatibility with previous behavior, so the bashrc sourcingZac Medico2007-11-231-33/+31
* Make the sed expression in filter_readonly_variables() handleZac Medico2007-11-231-1/+3
* Allow any errors from save_ebuild_env() to go to stderr instead ofZac Medico2007-11-221-1/+1
* Generalize the sed expression in filter_readonly_variables() so thatZac Medico2007-11-221-1/+1
* Don't call preprocess_ebuild_env() unless EBUILD_SH_ARGS is setZac Medico2007-11-221-1/+1
* When portage reinstalls itself, during inst/rm phases, theZac Medico2007-11-221-0/+7
* Filter HOSTTYPE, MACHTYPE, and OSTYPE vars that are set by bash.Zac Medico2007-11-221-1/+2
* Replace usage of the "myarg" global variable with the equivalentZac Medico2007-11-211-34/+27
* In dyn_install(), don't cleanse S from the global environment,Zac Medico2007-11-211-5/+9
* * Make save_ebuild_env() filter some more variables.Zac Medico2007-11-211-2/+8
* Move environment saving from dyn_compile() to dyn_install()Zac Medico2007-11-211-27/+27
* Clean up some local variables that are needlessly savedZac Medico2007-11-211-2/+6
* Move preinst IMAGE initialzation before bashrc handling.Zac Medico2007-11-211-4/+4
* Don't unset ${S} inside save_ebuild_env().Zac Medico2007-11-201-1/+1
* Instead of filtering out all readonly variables, make itZac Medico2007-11-201-25/+25
* Fix ${EBUILD_PHASE} quoting.Zac Medico2007-11-201-1/+1
* Don't make variables readonly during the "depend" phase.Zac Medico2007-11-201-1/+1
* When ${T}/environment is available, do not source the ebuild sinceZac Medico2007-11-201-73/+71
* Now that save_ebuild_env() filters variables that could causeZac Medico2007-11-201-9/+2
* Add some more variables to filter in filter_readonly_variables()Zac Medico2007-11-201-7/+10
* Move LD_PRELOAD and FAKEROOTKEY filtering from filter_readonly_variables()Zac Medico2007-11-201-3/+3
* Make AA, PF, and WORKDIR readonly.Zac Medico2007-11-191-1/+2
* Make save_ebuild_env() filter out lots of variables thatZac Medico2007-11-191-0/+32
* Make preprocess_ebuild_env() explicitly filter out FEATURESZac Medico2007-11-191-0/+1
* Implement loading of environment.bz2 from binary and installedZac Medico2007-11-191-14/+59
* In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME, GROUPS or anyZac Medico2007-11-191-27/+43
* When creating environment.bz2 at the end of dyn_compile(),Zac Medico2007-11-191-2/+25
* Disable logging and ${T}/environment saving during theZac Medico2007-11-191-2/+1
* Set IMAGE for minimal backward compatibility withZac Medico2007-11-161-0/+3
* Fix quoting for `source ${EBUILD}`.Zac Medico2007-11-151-1/+1
* * Replace references to deprecated ${IMAGE} with equivalent ${D}.Zac Medico2007-11-141-6/+3
* Go ahead and exempt selected profile-specific USE_EXPANDZac Medico2007-11-061-1/+6
* remove O and PPID from being readonly. O is set python side (and we will hop...Alec Warner2007-11-061-1/+1
* Remove slashes that cause problems when unpacking files with relative paths (...Marius Mauch2007-10-211-4/+4
* add support for .lzma / .tar.lzma to unpackMike Frysinger2007-10-071-0/+8
* Remove redundant trailing slashes from ${D}. (branches/prefix r7886)Zac Medico2007-09-291-14/+17
* revert useless quotingMike Frysinger2007-09-291-3/+1
* Fix quoting as reported by Drac in bug 194169Alec Warner2007-09-291-1/+1
* Bug #189791 - Send errors to /dev/null when debug-print() fails to write to $...Zac Medico2007-08-231-1/+1
* Don't generate a QA Notice if the ${S} directory doesn't exist since it might...Zac Medico2007-08-101-3/+0