| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. (trunk r14782) | Zac Medico | 2009-11-07 | 1 | -1/+1 |
* | For --debug mode, enable bash tracing when sourcing the ebuild. (trunk r14781) | Zac Medico | 2009-11-07 | 1 | -1/+8 |
* | drop IMAGE -- people have had years to catch up (trunk r14694) | Zac Medico | 2009-10-19 | 1 | -4/+0 |
* | Move filtering of misc bash variables from save_ebuild_env() to | Zac Medico | 2009-10-19 | 1 | -2/+6 |
* | Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks to | Zac Medico | 2009-10-19 | 1 | -4/+3 |
* | Fix breakage in DEFINED_PHASES code. (trunk r14664) | Zac Medico | 2009-10-19 | 1 | -2/+2 |
* | Preserve variables which have been set in global scope using 'declare'. | Zac Medico | 2009-10-19 | 1 | -65/+62 |
* | Use short substitution syntax in use_with() and use_enable(). Thanks to | Zac Medico | 2009-10-18 | 1 | -18/+4 |
* | Fix einstall() change from previous commit, for compatibility with empty | Zac Medico | 2009-10-18 | 1 | -1/+1 |
* | Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid | Zac Medico | 2009-10-18 | 1 | -18/+18 |
* | In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen | Zac Medico | 2009-10-18 | 1 | -1/+1 |
* | Make phase variable local in has_phase_defined_up_to(). (trunk r14618) | Zac Medico | 2009-10-18 | 1 | -0/+1 |
* | Simplify the conditionals from bug #273648. Thanks to Jonathan Callen | Zac Medico | 2009-10-18 | 1 | -18/+13 |
* | Bug #273648 - EAPI 3 - the following condtions must be met: | Zac Medico | 2009-10-18 | 1 | -13/+49 |
* | Ensure that /dev/std* streams have appropriate sandbox permission for | Zac Medico | 2009-10-18 | 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. (trunk r14570) | Zac Medico | 2009-10-11 | 1 | -1/+1 |
* | Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ... | Zac Medico | 2009-10-11 | 1 | -7/+23 |
* | Remove unused PATH code from EAPI 3_pre1. | Zac Medico | 2009-10-10 | 1 | -14/+0 |
* | 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 |
* | Bug #277537 - Synchronize order of PATH elements with the order defined by | Zac Medico | 2009-08-06 | 1 | -2/+2 |
* | Remove the code from bug #278895 since we're going to need a daemon process | Zac Medico | 2009-08-03 | 1 | -13/+0 |
* | Add a python-based setsid script for use with USERLAND=BSD. | Zac Medico | 2009-07-30 | 1 | -2/+5 |
* | Move the setsid code (from bug #278895) as early as possible. | Zac Medico | 2009-07-30 | 1 | -18/+17 |
* | Bug #278895 - Make ebuild.sh clean up orphaned processes that may have been | Zac Medico | 2009-07-30 | 1 | -0/+11 |
* | For consistency with emake, add ${MAKEOPTS} ${EXTRA_EMAKE} to make arguments | Zac Medico | 2009-07-17 | 1 | -0/+2 |
* | Bug #273640 - Add --disable-dependency-tracking to econf arguments for | Zac Medico | 2009-07-06 | 1 | -0/+5 |
* | Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emerge | Zac Medico | 2009-07-06 | 1 | -2/+16 |
* | Bug #273631 - Add default src_install implementation for EAPI 3. Thanks to | Zac Medico | 2009-07-06 | 1 | -0/+21 |
* | Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and simplify setting it for... | Arfrever Frehtes Taifersar Arahesis | 2009-07-03 | 1 | -10/+4 |
* | Remove unused newdepend(), newrdepend(), newpdepend(), and do_newdepend() | Zac Medico | 2009-06-11 | 1 | -62/+0 |
* | Make usev() strip ! prefix in echoed output as specified in bug #270658, | Zac Medico | 2009-06-03 | 1 | -1/+1 |
* | drop sandbox settings that sandbox itself takes care of #258684 | Mike Frysinger | 2009-06-03 | 1 | -7/+4 |
* | Make useq() die if called during the "depend" phase in newer EAPIs. | Zac Medico | 2009-05-02 | 1 | -5/+9 |
* | Skip useq() IUSE QA Notices during the "depend" phase because lots of | Zac Medico | 2009-05-02 | 1 | -1/+5 |
* | Enable use() qa checks via PORTAGE_IUSE for all ebuild phases and for binary | Zac Medico | 2009-04-30 | 1 | -6/+1 |
* | Put ebuild helpers at the absolute front of the PATH. | Zac Medico | 2009-04-28 | 1 | -4/+7 |
* | Bug #71646 - Don't allow the HISTFILE variable into the ebuild environment | Zac Medico | 2009-04-28 | 1 | -1/+1 |
* | Revert r13390 (dosed and dohard functions) since a stack trace isn't really | Zac Medico | 2009-04-24 | 1 | -8/+0 |
* | Add dummy dosed and dohard functions for EAPI 3, so that a trace can be | Zac Medico | 2009-04-24 | 1 | -0/+8 |
* | Add dohard and doset helper which die for EAPI 3. TODO: Make the die | Zac Medico | 2009-04-24 | 1 | -2/+2 |
* | Fix breakage in PREROOTPATH logic from the EAPI 3 code. | Zac Medico | 2009-04-23 | 1 | -0/+1 |
* | Remove ccache and distcc remove_path_entry code since PATH is always | Zac Medico | 2009-04-23 | 1 | -3/+0 |
* | Use declare -F to check existence of function definitions, instead of | Zac Medico | 2009-04-22 | 1 | -10/+10 |