summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* kde4-base.eclass: Exception for kde-apps/kdesu KDE_HANDBOOK, default offAndreas Sturmlechner2016-01-261-1/+5
|
* cmake-utils.eclass: enable EAPI 6Michael Palimaka2016-01-261-1/+1
|
* cmake-utils.eclass: ban helper functions in EAPI 6 and laterMichael Palimaka2016-01-261-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 Palimaka2016-01-261-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 laterMichael Palimaka2016-01-261-6/+9
|
* cmake-utils.eclass: ban non-array usage of mycmakeargs in EAPI 6 and laterMichael Palimaka2016-01-261-1/+5
|
* cmake-utils.eclass: move $S modifications to src_prepare in EAPI 6 and laterMichael Palimaka2016-01-261-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 functionsMichael Palimaka2016-01-261-33/+33
|
* cmake-utils.eclass: replace comment_add_subdirectory with a namespaced versionMichael Palimaka2016-01-261-2/+13
|
* cmake-utils.eclass: ban WANT_CMAKE in EAPI 6 and laterMichael Palimaka2016-01-261-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_MODULESMichael Palimaka2016-01-261-1/+0
|
* cmake-utils.eclass: use a proper if statementMichael Palimaka2016-01-261-2/+2
|
* cmake-utils.eclass: check exit codes of executed commandsNikoli2016-01-261-2/+2
| | | | Gentoo-bug: 544966
* cmake-utils.eclass: declare some variables localMichael Palimaka2016-01-261-2/+2
| | | | | | Prevents them from spanning multilibs. Gentoo-bug: 513170
* cmake-utils.eclass: reorder a bitMichael Palimaka2016-01-261-9/+10
|
* Update copyright year to 2016.Joshua Kinard2016-01-253-3/+3
|
* Change maintainer for linux-mod and linux-info eclasses to kernel@gentoo.org.Joshua Kinard2016-01-252-2/+2
|
* Change kernel-2 maintainer to kernel@gentoo.orgJoshua Kinard2016-01-251-1/+1
|
* readme.gentoo.eclass: QA warn for deprecation of readme.gentoo.eclassJustin Lecher2016-01-251-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üttel2016-01-241-1/+0
| | | | | | for deprecation" This reverts commit 118c8789fe931eb82956408bf4b5553bd3aa5180.
* eclass: Update e-mail address of GNU Emacs project.Ulrich Müller2016-01-232-2/+2
|
* eutils.eclass: Add egit_clean()Justin Lecher2016-01-221-0/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* readme.gentoo.eclass: QA warning for deprecationJustin Lecher2016-01-221-0/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* readme.gentoo-r1.eclass: Fix @ECLASSJustin Lecher2016-01-221-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eutils.eclass: estack_pop: quote unset argument for bug 571318Zac Medico2016-01-201-1/+1
|
* kde4-base.eclass: Update SRC_URIsAndreas Sturmlechner2016-01-201-6/+6
|
* php-ext-source-r2.eclass: Fix typo with "${EPREFIX}}" wrt bug 572252Brian Evans2016-01-181-1/+1
|
* linux-info.eclass: fix error/warning messages with ~!SYMBOLSMike Frysinger2016-01-171-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 #547754Mike Frysinger2016-01-161-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 mixingMichael Palimaka2016-01-151-5/+1
| | | | Gentoo-bug: 564560
* kde4-functions.eclass: Exclude KDE PIM from 4.14.3 lowered deps logicAndreas Sturmlechner2016-01-141-2/+3
| | | | Split packages will fail to build against unexpected lower kdepim deps.
* virtualx.eclass: Enable RANDR with Xvfb (bug #571420, bug #567720)Sebastian Pipping2016-01-131-1/+1
|
* Fix mozconfig-v6.38 for thunderbird and esr releasesJory A. Pratt2016-01-101-1/+1
| | | | Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
* We should always build with intl-api being exposedJory A. Pratt2016-01-101-1/+1
| | | | Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
* scons-utils.eclass: Enable EAPI 6Michał Górny2016-01-081-1/+1
|
* scons-utils.eclass: Use nproc when --jobs is used without an argumentMichał Górny2016-01-082-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 simplifyMichał Górny2016-01-081-13/+12
|
* scons-utils.eclass: _scons_clean_makeopts, stop exporting cache varsMichał Górny2016-01-081-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 cachingMichał Górny2016-01-082-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 internalMichał Górny2016-01-082-4/+5
|
* scons-utils.eclass: tests, be more verbose on tests being performedMichał Górny2016-01-081-8/+6
|
* scons-utils.eclass: Deprecate use_scons, ban it in EAPI 6Michał Górny2016-01-081-0/+9
|
* scons-utils.eclass: Deprecate myesconsargs, and kill it in EAPI 6Michał Górny2016-01-081-6/+11
|
* scons-utils.eclass: escons, respect nonfatal in EAPI 6Michał Górny2016-01-081-2/+12
|
* scons-utils.eclass: escons, invert EAPI check to cover future EAPIsMichał Górny2016-01-081-1/+3
|
* scons-utils.eclass: escons doc, 'die' does not respect nonfatalMichał Górny2016-01-081-1/+1
|
* scons-utils.eclass: Describe common issues with sconsMichał Górny2016-01-081-1/+16
|
* scons-utils.eclass: Modernize the example to use usexMichał Górny2016-01-081-2/+2
|
* scons-utils.eclass: Modernize the example not to rely on myescons...Michał Górny2016-01-081-4/+4
|
* kde5-functions.eclass: raise minimal frameworks versionMichael Palimaka2016-01-051-2/+2
|