Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kde4-base.eclass: Exception for kde-apps/kdesu KDE_HANDBOOK, default off | Andreas Sturmlechner | 2016-01-26 | 1 | -1/+5 |
| | |||||
* | cmake-utils.eclass: enable EAPI 6 | Michael Palimaka | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | cmake-utils.eclass: ban helper functions in EAPI 6 and later | Michael Palimaka | 2016-01-26 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | The affected helpers are: * cmake-utils_use_build * cmake-utils_use_disable * cmake-utils_use_enable * cmake-utils_use_has * cmake-utils_use_no * cmake-utils_use_use * cmake-utils_use_want * cmake-utils_use_with * cmake-utils_use * cmake-utils_useno https://archives.gentoo.org/gentoo-dev/message/6ff6dedb44fff4289764dc5eb960e1c6 Gentoo-bug: 514384 | ||||
* | cmake-utils.eclass: require two arguments for cmake-utils_use_find_package ↵ | Michael Palimaka | 2016-01-26 | 1 | -2/+8 |
| | | | | | | in EAPI 6 and later This will allow us to remove the capitalisation variants code later. | ||||
* | cmake-utils.eclass: use default_src_prepare in EAPI 6 and later | Michael Palimaka | 2016-01-26 | 1 | -6/+9 |
| | |||||
* | cmake-utils.eclass: ban non-array usage of mycmakeargs in EAPI 6 and later | Michael Palimaka | 2016-01-26 | 1 | -1/+5 |
| | |||||
* | cmake-utils.eclass: move $S modifications to src_prepare in EAPI 6 and later | Michael Palimaka | 2016-01-26 | 1 | -17/+27 |
| | | | | | | | This is the correct phase for source modifications, and additionally avoids a multilib race condition. Gentoo-bug: 513170 | ||||
* | cmake-utils.eclass: namespace some private functions | Michael Palimaka | 2016-01-26 | 1 | -33/+33 |
| | |||||
* | cmake-utils.eclass: replace comment_add_subdirectory with a namespaced version | Michael Palimaka | 2016-01-26 | 1 | -2/+13 |
| | |||||
* | cmake-utils.eclass: ban WANT_CMAKE in EAPI 6 and later | Michael Palimaka | 2016-01-26 | 1 | -0/+3 |
| | | | | | It is basically unused across the tree and complicates the eclass. If it were needed, it might be better to write custom ebuild phase functions instead. | ||||
* | cmake-utils.eclass: remove duplicate CMAKE_REMOVE_MODULES | Michael Palimaka | 2016-01-26 | 1 | -1/+0 |
| | |||||
* | cmake-utils.eclass: use a proper if statement | Michael Palimaka | 2016-01-26 | 1 | -2/+2 |
| | |||||
* | cmake-utils.eclass: check exit codes of executed commands | Nikoli | 2016-01-26 | 1 | -2/+2 |
| | | | | Gentoo-bug: 544966 | ||||
* | cmake-utils.eclass: declare some variables local | Michael Palimaka | 2016-01-26 | 1 | -2/+2 |
| | | | | | | Prevents them from spanning multilibs. Gentoo-bug: 513170 | ||||
* | cmake-utils.eclass: reorder a bit | Michael Palimaka | 2016-01-26 | 1 | -9/+10 |
| | |||||
* | Update copyright year to 2016. | Joshua Kinard | 2016-01-25 | 3 | -3/+3 |
| | |||||
* | Change maintainer for linux-mod and linux-info eclasses to kernel@gentoo.org. | Joshua Kinard | 2016-01-25 | 2 | -2/+2 |
| | |||||
* | Change kernel-2 maintainer to kernel@gentoo.org | Joshua Kinard | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | readme.gentoo.eclass: QA warn for deprecation of readme.gentoo.eclass | Justin Lecher | 2016-01-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | No spamming in global scope please. Revert "readme.gentoo.eclass: QA warning ↵ | Andreas K. Hüttel | 2016-01-24 | 1 | -1/+0 |
| | | | | | | for deprecation" This reverts commit 118c8789fe931eb82956408bf4b5553bd3aa5180. | ||||
* | eclass: Update e-mail address of GNU Emacs project. | Ulrich Müller | 2016-01-23 | 2 | -2/+2 |
| | |||||
* | eutils.eclass: Add egit_clean() | Justin Lecher | 2016-01-22 | 1 | -0/+10 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | readme.gentoo.eclass: QA warning for deprecation | Justin Lecher | 2016-01-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | readme.gentoo-r1.eclass: Fix @ECLASS | Justin Lecher | 2016-01-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | eutils.eclass: estack_pop: quote unset argument for bug 571318 | Zac Medico | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | kde4-base.eclass: Update SRC_URIs | Andreas Sturmlechner | 2016-01-20 | 1 | -6/+6 |
| | |||||
* | php-ext-source-r2.eclass: Fix typo with "${EPREFIX}}" wrt bug 572252 | Brian Evans | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | linux-info.eclass: fix error/warning messages with ~!SYMBOLS | Mike Frysinger | 2016-01-17 | 1 | -4/+6 |
| | | | | | | For ebuilds that do things like ~!IDE, the current warning system would drop the ~ but not the !. This would lead to doing variable expansion like ${WARNING_!IDE} which is invalid shell code. | ||||
* | toolchain.eclass: move cross-compiler libcc1 out of /usr/lib #547754 | Mike Frysinger | 2016-01-16 | 1 | -0/+14 |
| | | | | | | I'm not entirely happy with this logic, but as other related bugs are addressed, this will probably evolve with them. This at least unblocks people trying to use gcc-5 cross-compilers. | ||||
* | qt5-build.eclass: disallow version mixing | Michael Palimaka | 2016-01-15 | 1 | -5/+1 |
| | | | | Gentoo-bug: 564560 | ||||
* | kde4-functions.eclass: Exclude KDE PIM from 4.14.3 lowered deps logic | Andreas Sturmlechner | 2016-01-14 | 1 | -2/+3 |
| | | | | Split packages will fail to build against unexpected lower kdepim deps. | ||||
* | virtualx.eclass: Enable RANDR with Xvfb (bug #571420, bug #567720) | Sebastian Pipping | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Fix mozconfig-v6.38 for thunderbird and esr releases | Jory A. Pratt | 2016-01-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Jory A. Pratt <anarchy@gentoo.org> | ||||
* | We should always build with intl-api being exposed | Jory A. Pratt | 2016-01-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Jory A. Pratt <anarchy@gentoo.org> | ||||
* | scons-utils.eclass: Enable EAPI 6 | Michał Górny | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | scons-utils.eclass: Use nproc when --jobs is used without an argument | Michał Górny | 2016-01-08 | 2 | -3/+29 |
| | | | | | | | Try to guess the number of processors when --jobs is passed without an argument. We can't use a high number equivalent to GNU make behavior (no limit) since SCons does not have an equivalent of --load-avg option. Still, this is better than assuming some random, fixed number. | ||||
* | scons-utils.eclass: _scons_clean_makeopts, clean up and simplify | Michał Górny | 2016-01-08 | 1 | -13/+12 |
| | |||||
* | scons-utils.eclass: _scons_clean_makeopts, stop exporting cache vars | Michał Górny | 2016-01-08 | 1 | -2/+2 |
| | | | | | Cache vars need only to be global to be preserved across calls. Exporting them is undesired. | ||||
* | scons-utils.eclass: _scons_clean_makeopts, fix result caching | Michał Górny | 2016-01-08 | 2 | -9/+13 |
| | | | | | | Stop calling _scons_clean_makeopts in a subshell in order to make it possible for the cache to be preserved. Pass the result through SCONSOPTS variable. | ||||
* | scons-utils.eclass: scons_clean_makeopts, mark internal | Michał Górny | 2016-01-08 | 2 | -4/+5 |
| | |||||
* | scons-utils.eclass: tests, be more verbose on tests being performed | Michał Górny | 2016-01-08 | 1 | -8/+6 |
| | |||||
* | scons-utils.eclass: Deprecate use_scons, ban it in EAPI 6 | Michał Górny | 2016-01-08 | 1 | -0/+9 |
| | |||||
* | scons-utils.eclass: Deprecate myesconsargs, and kill it in EAPI 6 | Michał Górny | 2016-01-08 | 1 | -6/+11 |
| | |||||
* | scons-utils.eclass: escons, respect nonfatal in EAPI 6 | Michał Górny | 2016-01-08 | 1 | -2/+12 |
| | |||||
* | scons-utils.eclass: escons, invert EAPI check to cover future EAPIs | Michał Górny | 2016-01-08 | 1 | -1/+3 |
| | |||||
* | scons-utils.eclass: escons doc, 'die' does not respect nonfatal | Michał Górny | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | scons-utils.eclass: Describe common issues with scons | Michał Górny | 2016-01-08 | 1 | -1/+16 |
| | |||||
* | scons-utils.eclass: Modernize the example to use usex | Michał Górny | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | scons-utils.eclass: Modernize the example not to rely on myescons... | Michał Górny | 2016-01-08 | 1 | -4/+4 |
| | |||||
* | kde5-functions.eclass: raise minimal frameworks version | Michael Palimaka | 2016-01-05 | 1 | -2/+2 |
| |