| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unsed check_KV() function. Thanks to Brian Harring. | Zac Medico | 2010-03-25 | 1 | -14/+0 |
* | Add back executable bits, accidentally removed in previous commit. | Zac Medico | 2010-03-24 | 1 | -0/+0 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Fix breakage from previous commit. | Zac Medico | 2010-03-15 | 1 | -0/+1 |
* | Add a TODO note about adding a registration interface for eclasses to register | Zac Medico | 2010-03-15 | 1 | -6/+7 |
* | Revert tar error handling changes from bug #309001 since we can't necessarily | Zac Medico | 2010-03-14 | 1 | -2/+4 |
* | Bug #309001 - Only trust tar exit status (ignore decompressor exit status) | Zac Medico | 2010-03-11 | 1 | -4/+2 |
* | After src_install, save fewer variables when writing the vdb entry for a | Zac Medico | 2010-02-14 | 1 | -3/+9 |
* | Evaluate USE conditionals when writing vdb entries after src_install. | Zac Medico | 2010-02-14 | 1 | -3/+2 |
* | Bug #297364 - Only set EAPI conditional PATH once after sourcing the ebuild | Zac Medico | 2009-12-24 | 1 | -39/+48 |
* | Remove stray echo. | Zac Medico | 2009-12-24 | 1 | -1/+0 |
* | Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH. | Zac Medico | 2009-12-24 | 1 | -7/+1 |
* | Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1. | Arfrever Frehtes Taifersar Arahesis | 2009-12-22 | 1 | -2/+2 |
* | Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb. | Zac Medico | 2009-12-16 | 1 | -1/+1 |
* | Bug #296870 - Allow locale related LANG and LC_* variables to persist between | Zac Medico | 2009-12-16 | 1 | -1/+12 |
* | Make prefix varialbes ED, EPREFIX, and EROOT readonly except in EAPI 0, 1, and | Zac Medico | 2009-12-13 | 1 | -0/+7 |
* | Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. | Zac Medico | 2009-12-11 | 1 | -10/+10 |
* | Enable xz unpack for EAPI 3_pre2. | Zac Medico | 2009-12-11 | 1 | -1/+1 |
* | Don't filter/interfere with prefix variables unless they are supported by the | Zac Medico | 2009-12-11 | 1 | -1/+12 |
* | Filter prefix variables ED, EPREFIX, and EROOT inside | Zac Medico | 2009-12-11 | 1 | -2/+2 |
* | Implement forward compatible Prefix support. This makes EPREFIX, ED and | Fabian Groffen | 2009-12-10 | 1 | -2/+2 |
* | Fix handling for TEMP, TMP, and TMPDIR variables: | Zac Medico | 2009-12-09 | 1 | -0/+6 |
* | Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks to | Zac Medico | 2009-12-08 | 1 | -15/+15 |
* | Bug #295715 - Implement a register_success_hook function to complement | Zac Medico | 2009-12-06 | 1 | -1/+10 |
* | Make register_die_hook() ensure that each hook is registered only once. | Zac Medico | 2009-12-06 | 1 | -1/+5 |
* | Bug #294886 - Show some basic info at the beginning of the build log, | Zac Medico | 2009-11-27 | 1 | -0/+5 |
* | Use einfo instead of ewarn for the "Skipping make test/check due to ebuild | Zac Medico | 2009-11-25 | 1 | -1/+1 |
* | Collapse two [[ ]] into one. | Zac Medico | 2009-11-06 | 1 | -1/+1 |
* | For --debug mode, enable bash tracing when sourcing the ebuild. | Zac Medico | 2009-11-06 | 1 | -1/+8 |
* | Revert the workaround for bug #288863. This will require a dependency on | Zac Medico | 2009-10-26 | 1 | -6/+0 |
* | drop IMAGE -- people have had years to catch up | Mike Frysinger | 2009-10-19 | 1 | -4/+0 |
* | Move filtering of misc bash variables from save_ebuild_env() to | Zac Medico | 2009-10-18 | 1 | -2/+6 |
* | Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks to | Zac Medico | 2009-10-18 | 1 | -4/+3 |
* | Fix breakage in DEFINED_PHASES code. | Zac Medico | 2009-10-18 | 1 | -2/+2 |
* | Preserve variables which have been set in global scope using 'declare'. | Arfrever Frehtes Taifersar Arahesis | 2009-10-18 | 1 | -65/+62 |
* | Use short substitution syntax in use_with() and use_enable(). Thanks to | Zac Medico | 2009-10-17 | 1 | -18/+4 |
* | Fix einstall() change from previous commit, for compatibility with empty | Zac Medico | 2009-10-17 | 1 | -1/+1 |
* | Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid | Zac Medico | 2009-10-17 | 1 | -18/+18 |
* | In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen | Zac Medico | 2009-10-17 | 1 | -1/+1 |
* | Make phase variable local in has_phase_defined_up_to(). | Zac Medico | 2009-10-17 | 1 | -0/+1 |
* | Simplify the conditionals from bug #273648. Thanks to Jonathan Callen | Zac Medico | 2009-10-17 | 1 | -18/+13 |
* | Bug #273648 - EAPI 3 - the following condtions must be met: | Zac Medico | 2009-10-17 | 1 | -13/+49 |
* | Ensure that /dev/std* streams have appropriate sandbox permission for | Zac Medico | 2009-10-16 | 1 | -0/+6 |
* | Use a shell script for dohtml instead of a function, for xargs compatibility. | Zac Medico | 2009-10-11 | 1 | -7/+0 |
* | Add some more EPYTHON safety. | Zac Medico | 2009-10-11 | 1 | -1/+1 |
* | Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ... | Arfrever Frehtes Taifersar Arahesis | 2009-10-11 | 1 | -7/+23 |
* | Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clear | Zac Medico | 2009-09-23 | 1 | -2/+1 |
* | make sure we can deal with arches like x86-fbsd, like is done in bin/ebuild-h... | Fabian Groffen | 2009-08-24 | 1 | -1/+1 |
* | Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416). | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 1 | -0/+1 |
* | Use elog in _eapi0_pkg_nofetch(). | Zac Medico | 2009-08-15 | 1 | -2/+2 |