| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to eliminate the possibility of integer overflay, replace things like | Zac Medico | 2009-03-29 | 12 | -17/+17 |
* | In dyn_unpack(), don't force a new unpack when the ebuild mtime is newer | Zac Medico | 2009-03-27 | 1 | -4/+1 |
* | When copying symlink targets to temp files, use a private temp dir inside | Zac Medico | 2009-03-27 | 1 | -2/+7 |
* | For consistency in output with other helpers, check for file existence | Zac Medico | 2009-03-27 | 1 | -1/+3 |
* | Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the python | Zac Medico | 2009-03-26 | 1 | -15/+4 |
* | Source bashrc after PATH tweaks inside ebuild_main(). | Zac Medico | 2009-03-25 | 1 | -1/+2 |
* | Move distcc and ccache PATH setup later, after EAPI is guaranteed to be known, | Zac Medico | 2009-03-25 | 1 | -58/+35 |
* | Fix domo and doexe to return non-zero if there are any errors. Thanks to | Zac Medico | 2009-03-25 | 2 | -1/+14 |
* | Remove unused tar_opts variable inside unpack(). Thanks to zong_sharo for | Zac Medico | 2009-03-25 | 1 | -5/+4 |
* | Add support for FEATURES=parse-eapi-glep-55. This feature is only intended for | Zac Medico | 2009-03-24 | 1 | -5/+9 |
* | Only check for ebuild/eclass modification when a relevant phase is called. | Zac Medico | 2009-03-23 | 1 | -7/+8 |
* | Use a separate if/then to group boolean or'd expressions together, rather | Zac Medico | 2009-03-23 | 1 | -6/+6 |
* | Make ebuild(1) detect ebuild/eclass changes and automatically source the | Zac Medico | 2009-03-23 | 2 | -3/+16 |
* | Add "prepare" to the list of phases that trigger a warning about stale | Zac Medico | 2009-03-22 | 1 | -1/+1 |
* | When triggering a fresh unpack inside dyn_unpack(), remove the | Zac Medico | 2009-03-22 | 1 | -1/+1 |
* | Make config.features a set instead of a list. | Zac Medico | 2009-03-18 | 1 | -3/+2 |
* | Update copyright headers. | Zac Medico | 2009-03-18 | 2 | -3/+3 |
* | In order to avoid possible duplicate elog messages when using ebuild(1) to | Zac Medico | 2009-03-18 | 1 | -0/+7 |
* | Bug #262365 - Punt the prepalldocs check until there is an alternative | Zac Medico | 2009-03-17 | 1 | -2/+0 |
* | Punt fix-db.py since it's not really needed. It's been broken since 2.1.6 | Zac Medico | 2009-03-17 | 1 | -181/+0 |
* | Bug #262485 - Handle InvalidAtom from dep_expand(). | Zac Medico | 2009-03-17 | 1 | -6/+7 |
* | Bug #262365 - Make the "portage.internal" category (prepalldocs check) a | Zac Medico | 2009-03-13 | 1 | -0/+1 |
* | Add missing brackets to [:upper:] and [:lower:] in _sb_append_var() tr | Zac Medico | 2009-03-13 | 1 | -1/+2 |
* | Filter _sb_append_var in save_ebuild_env(). | Zac Medico | 2009-03-12 | 1 | -1/+1 |
* | cleanup sandbox env var handling -- make sure we dont insert empty : sections... | Mike Frysinger | 2009-03-12 | 1 | -29/+27 |
* | Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]] | Zac Medico | 2009-03-12 | 1 | -2/+3 |
* | Use posix compatible find -perm arguments. Thanks to Timothy Redaelli | Zac Medico | 2009-03-12 | 1 | -2/+2 |
* | Also add an einfo binary. | Zac Medico | 2009-03-12 | 1 | -0/+1 |
* | Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for | Zac Medico | 2009-03-12 | 4 | -0/+11 |
* | Use ${x##*/} instead of calling basename. | Zac Medico | 2009-03-12 | 1 | -1/+1 |
* | Move ebuild helpers into an ebuild-helpers subdirectory. | Zac Medico | 2009-03-12 | 48 | -2/+4 |
* | Bug #261852 - If an unexpected exception is raise from emerge_main() then | Zac Medico | 2009-03-10 | 1 | -0/+16 |
* | Only execute src_test pre/post hooks when src_test is actually executed. | Zac Medico | 2009-03-09 | 1 | -4/+4 |
* | Add more QA warnings for econf calls during unexpected phases. Thanks to | Zac Medico | 2009-03-09 | 1 | -3/+12 |
* | When generating variable names to hold EXPORT_FUNCTIONS argument in, use | Zac Medico | 2009-03-09 | 1 | -6/+1 |
* | Use the ebuild_phase helper function to calls phase hooks and fix broken | Zac Medico | 2009-03-09 | 1 | -24/+18 |
* | Inside dyn_unpack(), only call pre/post phase hooks when src_unpack is | Zac Medico | 2009-03-09 | 1 | -2/+1 |
* | Make manifest mode with --force option cause existing digests to be replaced | Zac Medico | 2009-03-09 | 1 | -0/+39 |
* | Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] with | Zac Medico | 2009-03-09 | 1 | -6/+5 |
* | Generate a QA Notice when EXPORT_FUNCTIONS is called before inherit, since | Zac Medico | 2009-03-08 | 1 | -0/+7 |
* | for pointers cast to 32bit ints, we always want to abort on 64bit systems, no... | Mike Frysinger | 2009-03-08 | 1 | -7/+11 |
* | Fix typo from previous commit. | Zac Medico | 2009-03-08 | 1 | -1/+1 |
* | Also support + character in eclass names. | Zac Medico | 2009-03-08 | 1 | -1/+2 |
* | Translate period characters in eclass names when generating variable names | Zac Medico | 2009-03-08 | 1 | -3/+4 |
* | Make EXPORT_FUNCTIONS store it's arguments in an environment variable and | Zac Medico | 2009-03-08 | 1 | -12/+28 |
* | Revert previous 2 commits due to bugs. | Zac Medico | 2009-03-08 | 1 | -20/+12 |
* | Fix PECLASS logic inside inherit() so that ECLASS is always restored to the | Zac Medico | 2009-03-08 | 1 | -5/+7 |
* | Make EXPORT_FUNCTIONS store it's arguments in an environment variable and | Zac Medico | 2009-03-08 | 1 | -7/+13 |
* | Make glsa-check executable. | Zac Medico | 2009-03-04 | 1 | -0/+0 |
* | Fix vdb entry writting code in dyn_install() to avoid generating empty entries | Zac Medico | 2009-03-04 | 1 | -3/+4 |