| Commit message (Expand) | Author | Age | Files | Lines |
* | escape the brackets so that globbing doesnt kick in, or in the nullglob case,... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 1 | -15/+9 |
* | extend eshopts test coverage | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 2 | -5/+43 |
* | check return values of all push/pop calls | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 1 | -3/+11 |
* | keep die message updates in eshopts_{push,pop} to $FUNCNAME | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 1 | -7/+7 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 1 | -1/+5 |
* | this eclass does not seem to use eutils.eclass, so drop the inherit | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 1 | -3/+1 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-17 | 1 | -1/+6 |
* | Revert old eshopts_{pop,push} implementations until new ones pass unit tests.... | ![](//www.gravatar.com/avatar/e9d532f58bedb39d6f326b8ff8e0f3d6?s=13&d=retro) Maciej Mrozowski | 2011-12-17 | 2 | -11/+19 |
* | Add new unit test for bug 395025 | ![](//www.gravatar.com/avatar/e9d532f58bedb39d6f326b8ff8e0f3d6?s=13&d=retro) Maciej Mrozowski | 2011-12-17 | 1 | -0/+11 |
* | small testsuite for estack push/pop and friends | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-16 | 1 | -0/+42 |
* | add new generic stack helpers estack_{push,pop}, rebase eshopts_{push,pop} on... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-16 | 1 | -14/+78 |
* | Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the non-FHS-com... | ![](//www.gravatar.com/avatar/9a6b69373d732a007a39bfca0b52ac4d?s=13&d=retro) Jonathan Callen | 2011-12-16 | 2 | -4/+12 |
* | --with-abi support for amd64 has not yet been merged into master #394823 by H... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-16 | 1 | -5/+4 |
* | Add app-arch/xz-utils dependency to leechcraft.eclass | ![](//www.gravatar.com/avatar/4e9823042d54d526923b13e0bad59eba?s=13&d=retro) Maxim Koltsov | 2011-12-16 | 2 | -2/+6 |
* | simplify gcc_version_patch slightly | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-15 | 1 | -8/+6 |
* | Update leechcraft eclass to new filename suffix | ![](//www.gravatar.com/avatar/4e9823042d54d526923b13e0bad59eba?s=13&d=retro) Maxim Koltsov | 2011-12-15 | 2 | -4/+13 |
* | replace `want_boundschecking` with `use_if_iuse boundschecking` since they ha... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-15 | 1 | -20/+12 |
* | relocate tests to tests/ subdir | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-15 | 2 | -27/+51 |
* | relocate tests to tests/ subdir | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-15 | 2 | -190/+198 |
* | add some test status helpers to simplify management of i/o and exit status | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-15 | 5 | -16/+31 |
* | import KV_to_int and friends since a few eclasses still want it ... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-15 | 1 | -0/+41 |
* | create backing store dirs with group write perms so that people can more easi... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 3 | -7/+7 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -1/+6 |
* | Merge category dev-php5 into dev-php (bug #324665) | ![](//www.gravatar.com/avatar/e21d9aba4f46bb12022fb40beb503712?s=13&d=retro) Matti Bickel | 2011-12-14 | 2 | -5/+4 |
* | fix thinko with array handling when injecting args into the cmdline | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -6/+6 |
* | Adjust ChangeLog message to be more conservative. | ![](//www.gravatar.com/avatar/42464f222f0120b472f72bf6c422fb43?s=13&d=retro) Alexandre Rostovtsev | 2011-12-14 | 1 | -3/+3 |
* | Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since... | ![](//www.gravatar.com/avatar/42464f222f0120b472f72bf6c422fb43?s=13&d=retro) Alexandre Rostovtsev | 2011-12-14 | 3 | -6/+12 |
* | push down AT_M4DIR handling into autotools_run_tool to keep the callers simpl... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -13/+28 |
* | drop old M4DIR support since we have AT_M4DIR and the tree uses only that, an... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -3/+5 |
* | Added -m32 to CFLAGS_sparc32. Allows to build sparc64-* multilib toolchain wi... | ![](//www.gravatar.com/avatar/1be5b056f9ea2711489589f41227f5a0?s=13&d=retro) Sergei Trofimovich | 2011-12-14 | 2 | -3/+7 |
* | drop check_license now that the PM supports ACCEPT_LICENSE natively | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -60/+3 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -1/+6 |
* | drop GAMES_CHECK_LICENSE now that portage supports ACCEPT_LICENSE in stable | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -2/+1 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -1/+6 |
* | autotools-utils: drop base.eclass inherit and thus src_unpack() export. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-12-14 | 2 | -7/+54 |
* | initial AT_SYS_M4DIR for weird system integrators (cross-compiling/prefix/etc... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-13 | 1 | -7/+13 |
* | unify duplicated code for extracting values from traced variables | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-13 | 1 | -26/+13 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-13 | 1 | -1/+6 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-13 | 1 | -1/+6 |
* | Improve die-EAPI checking code. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-12-13 | 1 | -2/+2 |
* | No longer require JDK for installing java binpkg. #206024 | ![](//www.gravatar.com/avatar/3f6faf341484531a1d0bebfe16bce789?s=13&d=retro) Ralph Sennhauser | 2011-12-13 | 2 | -2/+12 |
* | automatically create a tarball of all config.log files when we fail, and tell... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-13 | 1 | -1/+11 |
* | add git support | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-12 | 1 | -12/+31 |
* | set bugurl to the Gentoo bugzilla | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-12 | 1 | -1/+2 |
* | merge kernel_is updates between kernel-2 and linux-info eclasses | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-12 | 2 | -30/+18 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-10 | 3 | -3/+18 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-10 | 1 | -3/+7 |
* | avoid multiple inclusions when possible to speed caching up | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-10 | 1 | -3/+7 |
* | avoid `ls` when a shell glob works (to avoid possible `ls` issues) | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-10 | 2 | -7/+8 |
* | Handle sparc64-* in arch configuration. | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2011-12-10 | 2 | -10/+13 |