| Commit message (Expand) | Author | Age | Files | Lines |
* | fix eqawarn to always return 0; this matches portage behaviour which annoying... | ![](//www.gravatar.com/avatar/eb489443baef57ff4b83dd8bb6f77c0c?s=13&d=retro) Brian Harring | 2011-12-02 | 2 | -2/+8 |
* | previous commit inverted the tested values | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -3/+3 |
* | simplify kernel_is logic | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -20/+7 |
* | include $PWD in epatch log | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -2/+2 |
* | delete unsed generate_sparc_asm helper | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -62/+1 |
* | simplify default variable setup | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -6/+4 |
* | use `read` to simplify the creation of an array from a string | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -13/+7 |
* | simplify SLOT for cross-compiling ... this was a hold over from long ago when... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-02 | 1 | -6/+2 |
* | convert linux-2.4/gcc-4 check to gcc-4+ | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-01 | 1 | -2/+2 |
* | do not warn about /usr/src/linux cruft when installing kernel headers | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-01 | 1 | -2/+3 |
* | fix up python libstdc++ helpers: install the core code into the same place as... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-30 | 1 | -12/+20 |
* | Update supported pypy ABIs. | ![](//www.gravatar.com/avatar/bf219e061db62559f98f4f89b41d5131?s=13&d=retro) Dirkjan Ochtman | 2011-11-30 | 1 | -2/+2 |
* | ac_cv_search expects the library name to link, not "yes" #392471 by Ted Marston | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-29 | 1 | -2/+2 |
* | add USE=zlib support with newer binutils | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-29 | 1 | -1/+16 |
* | eat mangled whitespace pointed out by David James | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-29 | 1 | -3/+3 |
* | avoid IFS abuse by using `IFS=, read -a` to have bash create an array for us ... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-29 | 1 | -19/+10 |
* | tweak failure message as pointed out by David James | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-29 | 1 | -5/+6 |
* | Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclass | ![](//www.gravatar.com/avatar/328bf4bd70ce9d6830664fc38abb0fb9?s=13&d=retro) Jim Ramsay | 2011-11-28 | 1 | -11/+4 |
* | Revert making pushd/popd fatal due to humongous breakage. Add a warning messa... | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-11-27 | 2 | -10/+23 |
* | Denote that autotools-utils must not be mixed with econf/emake. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-11-27 | 2 | -3/+10 |
* | Remove implicit IUSE=debug deprecation warning. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-11-26 | 2 | -12/+5 |
* | Add failure handling for pushd/popd calls. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-11-26 | 2 | -11/+14 |
* | use egetshell helper from user eclass | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-26 | 1 | -3/+3 |
* | rewrite a bit of code to quote all user/group/shell/home strings | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-26 | 1 | -67/+56 |
* | re-use "eshell" when searching for a shell to avoid missing "local shell" dec... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-26 | 1 | -9/+7 |
* | do not touch sandbox settings since we only run in pkg_* funcs (where sandbox... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-26 | 1 | -8/+1 |
* | restrict enew{user,group} to pkg_{setup,preinst,postinst} | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-26 | 1 | -2/+3 |
* | set_java_env(): Substitute @SLOT@ in vm env files | ![](//www.gravatar.com/avatar/3f6faf341484531a1d0bebfe16bce789?s=13&d=retro) Ralph Sennhauser | 2011-11-24 | 2 | -3/+8 |
* | Dependency on <gawk-4 moved to virtuoso-server-6.1.{2,3}. | ![](//www.gravatar.com/avatar/e9d532f58bedb39d6f326b8ff8e0f3d6?s=13&d=retro) Maciej Mrozowski | 2011-11-24 | 2 | -5/+6 |
* | delete duplicate PHP_EXT_NAME block (same thing appears a few lines below) | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-24 | 1 | -8/+1 |
* | fix up copy & paste errors (same func/var name) | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-24 | 4 | -9/+9 |
* | fix @MAINTAINER formatting | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-22 | 3 | -9/+11 |
* | fix usage on get_version_component_range | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-22 | 1 | -2/+2 |
* | do not check config-lang.in in pkg_xxx funcs #391369 by Agostino Sarubbo | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-22 | 1 | -2/+2 |
* | assign nsplugins.eclass to mozilla herd, add share_plugins_dir function for m... | ![](//www.gravatar.com/avatar/20e4d201af523f82ee58c59bbd1f0f56?s=13&d=retro) Jory Pratt | 2011-11-21 | 2 | -5/+33 |
* | fix crashreporter useflag so it can be disabled | ![](//www.gravatar.com/avatar/20e4d201af523f82ee58c59bbd1f0f56?s=13&d=retro) Jory Pratt | 2011-11-21 | 2 | -3/+6 |
* | Move handling of PaX marking JVM executables to eclass. | ![](//www.gravatar.com/avatar/3f6faf341484531a1d0bebfe16bce789?s=13&d=retro) Ralph Sennhauser | 2011-11-21 | 2 | -3/+40 |
* | Fix live ebuilds. | ![](//www.gravatar.com/avatar/09a3dd58ed0dcb90229914fa7d419701?s=13&d=retro) Ryan Hill | 2011-11-21 | 2 | -4/+7 |
* | check cxx is in IUSE before trying to use it #391149 by Raúl Porcel | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-20 | 1 | -6/+8 |
* | see if the doc target exists before we try to build it #348626 by Thomas Kahle | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-20 | 1 | -2/+2 |
* | Add dependency on dev-util/pkgconfig (#385835 and #387783). | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2011-11-19 | 2 | -2/+6 |
* | Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup. | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2011-11-19 | 2 | -38/+32 |
* | Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709). | ![](//www.gravatar.com/avatar/c0ec075021a17d03df5c071ef5fac752?s=13&d=retro) Davide Pesavento | 2011-11-19 | 2 | -7/+18 |
* | do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it ... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-18 | 1 | -3/+1 |
* | Add DESTDIR-like variable to the example. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-11-18 | 2 | -5/+9 |
* | allow overlays to specify eclass overrides without breaking libtools lookup o... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-18 | 1 | -5/+16 |
* | Set VARTEXFONTS for doc generation, fix sandbox access violation on /var/cach... | ![](//www.gravatar.com/avatar/23b7c03bc5b805fe6fa90e8cf2f1d5c6?s=13&d=retro) Bernard Cafarelli | 2011-11-18 | 2 | -2/+9 |
* | Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to ... | ![](//www.gravatar.com/avatar/83b38e869a8891efc05dc07d13a69f70?s=13&d=retro) Tiziano Müller | 2011-11-17 | 2 | -3/+7 |
* | Drop the repetitive elogs about revdep rebuild control files for binary JVM's. | ![](//www.gravatar.com/avatar/bc05676f15dc8cc6335ad6ac0d1a0cc6?s=13&d=retro) Vlastimil Babka | 2011-11-15 | 2 | -7/+6 |
* | move away from $* to "$@" to pass args sanely | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-11-14 | 1 | -13/+12 |