summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup due ↵Pacho Ramos2014-01-055-13/+18
| | | | http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271273.html
* Fix twisted SRC_URI. Thanks to yac for the patch.Michał Górny2014-01-052-4/+7
|
* Add first changelog entry so echangelog does not act upAndreas K. Hüttel2014-01-011-2/+5
|
* Rotate ChangeLogAndreas K. Hüttel2014-01-012-3934/+3939
|
* Improve documentation on multilib_is_native_abi & multilib_build_binaries to ↵Michał Górny2013-12-312-11/+14
| | | | make it clear which one to use. Requested and reviewed by okias.
* elibtoolize: accept explicit dir args on command line #496320 by Arfrever ↵Mike Frysinger2013-12-312-13/+15
| | | | Frehtes Taifersar Arahesis
* fix cross-compiling a stage1 with gcc-4.8 -- we can't enable c++ right awayMike Frysinger2013-12-311-2/+2
|
* eat trailing whitespace -- no functional changesMike Frysinger2013-12-311-4/+4
|
* Add 3.0 support.Ryan Hill2013-12-302-7/+10
|
* force people to nicely upgrade to a stable version of gettext to avoid known ↵Mike Frysinger2013-12-301-2/+7
| | | | issues with old versions #496454
* For 4.8+ C++ is always enabled. We should eventually drop the cxx USE flag,Ryan Hill2013-12-302-2/+7
| | | | but who knows what that would break.
* Do not use subslots on dev-lang/perl in perl apps (as opposed to modules)Andreas K. Hüttel2013-12-292-3/+7
|
* Use subslot dependencies on dev-lang/perl if possible, bug 479298Andreas K. Hüttel2013-12-292-4/+21
|
* Update doc link to point to the docs on Wiki.Michał Górny2013-12-292-8/+11
|
* Fix typoJustin Lecher2013-12-281-2/+2
|
* Fix eclassdoc for einstalldocs.Michał Górny2013-12-282-3/+6
|
* Missed one.Ryan Hill2013-12-282-3/+6
|
* Use version ranges instead of case statements in gcc_do_filter_flags().Ryan Hill2013-12-282-57/+51
|
* Add tc_version_is_between() helper.Ryan Hill2013-12-282-9/+17
|
* Reintroduce texinfo patch to unbreak older versions (bug #496224).Ryan Hill2013-12-282-4/+8
|
* Spelling fixes.Robin H. Johnson2013-12-282-4/+7
|
* stub out the treelang info page in older gcc builds #496224 by Adam RandallMike Frysinger2013-12-271-1/+3
|
* add debug print function wrt #493214Julian Ospald2013-12-272-2/+21
|
* Initial EAPI support (bug #474358).Ryan Hill2013-12-272-214/+224
|
* Per discussion with Flameeyes, make -l and -L always valid, and only warn ↵Robin H. Johnson2013-12-272-10/+21
| | | | about other arguments to append-libs. Also document expected arguments to append-libs.
* There are usages in the tree of "append-libs $(pkg-config ...)"; if ↵Robin H. Johnson2013-12-272-3/+14
| | | | pkg-config returns something other than a library, append-libs can end up inserting -l-L/usr/lib64 or other weirdness. We need to check for these and warn about them.
* Document einstalldocs.Michał Górny2013-12-272-2/+29
|
* Add support for the ruby21 target.Hans de Graaff2013-12-262-2/+10
|
* Add another pathological use flag function, useno (inversion of use)Andreas K. Hüttel2013-12-242-2/+14
|
* Rename gtk USE flag to awt. Remove lto USE flag. Minor cleanup.Ryan Hill2013-12-232-38/+19
|
* rework how we disable makeinfo; and disable it completely for older ↵Mike Frysinger2013-12-221-7/+13
| | | | versions, not just releases #294617
* preliminary support for newer EAPIsMike Frysinger2013-12-221-6/+32
|
* modernize find usageMike Frysinger2013-12-221-5/+5
|
* tweak comments -- no functional changesMike Frysinger2013-12-221-4/+4
|
* Use eqmake4() from qmake-utils.eclassDavide Pesavento2013-12-212-176/+7
|
* Reorder by phase and group functions together with the phase that uses them.Ryan Hill2013-12-212-783/+774
| | | | No functional changes.
* add support for bash-3.2 which lacks $BASHPID as pointed out by Ryan HillMike Frysinger2013-12-211-2/+19
|
* Refactoring: Inline gcc-compiler-configure() into gcc_do_configure(). CleanRyan Hill2013-12-192-247/+251
| | | | up, sort and group options.
* Added HTTPS URL to EGIT_REPO_URI to allow live ebuilds to fetch data if ↵Sven Vermeulen2013-12-162-3/+7
| | | | firewall prohibits git (for SELinux eclass)
* use $CBUILD rather than uname for host detection #479656Mike Frysinger2013-12-071-2/+2
|
* Fix multiprocessing.eclass for non-Linux hostsJonathan Callen2013-12-062-4/+7
|
* Remove warning for uclibc if patching fails, bug #492640Anthony G. Basile2013-12-052-5/+5
|
* Check SECCOMP_FILTER kernel config option for Chromium sandbox, bug #490550 ↵Paweł Hajdan2013-12-042-3/+8
| | | | by ago.
* Remove pointless distutils-r1_python_test function.Mike Gilbert2013-12-032-11/+5
|
* add a /dev/fd sanity check #479656Mike Frysinger2013-12-031-1/+8
|
* add prefix support by Christoph Junghans #485438Mike Frysinger2013-12-031-16/+37
|
* Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. ↵Michał Górny2013-12-022-12/+13
| | | | Fixes bug #489842.
* Add qmake-utils eclass from Qt overlaySergey Popov2013-12-022-1/+249
|
* Always ensure MODULES_OPTIONAL_USE is in IUSE.Robin H. Johnson2013-12-012-3/+6
|
* MODULES_OPTIONAL_USE makes it possible to optionally use linux-mod without ↵Robin H. Johnson2013-12-012-5/+25
| | | | introducing dependencies on virtual/linux-sources or virtual/modutils where unwanted.