summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exist.Zac Medico2007-08-031-0/+9
* use ${MAKE:-make} rather than make in einstall()Mike Frysinger2007-07-251-2/+2
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-231-2/+2
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-221-1/+1
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-0/+1
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-081-1/+6
* For bug #180165, make has_version dir if portageq has an unexpected exit code.Zac Medico2007-06-201-5/+13
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. This...Zac Medico2007-06-091-0/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-06-091-1/+2
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-06-081-0/+2
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* In the econf die message, don't mention bugs.gentoo.org specifically.Zac Medico2007-05-261-1/+1
* s/filing a report to/seeking support at/ Thanks to marienz.Zac Medico2007-05-261-1/+1
* Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly.Zac Medico2007-05-221-3/+3
* For bug #179380, make support for ECONF_SOURCE in the default src_compile() c...Zac Medico2007-05-221-1/+3
* For bug #178378, make the default src_compile() check for configure in ${ECON...Zac Medico2007-05-191-1/+1
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544Mike Frysinger2007-05-191-3/+4
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-101-1/+6
* For bug #177211, use chmod -R on the children of the current directory in ord...Zac Medico2007-05-051-1/+2
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-151-3/+3
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil...Mike Frysinger2007-04-071-7/+6