Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | twisted-r1.eclass: use HTTPS | Michael Mair-Keimberger | 2018-05-01 | 1 | -3/+3 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8203 | ||||
* | Revert "eclass: mysql - Add net-libs/libnsl for bug 643038" | Brian Evans | 2018-04-29 | 2 | -4/+2 |
| | | | | This reverts commit 18779934c83275fa077d7f4d7a8f6ec72a4316d5. | ||||
* | Revert "eclass: Add MULTILIB_USEDEP to libnsl in mysql-multilib-r1" | Brian Evans | 2018-04-29 | 1 | -1/+1 |
| | | | | This reverts commit 235ae287011539cfc256a22aac5081d4f348609c. | ||||
* | eclass: Add MULTILIB_USEDEP to libnsl in mysql-multilib-r1 | Brian Evans | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | eclass: mysql - Add net-libs/libnsl for bug 643038 | Brian Evans | 2018-04-29 | 2 | -2/+4 |
| | | | | Bug: https://bugs.gentoo.org/643038 | ||||
* | eclass/toolchain.eclass: disable libstdcxx-time for bare metal | Sergei Trofimovich | 2018-04-29 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | Historically Gentoo unconditionally sets --enable-libstdcxx-time=yes to avoid --enable-libstdcxx-time=rt on linux targets, bug #411681 Unfortunately this conflicts with arm-none-eabi and other bare-metal targets that don't provide enough plumbing to support for POSIX timers. This change ogerrides our default to --disable-libstdcxx-time on *-elf and *-eabi targets. Tested as: $ crossdev --stage4 arm-none-eabi Reported-by: scheer@wsoptics.de Reported-by: Thomas Schneider Bug: https://bugs.gentoo.org/411681 Bug: https://bugs.gentoo.org/589672 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | golang-base.eclass: correct eclass name in header | Xiami | 2018-04-29 | 1 | -2/+2 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8191 | ||||
* | myspell-r2.eclass: correct eclass name in header | Xiami | 2018-04-29 | 1 | -2/+2 |
| | |||||
* | xorg-2.eclass: Add missing required space | Matt Turner | 2018-04-27 | 1 | -2/+2 |
| | |||||
* | kde4-base.eclass: Transition deps to x11-base/xorg-proto | Matt Turner | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | toolchain.eclass: Transition deps to x11-base/xorg-proto | Matt Turner | 2018-04-27 | 1 | -2/+1 |
| | |||||
* | xorg-2.eclass: Fix typo'd DRI_COMMON_DEPEND | Matt Turner | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | xorg-2.eclass: Transition deps to x11-base/xorg-proto | Matt Turner | 2018-04-27 | 1 | -23/+2 |
| | | | | | | DRI_DEPEND can go away since all xf86-video-* drivers now directly depend on x11-base/xorg-proto, which includes the dependencies from DRI_DEPEND. | ||||
* | apache-2.eclass: Minor adjustments. | Lars Wendler | 2018-04-27 | 1 | -7/+7 |
| | |||||
* | apache-2.eclass: reflect MPM dependencies on thread useflag in REQUIRED_USE | Rolf Eike Beer | 2018-04-27 | 1 | -14/+10 |
| | |||||
* | apache-2.eclass: avoid multiple selected MPMs by REQUIRED_USE | Rolf Eike Beer | 2018-04-27 | 1 | -13/+24 |
| | | | | | Still allow that none was given so automatic selection depending on threads useflag still works as before. | ||||
* | apache-2.eclass: reflect module dependencies to REQUIRED_USE | Rolf Eike Beer | 2018-04-27 | 1 | -30/+17 |
| | | | | | | | Portage can do all the checks automatically, with the added bonus that they can get tested with the portage API, which helps e.g. tatt finding out valid combinations of use flags. Closes: https://github.com/gentoo/gentoo/pull/7650 | ||||
* | eclass/ruby-ng.eclass: ignore ruby22 target in ebuilds | Hans de Graaff | 2018-04-27 | 1 | -2/+2 |
| | |||||
* | eclass: php-pear-r1 mark DEAD | Brian Evans | 2018-04-25 | 1 | -1/+2 |
| | | | | | | | | This eclass is problematic as it creates a dependency database which is quickly removed. Also the PHP invocation may need to addpredict for libsnmp. Superseded by php-pear-r2 eclass | ||||
* | kde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4 | Andreas Sturmlechner | 2018-04-24 | 1 | -0/+1 |
| | | | | Closes: https://bugs.gentoo.org/654004 | ||||
* | versionator.eclass: Ban in EAPI 7 (in favor of built-in funcs) | Michał Górny | 2018-04-23 | 1 | -0/+7 |
| | |||||
* | ltprune.eclass: Ban discouraged eclass in EAPI 7 | Michał Górny | 2018-04-23 | 1 | -0/+7 |
| | |||||
* | epatch.eclass: Ban in EAPI 7 (in favor of eapply) | Michał Górny | 2018-04-23 | 1 | -1/+8 |
| | |||||
* | eapi7-ver.eclass: Explicitly indicate that EAPI 7+ includes it | Michał Górny | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | bitcoincore.eclass: Remove last-rited | Andreas Sturmlechner | 2018-04-22 | 1 | -413/+0 |
| | | | | Closes: https://bugs.gentoo.org/633746 | ||||
* | apache-2.eclass: fix slot/subslot to ensure rebuilds trigger | Aaron Bauman | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | gstreamer.eclass: Remove emul-linux-x86-* blockers | David Seifert | 2018-04-20 | 1 | -7/+0 |
| | |||||
* | qt4-build-multilib.eclass: Remove emul-linux-x86-* blockers | David Seifert | 2018-04-20 | 1 | -1/+0 |
| | |||||
* | mysql-multilib-r1.eclass: Remove emul-linux-x86-* blockers | David Seifert | 2018-04-20 | 1 | -1/+0 |
| | |||||
* | xorg-2.eclass: Remove emul-linux-x86-* blockers | David Seifert | 2018-04-20 | 1 | -4/+0 |
| | |||||
* | kde5-functions.eclass: Raise PLASMA_MINIMAL to 5.11.5 | Andreas Sturmlechner | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL to 5.43.0 | Andreas Sturmlechner | 2018-04-19 | 1 | -5/+2 |
| | |||||
* | kde5.eclass: Drop obsolete kde-apps-17.08 conditionals | Andreas Sturmlechner | 2018-04-19 | 1 | -8/+1 |
| | |||||
* | kde5-functions.eclass: FRAMEWORKS_MINIMAL=5.44.0 for >=kde-apps-18.04 | Andreas Sturmlechner | 2018-04-19 | 1 | -0/+3 |
| | |||||
* | flag-o-matic.eclass: treat "--param x" as a unit when testing flags | Mike Gilbert | 2018-04-18 | 2 | -12/+25 |
| | | | | | | | For clang and gcc, --param consumes the next argument. Testing --param and its value separately is nonsensical. Acked-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | php-lib-r1.eclass: Remove @DEAD eclass | Michał Górny | 2018-04-18 | 1 | -62/+0 |
| | |||||
* | gnatbuild*.eclass: Last rites | Michał Górny | 2018-04-18 | 2 | -4/+10 |
| | | | | Bug: https://bugs.gentoo.org/642702 | ||||
* | gnome-games.eclass: Mark @DEAD for removal | Michał Górny | 2018-04-18 | 1 | -1/+4 |
| | | | | Bug: https://bugs.gentoo.org/574644 | ||||
* | vmware-bundle.eclass: Remove last rited eclass | Michał Górny | 2018-04-18 | 1 | -87/+0 |
| | | | | Closes: https://bugs.gentoo.org/642710 | ||||
* | mozconfig-*.eclass: Remove old unused eclasses | Michał Górny | 2018-04-18 | 6 | -2407/+0 |
| | | | | | Acked-by: Lars Wendler <polynomial-c@gentoo.org> Closes: https://bugs.gentoo.org/642704 | ||||
* | eclass/nvidia-driver.eclass: Detect the entire display controller device ↵ | Jeroen Roovers | 2018-04-17 | 1 | -1/+1 |
| | | | | class by Matthew Schultz (bug #653374). | ||||
* | enlightenment.eclass: Remove disbanded enlightenment project | Michał Górny | 2018-04-16 | 1 | -2/+2 |
| | |||||
* | ghc-package.eclass: allow override of default ghc and ghc-pkg tools | Sergei Trofimovich | 2018-04-14 | 1 | -2/+2 |
| | | | | | | | This is mostly useful for cross-compilation and bootstrapping of ghc from non-standard compiler. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | eclass/nvidia-driver.eclass: Fix 390 compatibility list (maybe bug #653022). | Jeroen Roovers | 2018-04-14 | 1 | -22/+5 |
| | |||||
* | toolchain.eclass: don't install libcp1plugin.la | Sergei Trofimovich | 2018-04-14 | 1 | -0/+2 |
| | | | | | | | | | | | | Don't install plugin's .la file. Plugins are meant to be loaded at runtime (they all export the same sympols, etc.). Plugins don't have static library equivalent. Drop 'libcp1plugin.la'. Reported-by: Paolo Pedroni Closes: https://bugs.gentoo.org/638216 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | nvidia-driver.eclass: Add new long time support branch. | Jeroen Roovers | 2018-04-11 | 1 | -1/+37 |
| | |||||
* | java-vm-2.eclass: fdo-mime->xdg-utils migration | Marty E. Plummer | 2018-04-08 | 1 | -3/+3 |
| | | | | | | This is the only eclass left which uses it. Switch over. Package-Manager: Portage-2.3.28, Repoman 2.3.9 | ||||
* | common-lisp-common.eclass: Drop uneeded eclass | Chema Alonso Josa | 2018-04-08 | 1 | -211/+0 |
| | | | | Bug: https://bugs.gentoo.org/646742 | ||||
* | common-lisp.eclass: Drop unneeded eclass | Chema Alonso Josa | 2018-04-08 | 1 | -81/+0 |
| | | | | Bug: https://bugs.gentoo.org/646742 | ||||
* | eclass/xfconf: fdo-mime->xdg-utils | Marty E. Plummer | 2018-04-08 | 1 | -7/+7 |
| | | | | | | | | A very simple change, just replace the eclass and functions. Mostly to just get the ebuilds using this eclass out of the qa-report: https://qa-reports.gentoo.org/output/eclass-usage/fdo-mime.txt Package-Manager: Portage-2.3.28, Repoman-2.3.9 |