summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Dependency on <gawk-4 moved to virtuoso-server-6.1.{2,3}.Maciej Mrozowski2011-11-242-5/+6
|
* delete duplicate PHP_EXT_NAME block (same thing appears a few lines below)Mike Frysinger2011-11-241-8/+1
|
* fix up copy & paste errors (same func/var name)Mike Frysinger2011-11-244-9/+9
|
* 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 ↵Jory Pratt2011-11-212-5/+33
| | | | mozilla applications.
* 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
| | | | breaks `FEATURES=noauto ebuild <ebuild> clean setup unpack prepare configure ...` workflows
* Add DESTDIR-like variable to the example.Michał Górny2011-11-182-5/+9
|
* allow overlays to specify eclass overrides without breaking libtools lookup ↵Mike Frysinger2011-11-181-5/+16
| | | | of local patches #389009
* Set VARTEXFONTS for doc generation, fix sandbox access violation on ↵Bernard Cafarelli2011-11-182-2/+9
| | | | /var/cache/fonts
* Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to ↵Tiziano Müller2011-11-172-3/+7
| | | | fail (bug #388673).
* 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 ↵Mike Frysinger2011-11-142-4/+14
| | | | even in face of poor interactions with earlier ebuilds/eclasses code #232820
* 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
| | | | or test failures (most recently bug #380639). The XDG_* resetting code had been tested in the gnome overlay for months with good results.
* Restore ${S} fallback, but with a deprecation notice saying that it will be ↵Davide Pesavento2011-11-122-2/+19
| | | | removed in 30 days.
* 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 ↵Davide Pesavento2011-11-122-22/+17
| | | | unnecessary quoting.
* Add java-vm_sandbox-predict for installing a sandbox control file along with ↵Ralph Sennhauser2011-11-122-3/+29
| | | | any JVM that needs it. Bug 388937#c1
* Multiple fixups of array handling.Tomas Chvatal2011-11-121-14/+18
|
* Test that appended flags are valid. This allows people to add flags that ↵Ryan Hill2011-11-112-7/+11
| | | | were unsupported in earlier releases without needing to do version checking.
* 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
| | | | stragglers to new in_iuse/use_if_iuse helpers
* 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 ↵Mike Frysinger2011-11-032-3/+23
| | | | directly for this
* egethome: check arguments to verify correct usageMike Frysinger2011-11-031-1/+3
|
* restore egethome as some packages in the tree have been parsing getent ↵Mike Frysinger2011-11-032-3/+21
| | | | directly for this
* 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
|