| Commit message (Expand) | Author | Age | Files | Lines |
* | Only depend on AUTOTOOLS_DEPEND when pulling xfce4-dev-tools, so use AUTOTOOL... | Samuli Suominen | 2011-12-03 | 1 | -2/+4 |
* | Sync eclasses from Emacs overlay (revision 1752). | Ulrich Müller | 2011-12-03 | 3 | -6/+23 |
* | convert GCCMAJOR/GCCMINOR checking to tc_version_is_at_least when possible | Mike Frysinger | 2011-12-03 | 1 | -13/+9 |
* | drop protoize/unprotoize altogether since upstream has deprecated it | Mike Frysinger | 2011-12-03 | 1 | -10/+1 |
* | delete hardened code that is only used in gcc-3.x versions (as we no longer s... | Mike Frysinger | 2011-12-02 | 1 | -86/+1 |
* | find the C++ man page dir dynamically to handle gcc-4.3+ #273654 by David Flo... | Mike Frysinger | 2011-12-02 | 1 | -2/+2 |
* | fix eqawarn to always return 0; this matches portage behaviour which annoying... | Brian Harring | 2011-12-02 | 2 | -2/+8 |
* | previous commit inverted the tested values | Mike Frysinger | 2011-12-02 | 1 | -3/+3 |
* | simplify kernel_is logic | Mike Frysinger | 2011-12-02 | 1 | -20/+7 |
* | include $PWD in epatch log | Mike Frysinger | 2011-12-02 | 1 | -2/+2 |
* | delete unsed generate_sparc_asm helper | Mike Frysinger | 2011-12-02 | 1 | -62/+1 |
* | simplify default variable setup | Mike Frysinger | 2011-12-02 | 1 | -6/+4 |
* | use `read` to simplify the creation of an array from a string | Mike Frysinger | 2011-12-02 | 1 | -13/+7 |
* | simplify SLOT for cross-compiling ... this was a hold over from long ago when... | Mike Frysinger | 2011-12-02 | 1 | -6/+2 |
* | convert linux-2.4/gcc-4 check to gcc-4+ | Mike Frysinger | 2011-12-01 | 1 | -2/+2 |
* | do not warn about /usr/src/linux cruft when installing kernel headers | Mike Frysinger | 2011-12-01 | 1 | -2/+3 |
* | fix up python libstdc++ helpers: install the core code into the same place as... | Mike Frysinger | 2011-11-30 | 1 | -12/+20 |
* | Update supported pypy ABIs. | Dirkjan Ochtman | 2011-11-30 | 1 | -2/+2 |
* | ac_cv_search expects the library name to link, not "yes" #392471 by Ted Marston | Mike Frysinger | 2011-11-29 | 1 | -2/+2 |
* | add USE=zlib support with newer binutils | Mike Frysinger | 2011-11-29 | 1 | -1/+16 |
* | eat mangled whitespace pointed out by David James | Mike Frysinger | 2011-11-29 | 1 | -3/+3 |
* | avoid IFS abuse by using `IFS=, read -a` to have bash create an array for us ... | Mike Frysinger | 2011-11-29 | 1 | -19/+10 |
* | tweak failure message as pointed out by David James | Mike Frysinger | 2011-11-29 | 1 | -5/+6 |
* | Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclass | Jim Ramsay | 2011-11-28 | 1 | -11/+4 |
* | Revert making pushd/popd fatal due to humongous breakage. Add a warning messa... | Michał Górny | 2011-11-27 | 2 | -10/+23 |
* | Denote that autotools-utils must not be mixed with econf/emake. | Michał Górny | 2011-11-27 | 2 | -3/+10 |
* | Remove implicit IUSE=debug deprecation warning. | Michał Górny | 2011-11-26 | 2 | -12/+5 |
* | Add failure handling for pushd/popd calls. | Michał Górny | 2011-11-26 | 2 | -11/+14 |
* | use egetshell helper from user eclass | Mike Frysinger | 2011-11-26 | 1 | -3/+3 |
* | rewrite a bit of code to quote all user/group/shell/home strings | Mike Frysinger | 2011-11-26 | 1 | -67/+56 |
* | re-use "eshell" when searching for a shell to avoid missing "local shell" dec... | Mike Frysinger | 2011-11-26 | 1 | -9/+7 |
* | do not touch sandbox settings since we only run in pkg_* funcs (where sandbox... | Mike Frysinger | 2011-11-26 | 1 | -8/+1 |
* | restrict enew{user,group} to pkg_{setup,preinst,postinst} | Mike Frysinger | 2011-11-26 | 1 | -2/+3 |
* | set_java_env(): Substitute @SLOT@ in vm env files | Ralph Sennhauser | 2011-11-24 | 2 | -3/+8 |
* | Dependency on <gawk-4 moved to virtuoso-server-6.1.{2,3}. | Maciej Mrozowski | 2011-11-24 | 2 | -5/+6 |
* | delete duplicate PHP_EXT_NAME block (same thing appears a few lines below) | Mike Frysinger | 2011-11-24 | 1 | -8/+1 |
* | fix up copy & paste errors (same func/var name) | Mike Frysinger | 2011-11-24 | 4 | -9/+9 |
* | fix @MAINTAINER formatting | Mike Frysinger | 2011-11-22 | 3 | -9/+11 |
* | fix usage on get_version_component_range | Mike Frysinger | 2011-11-22 | 1 | -2/+2 |
* | do not check config-lang.in in pkg_xxx funcs #391369 by Agostino Sarubbo | Mike Frysinger | 2011-11-22 | 1 | -2/+2 |
* | assign nsplugins.eclass to mozilla herd, add share_plugins_dir function for m... | Jory Pratt | 2011-11-21 | 2 | -5/+33 |
* | fix crashreporter useflag so it can be disabled | Jory Pratt | 2011-11-21 | 2 | -3/+6 |
* | Move handling of PaX marking JVM executables to eclass. | Ralph Sennhauser | 2011-11-21 | 2 | -3/+40 |
* | Fix live ebuilds. | Ryan Hill | 2011-11-21 | 2 | -4/+7 |
* | check cxx is in IUSE before trying to use it #391149 by Raúl Porcel | Mike Frysinger | 2011-11-20 | 1 | -6/+8 |
* | see if the doc target exists before we try to build it #348626 by Thomas Kahle | Mike Frysinger | 2011-11-20 | 1 | -2/+2 |
* | Add dependency on dev-util/pkgconfig (#385835 and #387783). | Davide Pesavento | 2011-11-19 | 2 | -2/+6 |
* | Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup. | Davide Pesavento | 2011-11-19 | 2 | -38/+32 |
* | Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709). | Davide Pesavento | 2011-11-19 | 2 | -7/+18 |
* | do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it ... | Mike Frysinger | 2011-11-18 | 1 | -3/+1 |