summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove old/unused gen_wrapper functionMike Frysinger2008-06-071-9/+0
* Skip source_all_bashrcs() when $EBUILD_PHASE is not set.Zac Medico2008-05-261-0/+1
* Prefer deb2tgz over ar for unpacking .deb files when installed (patch by Fabi...Marius Mauch2008-05-131-1/+14
* Bug #217444 - Send debug-print() output to stderr so that it can't interfereZac Medico2008-04-121-1/+1
* Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filteringZac Medico2008-04-011-14/+0
* When dyn_unpack() automatically cleans ${WORKDIR}, also remove thingsZac Medico2008-03-291-0/+1
* 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
* Move the default empty compiler flag settings fromZac Medico2008-03-261-6/+0
* Bug #214499 - When compiler flags are unset, many packages will substituteZac Medico2008-03-241-0/+6
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-181-1/+1
* Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls.Zac Medico2008-03-161-0/+4
* Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox forZac Medico2008-03-061-1/+1
* Remove egrep syntax emulation since it's not really needed.Zac Medico2008-03-061-2/+2
* Implement the sed-based declare -r filter in python.Zac Medico2008-03-061-9/+1
* Move the variable name validation regexes (for bug 211949) intoZac Medico2008-03-061-6/+3
* Pass a space-separated list of variables into filter-bash-environment.py andZac Medico2008-03-051-8/+3
* Bug #211949 - Tighten the variable name filter to exclude any variablesZac Medico2008-03-051-1/+1
* TODO: Move variable name validation and declare -r filteringZac Medico2008-03-051-0/+3
* Implement variable assignment handling in python so that we can eventuallyZac Medico2008-03-051-1/+0
* Bug #211949 - Temporarily revert back to a less strict regex in order toZac Medico2008-03-041-1/+1
* 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
* Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() stateZac Medico2008-02-191-4/+9
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-02-101-8/+0
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-071-0/+10
* For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] insteadZac Medico2008-02-061-1/+1
* Make qa_source and qa_call save the return value and return it. ThanksZac Medico2008-02-061-4/+8
* 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-301-14/+29
* Bug #206772 - Enable bashrc once again for the clean phase.Zac Medico2008-01-221-0/+3
* Remove redundant return statement.Zac Medico2008-01-121-1/+1
* 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-081-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
* Always make sure that the depend phase triggers a source ${EBUILD}Zac Medico2007-12-281-1/+5
* Bug #203239 - With FEATURES=noauto, always source ${EBUILD}.Zac Medico2007-12-251-4/+5
* 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
* Remove extra _ typo.Zac Medico2007-12-131-2/+2
* Properly filter SANDBOX_ON from the environment. When sourcingZac Medico2007-12-131-1/+16