| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add DESTDIR-like variable to the example. | Michał Górny | 2011-11-18 | 2 | -5/+9 |
* | allow overlays to specify eclass overrides without breaking libtools lookup o... | Mike Frysinger | 2011-11-18 | 1 | -5/+16 |
* | Set VARTEXFONTS for doc generation, fix sandbox access violation on /var/cach... | Bernard Cafarelli | 2011-11-18 | 2 | -2/+9 |
* | Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to ... | Tiziano Müller | 2011-11-17 | 2 | -3/+7 |
* | Drop the repetitive elogs about revdep rebuild control files for binary JVM's. | Vlastimil Babka | 2011-11-15 | 2 | -7/+6 |
* | move away from $* to "$@" to pass args sanely | Mike Frysinger | 2011-11-14 | 1 | -13/+12 |
* | migrate USE=nocxx to USE=cxx | Mike Frysinger | 2011-11-14 | 1 | -11/+18 |
* | add a --force flag to elibtoolize so that eautoreconf can make sure it runs e... | Mike Frysinger | 2011-11-14 | 2 | -4/+14 |
* | Remove obsolete xorg-x11 dep from mozconfig-3 | Nirbheek Chauhan | 2011-11-14 | 2 | -3/+5 |
* | Add gnome2_environment_reset() to reset env variables that often cause build ... | Alexandre Rostovtsev | 2011-11-14 | 3 | -5/+35 |
* | Restore ${S} fallback, but with a deprecation notice saying that it will be r... | Davide Pesavento | 2011-11-12 | 2 | -2/+19 |
* | Set qt@g.o as maintainer, minor cleanups (quoting, whitespace, etc.) | Davide Pesavento | 2011-11-12 | 2 | -24/+29 |
* | Remove ${S} fallback from src_unpack, set qt@g.o as maintainer, remove unnece... | Davide Pesavento | 2011-11-12 | 2 | -22/+17 |
* | Add java-vm_sandbox-predict for installing a sandbox control file along with ... | Ralph Sennhauser | 2011-11-12 | 2 | -3/+29 |
* | Multiple fixups of array handling. | Tomas Chvatal | 2011-11-12 | 1 | -14/+18 |
* | Test that appended flags are valid. This allows people to add flags that were... | Ryan Hill | 2011-11-11 | 2 | -7/+11 |
* | Allow webm support to be enabled in thunderbird | Jory Pratt | 2011-11-11 | 1 | -18/+16 |
* | gnome-desktop-sharp stuff need gnome-desktop:2, bug #389181 by Kacper Kowalik. | Pacho Ramos | 2011-11-10 | 2 | -2/+7 |
* | Add patch applied detection comment | Naohiro Aota | 2011-11-10 | 2 | -2/+7 |
* | pull some more deps out of the ebuilds (gcj/fortran/mpfr), and convert a few ... | Mike Frysinger | 2011-11-09 | 1 | -8/+24 |
* | Fix sandbox access violation on /root/GNUstep, bug #383665 | Bernard Cafarelli | 2011-11-08 | 2 | -7/+7 |
* | Modify to support new location of 2.6 kernels on kernel.org and mirrors | Mike Pagano | 2011-11-08 | 2 | -4/+13 |
* | Change possible mis-used ${action} to ${db} | Naohiro Aota | 2011-11-04 | 2 | -4/+7 |
* | Created ChangeLog | Andreas K. Hüttel | 2011-11-03 | 1 | -0/+7 |