Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eclass/latex-package.eclass: drop useless `` around pdflatex call | Alexis Ballier | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | eclass/latex-package.eclass: Try pdflatex first and fallback on old texi2dvi ↵ | Alexis Ballier | 2016-02-09 | 1 | -1/+6 |
| | | | | way if it fails. Should fix bug #574168, bug #574180 and probably others, while installing pdf documentation which is more portable than dvi these days. | ||||
* | kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.17.0 | Andreas Sturmlechner | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | qt5-build.eclass: no need to symlink qdoc | Davide Pesavento | 2016-02-08 | 1 | -1/+0 |
| | |||||
* | mysql eclasses: Add missing SQL command after setting root password wrt bug ↵ | Brian Evans | 2016-02-07 | 3 | -3/+3 |
| | | | | | | | 574040 When updating the table by hand, we don't do FLUSH PRIVILEGES before inserting the next command which can stop the loading of the timezone and help tables. | ||||
* | eclass/vala.eclass: current minimum version in the tree is now 0.22 | Pacho Ramos | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | eclass/vala.eclass: current minimum version in the tree is now 0.22 | Pacho Ramos | 2016-02-07 | 1 | -2/+2 |
| | |||||
* | python-utils-r1.eclass: Do not prefer Jython & PyPy over CPython | Michał Górny | 2016-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | Fix _PYTHON_ALL_IMPLS to list Jython & PyPy before CPython versions, therefore causing them not to be implicitly preferred over CPython. The implementation reordering done in b284e54 ("reorder implementations in semi-ascending order") has caused PyPy & Jython to be listed after CPython. While seemingly it was more intuitive to list third-party implementations after the reference one, it also implicitly caused them to be preferred by python-exec. | ||||
* | eclass/rpm.eclass: add xz support to rpm_src_unpack | jakeogh | 2016-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | git-r3.eclass: Filter out /. components from submodule refs, #572312 | Michał Górny | 2016-02-05 | 1 | -1/+6 |
| | |||||
* | qt5-build.eclass: respect CXXFLAGS in config.tests/common | Davide Pesavento | 2016-02-04 | 1 | -4/+10 |
| | | | | | | | Hopefully fixing the referenced bug in the proper way. x86 and 5.5 or later only for now, to avoid introducing regressions. Gentoo-Bug: 552942 | ||||
* | php-pear-r1.eclass: add support for EAPI=6 and clean up the EAPI check. | Michael Orlitzky | 2016-02-03 | 1 | -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órny | 2016-02-03 | 1 | -102/+0 |
| | |||||
* | bash-completion.eclass: Remove lastrited (removal due 2015-11-24) | Michał Górny | 2016-02-03 | 1 | -106/+0 |
| | |||||
* | wxwidgets.eclass: Add EAPI support | Justin Lecher | 2016-02-03 | 1 | -1/+8 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | wxwidgets.eclass: Only inherit eclass once | Justin Lecher | 2016-02-03 | 1 | -0/+5 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | wxwidgets.eclass: unset unneeded variables in global scope after usage | Justin Lecher | 2016-02-03 | 1 | -5/+8 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | wxwidgets.eclass: Fix whitespaces | Justin Lecher | 2016-02-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | wxwidgets.eclass: Update Copyright year | Justin Lecher | 2016-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | qt5-build.eclass: make gcc version check fatal starting with Qt 5.6 | Davide Pesavento | 2016-02-02 | 1 | -3/+9 |
| | | | | (cherry picked from proj/qt commit 91839540e97eb22f0ac218aa174b06a01870f3f5) | ||||
* | qt5-build.eclass: update gcc version check for 5.7 and qtwebengine | Davide Pesavento | 2016-02-02 | 1 | -2/+7 |
| | | | | (cherry picked from proj/qt commit 8ed3b65dd6316568c74cad5485936abd7f4f36a4) | ||||
* | qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too | Davide Pesavento | 2016-02-02 | 1 | -1/+1 |
| | | | | (cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed) | ||||
* | qt5-build.eclass: don't bother exporting DYLD_LIBRARY_PATH for tests | Davide Pesavento | 2016-02-02 | 1 | -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 default | Davide Pesavento | 2016-02-02 | 1 | -1/+3 |
| | | | | (cherry picked from proj/qt commit 79d57b576a73b142bbd939f46311618497083f5e) | ||||
* | qt5-build.eclass: add -no-ltcg for 5.6 and later | Davide Pesavento | 2016-02-02 | 1 | -3/+5 |
| | | | | (cherry picked from proj/qt commit a72b03f11e9d003e26607a1c80457bbf574fe3d7) | ||||
* | qt5-build.eclass: stop the eclass from being used accidentally | Michael Palimaka | 2016-02-02 | 1 | -0/+4 |
| | | | | (cherry picked from proj/qt commit 8aae5020b96f9e252e9f3a562c89551493877bba) | ||||
* | qt5-build.eclass: move some things around | Davide Pesavento | 2016-02-02 | 1 | -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 readonly | Davide Pesavento | 2016-02-02 | 1 | -0/+6 |
| | |||||
* | qt5-build.eclass: respect nonfatal in qt5_foreach_target_subdir() | Davide Pesavento | 2016-02-02 | 1 | -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 inherit | Davide Pesavento | 2016-02-02 | 1 | -7/+7 |
| | | | | | | Otherwise it has no effect. (cherry picked from proj/qt commit 79c446995b8aaacc6e14116763c9bb92dfe2d175) | ||||
* | qt5-build.eclass: replace deprecated virtualmake usage with virtx | Davide Pesavento | 2016-02-02 | 1 | -5/+4 |
| | | | | (cherry picked from proj/qt commit b545feebf73592d8068d7ac71264a786328e3e73) | ||||
* | qt5-build.eclass: add missing die when using cat with heredocs | Davide Pesavento | 2016-02-02 | 1 | -7/+4 |
| | | | | (cherry picked from proj/qt commit f3886df8a10a03548efb3941c84aefc51fb4b195) | ||||
* | qt5-build.eclass: minor configure updates for 5.6 and later | Davide Pesavento | 2016-02-02 | 1 | -5/+6 |
| | | | | (cherry picked from proj/qt commit f527f1e3a1b76d938085f26d25a88d07115c4b87) | ||||
* | qt5-build.eclass: stop passing some obsolete options to configure | Davide Pesavento | 2016-02-02 | 1 | -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 support | Michael Palimaka | 2016-02-02 | 1 | -5/+13 |
| | | | | (cherry picked from proj/qt commit 80b046cd0e1b639559e7344f9fdba75352f429f3) | ||||
* | qt5-build.eclass: use versionator.eclass to construct QT5_MINOR_VERSION | Davide Pesavento | 2016-02-02 | 1 | -4/+4 |
| | |||||
* | eclass/latex-package.eclass: Use in_iuse and build doc conditionnally if doc ↵ | Alexis Ballier | 2016-02-01 | 1 | -7/+9 |
| | | | | useflag is present; ref. bug #573530 | ||||
* | eclass/latex-package.eclass: reindent | Alexis Ballier | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454 | Mike Frysinger | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | fortran-2.eclass: Fix fortran-2_pkg_setup() for EAPI=6 | Justin Lecher | 2016-01-30 | 1 | -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 Ramos | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | eclass/gnome2.eclass: prevent packages from trying to update mimedb (#511944) | Pacho Ramos | 2016-01-30 | 1 | -0/+5 |
| | |||||
* | eclass/gnome2-utils.eclass: prevent spurious warnings (#448822) | Pacho Ramos | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | eclass/clutter.eclass: remove obsolete eclass (#486362) | Pacho Ramos | 2016-01-30 | 1 | -76/+0 |
| | |||||
* | php-ext-source-r2: Add phpdbg SAPI to the default list | Brian Evans | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | eutils.eclass: e{cvs,svn,git}_clean: make empty arg testing more correct | Mike Frysinger | 2016-01-29 | 1 | -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üller | 2016-01-29 | 1 | -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üller | 2016-01-29 | 1 | -2/+2 |
| | |||||
* | latex-package.eclass: Remove outdated variables and functions. | Ulrich Müller | 2016-01-29 | 1 | -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.0 | Ian Stakenvicius | 2016-01-28 | 1 | -0/+341 |
| | | | | Package-Manager: portage-2.2.26 |