summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* www-client/firefox: version bumps, 38.6 and 44.0Ian Stakenvicius2016-01-281-0/+341
| | | | Package-Manager: portage-2.2.26
* cmake-utils.eclass: Merge consecutive [[ ]] into single [[ ]]Justin Lecher2016-01-281-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: Fix inverted logic on EAPI checkJustin Lecher2016-01-281-1/+1
| | | | | | Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=573132 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cuda.eclass: Enable EAPI=6 supportJustin Lecher2016-01-281-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cuda.eclass: Use debug-print-function everywhereJustin Lecher2016-01-281-0/+8
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cuda.eclass: Drop empty lineJustin Lecher2016-01-281-1/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cuda.eclass: Only source eclass onceJustin Lecher2016-01-281-0/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cuda.eclass: Bump Copyright yearJustin Lecher2016-01-281-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: Drop empty lineJustin Lecher2016-01-271-1/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: Use bash internal testing instead of has()Justin Lecher2016-01-271-9/+9
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* kde5-functions.eclass: enable EAPI 6 supportMichael Palimaka2016-01-271-1/+1
|
* kde5.eclass: VIRTUALX_COMMAND -> virtxMichael Palimaka2016-01-271-1/+1
|
* kde5.eclass: comment_add_subdirectory -> cmake_comment_add_subdirectoryMichael Palimaka2016-01-271-11/+11
|
* gnome2-utils.eclass: enable EAPI 6 supportMichael Palimaka2016-01-271-2/+3
| | | | Gentoo-bug: 423878
* embassy.eclass: Drop obsolete eclassJustin Lecher2016-01-251-92/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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
|