summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* fix @MAINTAINER formattingMike Frysinger2011-11-223-9/+11
* fix usage on get_version_component_rangeMike Frysinger2011-11-221-2/+2
* do not check config-lang.in in pkg_xxx funcs #391369 by Agostino SarubboMike Frysinger2011-11-221-2/+2
* assign nsplugins.eclass to mozilla herd, add share_plugins_dir function for m...Jory Pratt2011-11-212-5/+33
* fix crashreporter useflag so it can be disabledJory Pratt2011-11-212-3/+6
* Move handling of PaX marking JVM executables to eclass.Ralph Sennhauser2011-11-212-3/+40
* Fix live ebuilds.Ryan Hill2011-11-212-4/+7
* check cxx is in IUSE before trying to use it #391149 by Raúl PorcelMike Frysinger2011-11-201-6/+8
* see if the doc target exists before we try to build it #348626 by Thomas KahleMike Frysinger2011-11-201-2/+2
* Add dependency on dev-util/pkgconfig (#385835 and #387783).Davide Pesavento2011-11-192-2/+6
* Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup.Davide Pesavento2011-11-192-38/+32
* Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709).Davide Pesavento2011-11-192-7/+18
* do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it ...Mike Frysinger2011-11-181-3/+1
* Add DESTDIR-like variable to the example.Michał Górny2011-11-182-5/+9
* allow overlays to specify eclass overrides without breaking libtools lookup o...Mike Frysinger2011-11-181-5/+16
* Set VARTEXFONTS for doc generation, fix sandbox access violation on /var/cach...Bernard Cafarelli2011-11-182-2/+9
* Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to ...Tiziano Müller2011-11-172-3/+7
* Drop the repetitive elogs about revdep rebuild control files for binary JVM's.Vlastimil Babka2011-11-152-7/+6
* move away from $* to "$@" to pass args sanelyMike Frysinger2011-11-141-13/+12
* migrate USE=nocxx to USE=cxxMike Frysinger2011-11-141-11/+18
* add a --force flag to elibtoolize so that eautoreconf can make sure it runs e...Mike Frysinger2011-11-142-4/+14
* Remove obsolete xorg-x11 dep from mozconfig-3Nirbheek Chauhan2011-11-142-3/+5
* Add gnome2_environment_reset() to reset env variables that often cause build ...Alexandre Rostovtsev2011-11-143-5/+35
* Restore ${S} fallback, but with a deprecation notice saying that it will be r...Davide Pesavento2011-11-122-2/+19
* Set qt@g.o as maintainer, minor cleanups (quoting, whitespace, etc.)Davide Pesavento2011-11-122-24/+29
* Remove ${S} fallback from src_unpack, set qt@g.o as maintainer, remove unnece...Davide Pesavento2011-11-122-22/+17
* Add java-vm_sandbox-predict for installing a sandbox control file along with ...Ralph Sennhauser2011-11-122-3/+29
* Multiple fixups of array handling.Tomas Chvatal2011-11-121-14/+18
* Test that appended flags are valid. This allows people to add flags that were...Ryan Hill2011-11-112-7/+11
* Allow webm support to be enabled in thunderbirdJory Pratt2011-11-111-18/+16
* gnome-desktop-sharp stuff need gnome-desktop:2, bug #389181 by Kacper Kowalik.Pacho Ramos2011-11-102-2/+7
* Add patch applied detection commentNaohiro Aota2011-11-102-2/+7
* pull some more deps out of the ebuilds (gcj/fortran/mpfr), and convert a few ...Mike Frysinger2011-11-091-8/+24
* Fix sandbox access violation on /root/GNUstep, bug #383665Bernard Cafarelli2011-11-082-7/+7
* Modify to support new location of 2.6 kernels on kernel.org and mirrorsMike Pagano2011-11-082-4/+13
* Change possible mis-used ${action} to ${db}Naohiro Aota2011-11-042-4/+7
* Created ChangeLogAndreas K. Hüttel2011-11-031-0/+7
* clean up enew{user,group} and drop the [extra] argument as no one is using itMike Frysinger2011-11-031-79/+43
* restore egetshell as some packages in the tree have been parsing getent direc...Mike Frysinger2011-11-032-3/+23
* egethome: check arguments to verify correct usageMike Frysinger2011-11-031-1/+3
* restore egethome as some packages in the tree have been parsing getent direct...Mike Frysinger2011-11-032-3/+21
* clean up egetent style to make it clear how it worksMike Frysinger2011-11-031-19/+34
* add some checks for the existence of directories/makefiles to dummy_mkAlexis Ballier2011-11-021-1/+3
* Whitespace.Jeroen Roovers2011-11-021-2/+2
* xorg-2.eclass: bump util-macros dependencyChí-Thanh Christopher Nguyễn2011-11-011-2/+2
* drop unused funcsMike Frysinger2011-10-312-56/+7
* Fix xpi_unpack to support current directory, bug #388181Jory Pratt2011-10-311-4/+8
* use tc_version_is_at_least rather than parsing GCC_BRANCH_VER for lto handlingMike Frysinger2011-10-311-3/+6
* further simplify IUSE/nossp updatingMike Frysinger2011-10-311-7/+4
* Support setting common SCons arguments using myesconsargs.Michał Górny2011-10-301-9/+26