| Commit message (Expand) | Author | Age | Files | Lines |
* | meson.eclass: implement basic cross-compiler support |  Mike Gilbert | 2017-05-31 | 1 | -17/+61 |
* | python-r1.eclass: Add python_gen_any_dep, to create any-of deps |  Michał Górny | 2017-05-29 | 1 | -0/+98 |
* | python-r1.eclass: Support python_check_deps() in python_setup |  Michał Górny | 2017-05-29 | 1 | -10/+38 |
* | python-r1.eclass: Inline implementation loop logic into python_setup |  Michał Górny | 2017-05-29 | 1 | -9/+26 |
* | python-r1.eclass: Move PYTHON_COMPAT_OVERRIDE warning into flag check |  Michał Górny | 2017-05-29 | 1 | -13/+18 |
* | distutils-r1.eclass: Reuse python_setup for common phases |  Michał Górny | 2017-05-29 | 1 | -13/+13 |
* | distutils-r1.eclass: Remove QA-warning for DISTUTILS_NO_PARALLEL_BUILD |  Michał Górny | 2017-05-29 | 1 | -9/+0 |
* | python-r1.eclass: Remove deprecated python_parallel_foreach_impl |  Michał Górny | 2017-05-29 | 1 | -35/+0 |
* | python-utils-r1.eclass: _python_impl_matches, handle both forms of impl |  Michał Górny | 2017-05-29 | 1 | -2/+4 |
* | distutils-r1.eclass: Use _python_impl_matches() |  Michał Górny | 2017-05-29 | 1 | -7/+10 |
* | python-r1.eclass: python_setup, add REQUIRED_USE to the example |  Michał Górny | 2017-05-29 | 1 | -0/+1 |
* | python-any-r1.eclass: python_gen_any_dep, add missing 'local i' |  Michał Górny | 2017-05-29 | 1 | -1/+1 |
* | qmake-utils.eclass: restore inherit eutils for EAPI < 6 |  Davide Pesavento | 2017-05-29 | 1 | -1/+1 |
* | kde5.eclass: Don't remove cmake_modules, simplify filtering LINGUAS |  Andreas Sturmlechner | 2017-05-28 | 1 | -6/+7 |
* | update RUBY_TARGETS preference order |  Hans de Graaff | 2017-05-28 | 1 | -2/+2 |
* | php-pear-lib-r1.eclass: Mark as dead |  Brian Evans | 2017-05-27 | 1 | -0/+1 |
* | php-pear-r2.eclass: Fix inverted test and bad variable reference |  Brian Evans | 2017-05-27 | 1 | -2/+3 |
* | qmake-utils.eclass: avoid dependency on eutils |  Davide Pesavento | 2017-05-27 | 1 | -2/+2 |
* | ros-catkin.eclass: Move catkin and empy deps to DEPEND, those are build only ... |  Alexis Ballier | 2017-05-26 | 1 | -2/+2 |
* | chromium-2.eclass: warn on CONFIG_GRKERNSEC |  Pawel Hajdan, Jr | 2017-05-24 | 1 | -1/+2 |
* | ssl-cert.eclass: Set default key length to 4096 bit and allow to specify mess... |  Thomas Deutschmann | 2017-05-24 | 1 | -3/+5 |
* | cmake-utils.eclass: Remove redundant enable_cmake-* functions |  Michał Górny | 2017-05-22 | 1 | -42/+22 |
* | kernel-2.eclass: Update eclass for new location for rc kernels > 1 |  Mike Pagano | 2017-05-22 | 1 | -1/+1 |
* | meson.eclass: misc improvements for #619178 |  Coacher | 2017-05-21 | 1 | -13/+18 |
* | cmake-utils.eclass: Drop _cmake_execute_optionally after WANT_CMAKE |  Andreas Sturmlechner | 2017-05-21 | 1 | -15/+5 |
* | cmake-utils.eclass: Remove PREFIX variable |  David Seifert | 2017-05-21 | 1 | -11/+5 |
* | cmake-utils.eclass: Remove support for EAPIs 0 - 4 |  David Seifert | 2017-05-21 | 1 | -12/+10 |
* | cmake-utils.eclass: Remove WANT_CMAKE and warn users |  David Seifert | 2017-05-21 | 1 | -28/+4 |
* | meson.eclass: new eclass for packages using the meson build system |  William Hubbs | 2017-05-20 | 1 | -0/+138 |
* | vala.eclass: Raise minimal vala version |  Mart Raudsepp | 2017-05-20 | 1 | -3/+3 |
* | mysql-multilib-r1.eclass: fix @ECLASS documentation wrt bug 618912 |  Brian Evans | 2017-05-19 | 1 | -1/+1 |
* | kernel-2.eclass: Fix file renaming for git-sources |  Mike Pagano | 2017-05-19 | 1 | -2/+2 |
* | kernel-2.eclass: Support new location and file type for git sources >= 4.12 |  Mike Pagano | 2017-05-18 | 1 | -3/+13 |
* | python-r1.eclass: fix python_setup |  Mike Gilbert | 2017-05-18 | 1 | -1/+1 |
* | qt5-build.eclass: remove dead code |  Davide Pesavento | 2017-05-18 | 1 | -6/+1 |
* | multilib.eclass: fix cross-compiling multilib ebuilds |  Tomasz Figa | 2017-05-16 | 1 | -1/+5 |
* | cargo.eclass: fix quoting/arg handling |  Mike Frysinger | 2017-05-16 | 1 | -3/+4 |
* | python-utils-r1.eclass: add more info to stub python wrappers |  Mike Frysinger | 2017-05-16 | 1 | -1/+1 |
* | python-utils-r1.eclass: support PYTHON_COMPAT_NO_STRICT variable |  Zac Medico | 2017-05-16 | 1 | -0/+13 |
* | python-single-r1.eclass: Document new pattern support |  Michał Górny | 2017-05-16 | 1 | -2/+23 |
* | python-r1.eclass: Document new pattern support |  Michał Górny | 2017-05-16 | 1 | -2/+29 |
* | python-utils-r1.eclass: Allow -2/-3 as impl-patterns for py2/py3 |  Michał Górny | 2017-05-16 | 1 | -3/+11 |
* | python-single-r1.eclass: python_gen_impl_dep, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -8/+5 |
* | python-single-r1.eclass: python_gen_cond_dep, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -15/+11 |
* | python-single-r1.eclass: python_gen_useflags, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -8/+4 |
* | python-single-r1.eclass: python_gen_usedep, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -11/+7 |
* | python-r1.eclass: python_setup, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -6/+3 |
* | python-r1.eclass: python_gen_impl_dep, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -11/+6 |
* | python-r1.eclass: python_gen_cond_dep, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -16/+11 |
* | python-r1.eclass: python_gen_useflags, use _python_impl_matches() |  Michał Górny | 2017-05-16 | 1 | -8/+4 |