summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* twisted-r1.eclass: use HTTPSMichael Mair-Keimberger2018-05-011-3/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/8203
* Revert "eclass: mysql - Add net-libs/libnsl for bug 643038"Brian Evans2018-04-292-4/+2
| | | | This reverts commit 18779934c83275fa077d7f4d7a8f6ec72a4316d5.
* Revert "eclass: Add MULTILIB_USEDEP to libnsl in mysql-multilib-r1"Brian Evans2018-04-291-1/+1
| | | | This reverts commit 235ae287011539cfc256a22aac5081d4f348609c.
* eclass: Add MULTILIB_USEDEP to libnsl in mysql-multilib-r1Brian Evans2018-04-291-1/+1
|
* eclass: mysql - Add net-libs/libnsl for bug 643038Brian Evans2018-04-292-2/+4
| | | | Bug: https://bugs.gentoo.org/643038
* eclass/toolchain.eclass: disable libstdcxx-time for bare metalSergei Trofimovich2018-04-291-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 headerXiami2018-04-291-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8191
* myspell-r2.eclass: correct eclass name in headerXiami2018-04-291-2/+2
|
* xorg-2.eclass: Add missing required spaceMatt Turner2018-04-271-2/+2
|
* kde4-base.eclass: Transition deps to x11-base/xorg-protoMatt Turner2018-04-271-1/+1
|
* toolchain.eclass: Transition deps to x11-base/xorg-protoMatt Turner2018-04-271-2/+1
|
* xorg-2.eclass: Fix typo'd DRI_COMMON_DEPENDMatt Turner2018-04-271-1/+1
|
* xorg-2.eclass: Transition deps to x11-base/xorg-protoMatt Turner2018-04-271-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 Wendler2018-04-271-7/+7
|
* apache-2.eclass: reflect MPM dependencies on thread useflag in REQUIRED_USERolf Eike Beer2018-04-271-14/+10
|
* apache-2.eclass: avoid multiple selected MPMs by REQUIRED_USERolf Eike Beer2018-04-271-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_USERolf Eike Beer2018-04-271-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 ebuildsHans de Graaff2018-04-271-2/+2
|
* eclass: php-pear-r1 mark DEADBrian Evans2018-04-251-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.4Andreas Sturmlechner2018-04-241-0/+1
| | | | Closes: https://bugs.gentoo.org/654004
* versionator.eclass: Ban in EAPI 7 (in favor of built-in funcs)Michał Górny2018-04-231-0/+7
|
* ltprune.eclass: Ban discouraged eclass in EAPI 7Michał Górny2018-04-231-0/+7
|
* epatch.eclass: Ban in EAPI 7 (in favor of eapply)Michał Górny2018-04-231-1/+8
|
* eapi7-ver.eclass: Explicitly indicate that EAPI 7+ includes itMichał Górny2018-04-231-1/+1
|
* bitcoincore.eclass: Remove last-ritedAndreas Sturmlechner2018-04-221-413/+0
| | | | Closes: https://bugs.gentoo.org/633746
* apache-2.eclass: fix slot/subslot to ensure rebuilds triggerAaron Bauman2018-04-201-1/+1
|
* gstreamer.eclass: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-7/+0
|
* qt4-build-multilib.eclass: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-1/+0
|
* mysql-multilib-r1.eclass: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-1/+0
|
* xorg-2.eclass: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-4/+0
|
* kde5-functions.eclass: Raise PLASMA_MINIMAL to 5.11.5Andreas Sturmlechner2018-04-191-1/+1
|
* kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL to 5.43.0Andreas Sturmlechner2018-04-191-5/+2
|
* kde5.eclass: Drop obsolete kde-apps-17.08 conditionalsAndreas Sturmlechner2018-04-191-8/+1
|
* kde5-functions.eclass: FRAMEWORKS_MINIMAL=5.44.0 for >=kde-apps-18.04Andreas Sturmlechner2018-04-191-0/+3
|
* flag-o-matic.eclass: treat "--param x" as a unit when testing flagsMike Gilbert2018-04-182-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 eclassMichał Górny2018-04-181-62/+0
|
* gnatbuild*.eclass: Last ritesMichał Górny2018-04-182-4/+10
| | | | Bug: https://bugs.gentoo.org/642702
* gnome-games.eclass: Mark @DEAD for removalMichał Górny2018-04-181-1/+4
| | | | Bug: https://bugs.gentoo.org/574644
* vmware-bundle.eclass: Remove last rited eclassMichał Górny2018-04-181-87/+0
| | | | Closes: https://bugs.gentoo.org/642710
* mozconfig-*.eclass: Remove old unused eclassesMichał Górny2018-04-186-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 Roovers2018-04-171-1/+1
| | | | class by Matthew Schultz (bug #653374).
* enlightenment.eclass: Remove disbanded enlightenment projectMichał Górny2018-04-161-2/+2
|
* ghc-package.eclass: allow override of default ghc and ghc-pkg toolsSergei Trofimovich2018-04-141-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 Roovers2018-04-141-22/+5
|
* toolchain.eclass: don't install libcp1plugin.laSergei Trofimovich2018-04-141-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 Roovers2018-04-111-1/+37
|
* java-vm-2.eclass: fdo-mime->xdg-utils migrationMarty E. Plummer2018-04-081-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 eclassChema Alonso Josa2018-04-081-211/+0
| | | | Bug: https://bugs.gentoo.org/646742
* common-lisp.eclass: Drop unneeded eclassChema Alonso Josa2018-04-081-81/+0
| | | | Bug: https://bugs.gentoo.org/646742
* eclass/xfconf: fdo-mime->xdg-utilsMarty E. Plummer2018-04-081-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