summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* multilib-build.eclass: Fix indentation in generated headers.Arfrever Frehtes Taifersar Arahesis2019-05-171-17/+17
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* {sys-devel/gcc,dev-lang/gnat-gpl}: add a USE for building GCC with LTOShane Peelar2019-05-131-0/+6
| | | | | | | Bug: https://bugs.gentoo.org/685634 Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mozcoreconf-v6: Remove older workaroundsShane Peelar2019-05-131-1/+1
| | | | | | | | Keep -flifetime-dse=1 as it is required for PGO Closes: https://bugs.gentoo.org/685632 Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* eclass/ruby-ng.eclass: make ruby23 a no-opHans de Graaff2019-05-121-2/+2
| | | | | | | dev-lang/ruby:2.3 has been removed after being masked for a month. With no implementation in the tree anymore make ruby23 a no-op. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* eclass: Add risc-v endianness informationArfrever Frehtes Taifersar Arahesis2019-05-111-1/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Revert "eclass: kill xfconf.eclass" (too early)Mikle Kolyada2019-05-111-0/+161
| | | | | | This reverts commit 1eb8e53d64f2ebaf8145e65eaefc9bd625d01c4b. Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* eclass: kill xfconf.eclassMikle Kolyada2019-05-111-161/+0
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* kde5-functions.eclass: Raise KDE Plasma 5.16 QT_MINIMAL to 5.12.3Andreas Sturmlechner2019-05-081-2/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* leechcraft.eclass: Revert revert add support for EAPI 7Andreas Sturmlechner2019-05-081-2/+2
| | | | | | This reverts commit 03cf03ea4a0c12f9e1ae45a679d0006cd57077ee. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* multilib-build.eclass: Comment abi_ppc* flags outMichał Górny2019-05-071-2/+2
| | | | | | | | PowerPC does not have a single multilib profile, and therefore the flags do not really serve any purpose. Comment them out to reduce the total number of USE flags in USE-deps. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* multilib-build.eclass: add riscv cases to header wrapperAndreas K. Hüttel2019-05-071-0/+8
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* multilib-build.eclass: add riscv flagsAndreas K. Hüttel2019-05-071-0/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* multilib.eclass: Add riscv64 definitionsAndreas K. Hüttel2019-05-031-0/+14
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* toolchain.eclass: add D language to gcc-9Sergei Trofimovich2019-05-031-0/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* toolchain.eclass: USE=mpx was dropped upstream from >=gcc-9Sergei Trofimovich2019-05-031-1/+2
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* xfconf.eclass: Mark @DEADMichał Górny2019-05-031-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xorg-2.eclass, xorg-3.eclass: Depend on ↵Arfrever Frehtes Taifersar Arahesis2019-04-292-3/+11
| | | | | | | | virtual/pkgconfig[${MULTILIB_USEDEP}] when multilib support is enabled. Fixes: https://bugs.gentoo.org/684494 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-client/firefox: reenable elf-hack for armstefson2019-04-281-2/+0
| | | | | Signed-off-by: Steffen Kuhn <nielson2@yandex.com> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* toolchain.eclass: disable USE=jit for cross-compilers, bug #594572Sergei Trofimovich2019-04-271-0/+4
| | | | | | | | | | | | | | | USE=jit is not very useful for a cross-compiler as it assumes running generated code on the host. At least avr-* targets can't build libgccjit.so. The change disables IUSE=jit for cross-compilers only. Cross-built compilers could still get libgccjit.so built for a target. Reported-by: Maciej Piechotka Reported-by: Marco Sirabella Closes: https://bugs.gentoo.org/594572 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/vala: drop old 0.32 and 0.34 slotsMart Raudsepp2019-04-271-4/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* xorg-3.eclass: Remove parent directories of ${D}/usr/share/man/man3 when empty.Arfrever Frehtes Taifersar Arahesis2019-04-261-0/+1
| | | | | | Bug: https://bugs.gentoo.org/595936 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* xorg-3.eclass: BDEPEND on virtual/pkgconfigMatt Turner2019-04-261-1/+1
| | | | | Closes: https://bugs.gentoo.org/683866 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* tmpfiles.eclass: fix ROOT check for EAPI 7Mike Gilbert2019-04-251-2/+2
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* xorg-3.eclass: Don't delete man pages if XORG_DOC=doc is missingMatt Turner2019-04-241-1/+1
| | | | | | | | There's an eqawarn to warn us about this case a few lines above, but in case we forget, don't delete the man pages. Suggested by Arfrever. Bug: https://bugs.gentoo.org/595936 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* xorg-3.eclass: Remove only library call man pages if USE=-docMatt Turner2019-04-241-1/+5
| | | | | | | | Arfrever rightly pointed out that there are some useful man pages, and that the issue is about installing thousands of *developer* man pages. Closes: https://bugs.gentoo.org/595936 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* pax-utils.eclass: set PAX_MARKINGS to noneMagnus Granberg2019-04-231-5/+5
| | | | | | We no longer pax mark packages as default. Signed-off-by: Magnus Granberg <zorry@gentoo.org>
* kde5-meta-pkg.eclass: Remove last-rited eclassAndreas Sturmlechner2019-04-211-26/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Improved elog message for userland_BSD systemsYuta SATOH2019-04-201-0/+3
| | | | | | | | | | so users don't see this warning: [warn] (2)No such file or directory: Failed to enable the 'dataready' Accept Filter Closes: https://bugs.gentoo.org/454970 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* selinux-policy-2.eclass: move patches to my dev spaceJason Zaman2019-04-201-1/+1
| | | | | | | Swift is retiring so move the SRC_URI for all the patches to dev.gentoo.org/~perfinion/patches/ instead. Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* kde5-functions.eclass: Raise KDE Apps 19.04 to FRAMEWORKS_MINIMAL=5.57Andreas Sturmlechner2019-04-181-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* eclass: Remove deprecated mysql eclassesBrian Evans2019-04-094-2919/+0
| | | | | | | These are no longer used as the forks have diverged, features changed and became increasingly difficult to maintain Signed-off-by: Brian Evans <grknight@gentoo.org>
* xorg-3.eclass: Remove developer documentation unless requestedMatt Turner2019-04-071-0/+5
| | | | | Closes: https://bugs.gentoo.org/595936 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* office-ext-r1.eclass: EAPI-7 bumpAndreas Sturmlechner2019-04-061-7/+8
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5-functions.eclass: Drop obsolete kdevelop detection/KDEBASE varAndreas Sturmlechner2019-04-011-11/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Drop obsolete KDEBASE=kdevelop source dir switchAndreas Sturmlechner2019-04-011-8/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Drop KDEBASE=kdevelop from SRC_URI assemblyAndreas Sturmlechner2019-04-011-3/+3
| | | | | | Only 3 packages are using it at this point. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Drop obsolete kdevelop-pg-qt SRC_URI switchAndreas Sturmlechner2019-04-011-10/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Drop obsolete KDEBASE=kdevelop HOMEPAGE switchAndreas Sturmlechner2019-04-011-6/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Drop obsolete KMNAME=kdepim HOMEPAGE switchAndreas Sturmlechner2019-04-011-2/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Remove cron-bugs@ from maintainersMichał Górny2019-03-291-2/+2
| | | | | Bug: https://bugs.gentoo.org/627600 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* pam.eclass: Give over to zlogene (PAM maint)Michał Górny2019-03-291-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* python-utils-r1.eclass: Disable python3_4Michał Górny2019-03-211-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* kde5-meta-pkg.eclass: Mark as DEADAndreas Sturmlechner2019-03-211-0/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5-functions: Raise PLASMA_MINIMAL=5.14.5, KDE_APPS_MINIMAL=18.12.3Andreas Sturmlechner2019-03-211-2/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Qt 5.12 is changing qch doc locationAndreas Sturmlechner2019-03-211-2/+5
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5-functions.eclass: kde-apps-19.04 already depend on >=KF-5.56Andreas Sturmlechner2019-03-211-0/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5-functions.eclass: For Plasma 5.16, raise QT_MINIMAL to 5.12.1Andreas Sturmlechner2019-03-211-0/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirectionMichael Mair-Keimberger2019-03-211-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5.eclass: Support kdevelop* stable branchesAndreas Sturmlechner2019-03-211-0/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde5-functions.eclass: Drop KDE Applications 18.08.3 min KF5/Qt5Andreas Sturmlechner2019-03-211-6/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>