summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Remove old VIMRUNTIME warning.Tim Harder2013-06-112-11/+5
|
* Replace backticks with $(...).Tim Harder2013-06-092-11/+14
|
* Remove old runtime and netrw snapshot unpacking support.Tim Harder2013-06-092-22/+5
|
* Do not require fontconfig at runtime, it isn't necessary for many purposes, ↵Luca Barbato2013-06-092-6/+10
| | | | thanks to Nikoli for the original patch
* Convert econfargs from an ECLASS-VARIABLE to a function-specifc VARIABLE for ↵Mike Gilbert2013-06-072-18/+22
| | | | autotools-utils_src_configure.
* Improve docs for PYTHON and EPYTHON.Mike Gilbert2013-06-072-7/+30
|
* Trivial sync with qt overlay.Davide Pesavento2013-06-031-9/+12
|
* Clarify that only CONFIG processing is skipped.Davide Pesavento2013-06-031-2/+2
|
* Add support for EQMAKE4_EXCLUDE.Davide Pesavento2013-06-032-13/+33
|
* force libcap until the libcap-ng bugs can get sorted out #471414Mike Frysinger2013-06-021-2/+3
|
* Fix REQUIRED_USE with PHP_EXT_OPTIONAL_USE set. Fixes REQUIRED_USE ↵Robin H. Johnson2013-06-012-4/+9
| | | | unsatisfied constraints triggered by "USE=-php PHP_TARGETS= emerge media-libs/ming".
* Quote DISTDIR.Hans de Graaff2013-06-012-5/+12
|
* Remove unnecessary blank IUSE.Tim Harder2013-06-012-3/+5
|
* Don't set SRC_URI for live ebuilds.Tim Harder2013-06-012-4/+9
|
* fcaps: _libcap_ng_verify: check the exit code of filecap in the pipeline and ↵Mike Frysinger2013-06-011-2/+3
| | | | not the sed/sort commands
* Remove here-doc write failure handlers due to bug #471926.Michał Górny2013-05-313-5/+9
|
* Use cat rather than echo for heredoc output :).Michał Górny2013-05-312-3/+6
|
* Add PYTHON_REQUIRED_USE for python-single-r1.Tim Harder2013-05-302-2/+6
|
* Ensure plugins/extensions are in correct place for >=firefox{-bin}-21.0Jory Pratt2013-05-283-6/+25
|
* Bug #437386: FreeBSD netqmail support. FreeBSD does not have a "root" group, ↵Robin H. Johnson2013-05-271-15/+16
| | | | it has "wheel" instead.
* Pass --enable-compile-warnings=minimum as we don't want -Werror* flags, bug ↵Pacho Ramos2013-05-262-2/+11
| | | | #471336
* enable thumb mode by default for arm targets that are using the ↵Mike Frysinger2013-05-241-1/+4
| | | | microcontroller profile #418209 by Jiri Pittner & Boris Vingradov
* Add mono-env.eclass to start a migration to simpler dotnet related eclasses, ↵Pacho Ramos2013-05-242-1/+48
| | | | http://www.gossamer-threads.com/lists/gentoo/dev/270881
* Reword sentences a bitPacho Ramos2013-05-242-4/+7
|
* Fix the race condition in locking code by using $BASHPID instead of $$.Michał Górny2013-05-242-3/+6
|
* Use portable locking code from Fabian Groffen. Bug #466554.Michał Górny2013-05-232-16/+20
|
* quote $ECONF_SOURCEMike Frysinger2013-05-231-7/+7
|
* use arrays & globs to get slightly better dynamic coverage for config.sub ↵Mike Frysinger2013-05-221-10/+8
| | | | lookups #470146
* Fix the libtool check, bug #470938.Michał Górny2013-05-222-3/+6
|
* adjust case indentation so it is consistent in the whole fileMike Frysinger2013-05-211-79/+79
|
* convert confgcc to an array to avoid overloading $@ and to clean things up a ↵Mike Frysinger2013-05-211-100/+116
| | | | bit -- hopefully no real functional changes here
* Replace the .la sanity check by one used in libtool itself. Fixes removing ↵Michał Górny2013-05-212-7/+14
| | | | qmake-generated .la files, bug #470206.
* epatch: turn qa warning to hard failure w/relative paths in patches as ↵Mike Frysinger2013-05-211-4/+9
| | | | people have had over 2 years to clean things up
* Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1.Mike Gilbert2013-05-214-7/+51
|
* Add a note informing people a file is being installed for future reference, ↵Pacho Ramos2013-05-182-2/+10
| | | | http://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg58207.html
* Fix a typo in pax-utils.eclassMagnus Granberg2013-05-181-2/+2
|
* Remove eclasses marked as dead for quite some time.Tomas Chvatal2013-05-174-222/+5
|
* Mark eclass as dead to be removed in 30 days.Tomas Chvatal2013-05-172-3/+7
|
* Support new plugins directory on Firefox >= 21.0 (bug #469932)Jeff Horelick2013-05-172-5/+12
|
* Remove unused src_unpack function.Tim Harder2013-05-172-7/+5
|
* Migrate from supporting cvs to mercurial for live builds.Tim Harder2013-05-172-57/+45
|
* Check for lspci before use.Jeroen Roovers2013-05-162-3/+9
|
* prune_libtool_files: do not remove .la files which are not libtool files. ↵Michał Górny2013-05-152-56/+69
| | | | Fixes bug #468380.
* Explicitly disable lto in 4.5 to stop configure from helpfully re-enabling ↵Ryan Hill2013-05-152-3/+11
| | | | it when libelf is present.
* Rename test USE flag to regression-test.Ryan Hill2013-05-152-7/+17
|
* Add lto USE flag for all versions. Drop LTO support for 4.5.Ryan Hill2013-05-152-12/+7
|
* tc-arch: add more targets that are in at least linux-3.9Mike Frysinger2013-05-141-1/+9
|
* disable libatomic when building a stage1 gcc compilerMike Frysinger2013-05-141-3/+5
|
* Enable EAPI=4 on multilib eclasses.Michał Górny2013-05-143-7/+11
|
* Added 'ghc-supports-smp' and 'ghc-supports-dynamic-by-default' helpers. ↵Sergei Trofimovich2013-05-113-6/+46
| | | | Added hint for users to run 'haskell-updater' if configure phase failed.