summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Bug #239560:v2.1.4.5Zac Medico2008-10-091-44/+68
* remove old/unused gen_wrapper function (trunk r10591)Zac Medico2008-06-091-9/+0
* Skip source_all_bashrcs() when $EBUILD_PHASE is not set. (trunk r10429)Zac Medico2008-05-261-0/+1
* Prefer deb2tgz over ar for unpacking .deb files when installed (patch byZac Medico2008-05-131-1/+14
* Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filteringZac Medico2008-04-131-14/+0
* Bug #217444 - Send debug-print() output to stderr so that it can't interfereZac Medico2008-04-121-1/+1
* When dyn_unpack() automatically cleans ${WORKDIR}, also remove thingsZac Medico2008-03-301-0/+1
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-03-281-8/+0
* Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image andZac Medico2008-03-281-1/+1
* Bug #213698 - Make FEAUTURES=keepwork and keeptemp preserve ${T}/environmentZac Medico2008-03-281-7/+3
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-281-1/+1
* Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox forZac Medico2008-03-281-1/+1
* Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() stateZac Medico2008-03-281-0/+9
* Sync the fixes for bug #211949 from trunk.Zac Medico2008-03-141-19/+5
* Bug #211949 - Fix the regex so that it won't match the = character (equalsZac Medico2008-03-041-1/+1
* Bug #211949 - Tweak the regex so that a leading whitespace characterZac Medico2008-03-031-1/+2
* Fix the regex for bug #211949 so that it correctly matches variableZac Medico2008-03-031-1/+1
* Bug #211949 - As suggested by vapier, tighten the variable filter to alsoZac Medico2008-03-021-2/+4
* Bug #211949 - Make filter_readonly_variables() remove any variablesZac Medico2008-03-011-3/+7
* For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] insteadZac Medico2008-02-091-1/+1
* Make qa_source and qa_call save the return value and return it. ThanksZac Medico2008-02-091-4/+8
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-071-0/+10
* Make the autotools.eclass functions exempt from the autotoolsZac Medico2008-01-311-2/+7
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-311-14/+29
* Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220)Zac Medico2008-01-311-0/+3
* In preprocess_ebuild_env(), move a filter_readonly_variables callZac Medico2008-01-121-2/+3
* Bug#204668 - Fix WORKDIR quoting in econf() when updatingZac Medico2008-01-111-2/+4
* After loading the environment, make sure the color variablesZac Medico2008-01-111-0/+12
* Make filter_readonly_variables() filter PATH in any case sinceZac Medico2008-01-051-2/+2
* Filter PATH along with FEATURES when loading environment.bz2.Zac Medico2008-01-051-1/+1
* Recognize export statements when filtering the environment. ThisZac Medico2008-01-031-1/+1
* Bug #202697 - Add / to the default initial SANDBOX_READ in order toZac Medico2007-12-281-1/+1
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-281-3/+0
* Bug #203239 - With FEATURES=noauto, always source ${EBUILD}.Zac Medico2007-12-281-4/+9
* Only enable the PORTAGE_IUSE check during build time phasesZac Medico2007-12-181-1/+6
* Create a PORTAGE_IUSE variable containing an egrep patternZac Medico2007-12-181-10/+6
* Allow FEATURES to persist between phases since the user mightZac Medico2007-12-131-3/+14
* Properly filter SANDBOX_ON from the environment. When sourcingZac Medico2007-12-131-1/+16
* Bug #201771 - Make unpack() detect common errors such as absoluteZac Medico2007-12-131-5/+6
* * In filter_readonly_variables(), replace 'declare -r ' with 'declare 'Zac Medico2007-12-131-3/+3
* * When installing a binary package, export the file name of the packageZac Medico2007-12-111-1/+6
* Declare retval as a local variable. (trunk r8859)Zac Medico2007-12-061-0/+1
* Prevent the filter_opts local variable from leaking into theZac Medico2007-12-061-1/+2
* Remove redundant successful exit call from the "depend" phaseZac Medico2007-12-061-3/+0
* Bug #201506 - Make preprocess_ebuild_env() preserveZac Medico2007-12-061-9/+13
* Synchronize the conditional that triggers "${T}"/environmentZac Medico2007-12-031-4/+3
* Fix useq() so that it won't generate a bogus IUSE QA NoticeZac Medico2007-12-021-0/+2
* Update comments about ROOTPATH:Zac Medico2007-12-011-1/+2
* Fix quoting for PORTAGE_ROOTPATH. (trunk r8774)Zac Medico2007-12-011-1/+1
* sandbox unsets ROOTPATH, so we have to back it up on the pythonZac Medico2007-11-301-0/+6