summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* php-pear-r1.eclass: add support for EAPI=6 and clean up the EAPI check.Michael Orlitzky2016-02-031-8/+11
| | | | | | | | | | | The dev-lang/php dependency in php-pear-r1.eclass is calculated based on the EAPI. In newer EAPIs, we specify the "any slot" operator to avoid repoman warnings. Previously, the "any slot" operator was added only for EAPI=5; this commit adds it for EAPI=6. In addition, EAPIs 0, 1, 2, 3, and 4 are named explicitly in the case statement. The default "*" case now dies with a warning that the EAPI is unsupported.
* emul-linux-x86.eclass: Remove lastrited (removal due 2015-11-24)Michał Górny2016-02-031-102/+0
|
* bash-completion.eclass: Remove lastrited (removal due 2015-11-24)Michał Górny2016-02-031-106/+0
|
* wxwidgets.eclass: Add EAPI supportJustin Lecher2016-02-031-1/+8
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* wxwidgets.eclass: Only inherit eclass onceJustin Lecher2016-02-031-0/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* wxwidgets.eclass: unset unneeded variables in global scope after usageJustin Lecher2016-02-031-5/+8
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* wxwidgets.eclass: Fix whitespacesJustin Lecher2016-02-031-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* wxwidgets.eclass: Update Copyright yearJustin Lecher2016-02-031-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* qt5-build.eclass: make gcc version check fatal starting with Qt 5.6Davide Pesavento2016-02-021-3/+9
| | | | (cherry picked from proj/qt commit 91839540e97eb22f0ac218aa174b06a01870f3f5)
* qt5-build.eclass: update gcc version check for 5.7 and qtwebengineDavide Pesavento2016-02-021-2/+7
| | | | (cherry picked from proj/qt commit 8ed3b65dd6316568c74cad5485936abd7f4f36a4)
* qt5-build.eclass: warn about using -g/-ggdb with qtwebengine tooDavide Pesavento2016-02-021-1/+1
| | | | (cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed)
* qt5-build.eclass: don't bother exporting DYLD_LIBRARY_PATH for testsDavide Pesavento2016-02-021-2/+1
| | | | | | We don't support Gentoo Prefix anywhere else in the eclass. (cherry picked from proj/qt commit dd2818af8e7fe12a3afca273c4c42f73403ad2ee)
* qt5-build.eclass: disable gbm backend by defaultDavide Pesavento2016-02-021-1/+3
| | | | (cherry picked from proj/qt commit 79d57b576a73b142bbd939f46311618497083f5e)
* qt5-build.eclass: add -no-ltcg for 5.6 and laterDavide Pesavento2016-02-021-3/+5
| | | | (cherry picked from proj/qt commit a72b03f11e9d003e26607a1c80457bbf574fe3d7)
* qt5-build.eclass: stop the eclass from being used accidentallyMichael Palimaka2016-02-021-0/+4
| | | | (cherry picked from proj/qt commit 8aae5020b96f9e252e9f3a562c89551493877bba)
* qt5-build.eclass: move some things aroundDavide Pesavento2016-02-021-46/+30
| | | | | | | | Also, stop documenting PATCHES in eclass-doc. Everyone knows about it, and it's a PMS thing since EAPI 6 anyway. (cherry picked from proj/qt commit 4b70a2ea5396afc14f018bb3429be4a89d8f1ecf and f4aa5216a0b71858e2cefc6aed4bbf72cf8aa303)
* qt5-build.eclass: declare some variables readonlyDavide Pesavento2016-02-021-0/+6
|
* qt5-build.eclass: respect nonfatal in qt5_foreach_target_subdir()Davide Pesavento2016-02-021-15/+16
| | | | | | In src_test it can be called from virtx, which uses nonfatal. (cherry picked from proj/qt commit 2f873589218b6ac68864c12a359b9b6f70978d49)
* qt5-build.eclass: move VIRTUALX_REQUIRED definition before inheritDavide Pesavento2016-02-021-7/+7
| | | | | | Otherwise it has no effect. (cherry picked from proj/qt commit 79c446995b8aaacc6e14116763c9bb92dfe2d175)
* qt5-build.eclass: replace deprecated virtualmake usage with virtxDavide Pesavento2016-02-021-5/+4
| | | | (cherry picked from proj/qt commit b545feebf73592d8068d7ac71264a786328e3e73)
* qt5-build.eclass: add missing die when using cat with heredocsDavide Pesavento2016-02-021-7/+4
| | | | (cherry picked from proj/qt commit f3886df8a10a03548efb3941c84aefc51fb4b195)
* qt5-build.eclass: minor configure updates for 5.6 and laterDavide Pesavento2016-02-021-5/+6
| | | | (cherry picked from proj/qt commit f527f1e3a1b76d938085f26d25a88d07115c4b87)
* qt5-build.eclass: stop passing some obsolete options to configureDavide Pesavento2016-02-021-6/+4
| | | | | | | | | | They were unused since the early Qt 5.0.0 days, and now upstream officially dropped them so the configure won't accept them anymore. See fa8dbbff8895e7e1fdf1e6b0a9f3d821cd2caf2f and e824abd987d77efaa085fe1f9fb514d270798d55 in qtbase. (cherry picked from proj/qt commit e7965ab4d0f98974f7abb148bcf00abafd6d698f)
* qt5-build.eclass: add initial EAPI 6 supportMichael Palimaka2016-02-021-5/+13
| | | | (cherry picked from proj/qt commit 80b046cd0e1b639559e7344f9fdba75352f429f3)
* qt5-build.eclass: use versionator.eclass to construct QT5_MINOR_VERSIONDavide Pesavento2016-02-021-4/+4
|
* eclass/latex-package.eclass: Use in_iuse and build doc conditionnally if doc ↵Alexis Ballier2016-02-011-7/+9
| | | | useflag is present; ref. bug #573530
* eclass/latex-package.eclass: reindentAlexis Ballier2016-02-011-1/+1
|
* flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454Mike Frysinger2016-02-011-1/+1
|
* fortran-2.eclass: Fix fortran-2_pkg_setup() for EAPI=6Justin Lecher2016-01-301-1/+1
| | | | | | | | case statement ignored EAPI > 5 Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=573368 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eclass/gnome2-utils.eclass: fix DGSEAL_ENABLE sed (#530490 by Alexander Tsoy)Pacho Ramos2016-01-301-1/+1
|
* eclass/gnome2.eclass: prevent packages from trying to update mimedb (#511944)Pacho Ramos2016-01-301-0/+5
|
* eclass/gnome2-utils.eclass: prevent spurious warnings (#448822)Pacho Ramos2016-01-301-2/+2
|
* eclass/clutter.eclass: remove obsolete eclass (#486362)Pacho Ramos2016-01-301-76/+0
|
* php-ext-source-r2: Add phpdbg SAPI to the default listBrian Evans2016-01-291-1/+1
|
* eutils.eclass: e{cvs,svn,git}_clean: make empty arg testing more correctMike Frysinger2016-01-291-3/+3
| | | | | -z $* tests whether any args are non-empty, not whether any where specified. Check $# instead for accurate results.
* latex-package.eclass: Support EAPI 6.Ulrich Müller2016-01-291-3/+10
| | | | | In EAPI 6, don't inherit base.eclass and don't define latex-package_has_tetex_3().
* latex-package.eclass: Add some die commands.Ulrich Müller2016-01-291-2/+2
|
* latex-package.eclass: Remove outdated variables and functions.Ulrich Müller2016-01-291-18/+4
| | | | | | Do not define SRC_URI and S (which was the default). Convert latex-package_has_tetex_3() to a dummy function for backwards compatibility and remove its documentation.
* 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
|