| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer deb2tgz over ar for unpacking .deb files when installed (patch by Fabi... | Marius Mauch | 2008-05-13 | 1 | -1/+14 |
* | Bug #217444 - Send debug-print() output to stderr so that it can't interfere | Zac Medico | 2008-04-12 | 1 | -1/+1 |
* | Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filtering | Zac Medico | 2008-04-01 | 1 | -14/+0 |
* | When dyn_unpack() automatically cleans ${WORKDIR}, also remove things | Zac Medico | 2008-03-29 | 1 | -0/+1 |
* | Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image and | Zac Medico | 2008-03-28 | 1 | -1/+1 |
* | Bug #213698 - Make FEAUTURES=keepwork and keeptemp preserve ${T}/environment | Zac Medico | 2008-03-28 | 1 | -7/+3 |
* | Move the default empty compiler flag settings from | Zac Medico | 2008-03-26 | 1 | -6/+0 |
* | Bug #214499 - When compiler flags are unset, many packages will substitute | Zac Medico | 2008-03-24 | 1 | -0/+6 |
* | Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically and | Zac Medico | 2008-03-18 | 1 | -1/+1 |
* | Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls. | Zac Medico | 2008-03-16 | 1 | -0/+4 |
* | Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox for | Zac Medico | 2008-03-06 | 1 | -1/+1 |
* | Remove egrep syntax emulation since it's not really needed. | Zac Medico | 2008-03-06 | 1 | -2/+2 |
* | Implement the sed-based declare -r filter in python. | Zac Medico | 2008-03-06 | 1 | -9/+1 |
* | Move the variable name validation regexes (for bug 211949) into | Zac Medico | 2008-03-06 | 1 | -6/+3 |
* | Pass a space-separated list of variables into filter-bash-environment.py and | Zac Medico | 2008-03-05 | 1 | -8/+3 |
* | Bug #211949 - Tighten the variable name filter to exclude any variables | Zac Medico | 2008-03-05 | 1 | -1/+1 |
* | TODO: Move variable name validation and declare -r filtering | Zac Medico | 2008-03-05 | 1 | -0/+3 |
* | Implement variable assignment handling in python so that we can eventually | Zac Medico | 2008-03-05 | 1 | -1/+0 |
* | Bug #211949 - Temporarily revert back to a less strict regex in order to | Zac Medico | 2008-03-04 | 1 | -1/+1 |
* | Bug #211949 - Fix the regex so that it won't match the = character (equals | Zac Medico | 2008-03-04 | 1 | -1/+1 |
* | Bug #211949 - Tweak the regex so that a leading whitespace character | Zac Medico | 2008-03-03 | 1 | -1/+2 |
* | Fix the regex for bug #211949 so that it correctly matches variable | Zac Medico | 2008-03-03 | 1 | -1/+1 |
* | Bug #211949 - As suggested by vapier, tighten the variable filter to also | Zac Medico | 2008-03-02 | 1 | -2/+4 |
* | Bug #211949 - Make filter_readonly_variables() remove any variables | Zac Medico | 2008-03-01 | 1 | -3/+7 |
* | Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() state | Zac Medico | 2008-02-19 | 1 | -4/+9 |
* | Remove the killparent() function and associated SIGINT trap since this | Zac Medico | 2008-02-10 | 1 | -8/+0 |
* | Bug #155993 - Update environment.bz2 after postinst in case | Zac Medico | 2008-02-07 | 1 | -0/+10 |
* | For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead | Zac Medico | 2008-02-06 | 1 | -1/+1 |
* | Make qa_source and qa_call save the return value and return it. Thanks | Zac Medico | 2008-02-06 | 1 | -4/+8 |
* | Make the autotools.eclass functions exempt from the autotools | Zac Medico | 2008-01-31 | 1 | -2/+7 |
* | - Remove ebuild.autotools repoman check since it produces lots | Zac Medico | 2008-01-30 | 1 | -14/+29 |
* | Bug #206772 - Enable bashrc once again for the clean phase. | Zac Medico | 2008-01-22 | 1 | -0/+3 |
* | Remove redundant return statement. | Zac Medico | 2008-01-12 | 1 | -1/+1 |
* | In preprocess_ebuild_env(), move a filter_readonly_variables call | Zac Medico | 2008-01-12 | 1 | -2/+3 |
* | Bug#204668 - Fix WORKDIR quoting in econf() when updating | Zac Medico | 2008-01-11 | 1 | -2/+4 |
* | After loading the environment, make sure the color variables | Zac Medico | 2008-01-08 | 1 | -0/+12 |
* | Make filter_readonly_variables() filter PATH in any case since | Zac Medico | 2008-01-05 | 1 | -2/+2 |
* | Filter PATH along with FEATURES when loading environment.bz2. | Zac Medico | 2008-01-05 | 1 | -1/+1 |
* | Recognize export statements when filtering the environment. This | Zac Medico | 2008-01-03 | 1 | -1/+1 |
* | Bug #202697 - Add / to the default initial SANDBOX_READ in order to | Zac Medico | 2007-12-28 | 1 | -1/+1 |
* | Fixes for logic related to FEATURES=test to USE=test mapping: | Zac Medico | 2007-12-28 | 1 | -3/+0 |
* | Always make sure that the depend phase triggers a source ${EBUILD} | Zac Medico | 2007-12-28 | 1 | -1/+5 |
* | Bug #203239 - With FEATURES=noauto, always source ${EBUILD}. | Zac Medico | 2007-12-25 | 1 | -4/+5 |
* | Only enable the PORTAGE_IUSE check during build time phases | Zac Medico | 2007-12-18 | 1 | -1/+6 |
* | Create a PORTAGE_IUSE variable containing an egrep pattern | Zac Medico | 2007-12-18 | 1 | -10/+6 |
* | Allow FEATURES to persist between phases since the user might | Zac Medico | 2007-12-13 | 1 | -3/+14 |
* | Remove extra _ typo. | Zac Medico | 2007-12-13 | 1 | -2/+2 |
* | Properly filter SANDBOX_ON from the environment. When sourcing | Zac Medico | 2007-12-13 | 1 | -1/+16 |
* | Bug #201771 - Make unpack() detect common errors such as absolute | Zac Medico | 2007-12-13 | 1 | -5/+6 |
* | Use the sed -r option to enable extended regular expressions so that | Zac Medico | 2007-12-13 | 1 | -3/+3 |