summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* mercurial.eclass: fix typo EGIT_CHECKOUT_DIR -> EHG_CHECKOUT_DIRArthur Zamarin2021-09-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* ros-catkin.eclass: Set @PROVIDESMichał Górny2021-09-111-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* php-ext-pecl-r3.eclass: Set @PROVIDESMichał Górny2021-09-111-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* kodi-addon.eclass: Set @PROVIDESMichał Górny2021-09-111-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* haskell-cabal.eclass: Set @PROVIDESMichał Górny2021-09-111-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Revert "go-module.eclass: Set @PROVIDES"Sam James2021-09-111-2/+1
| | | | | | | | This reverts commit 9f41c938a745479414544fa9c03aaa1b6d9b989b. Doesn't inherit it! Signed-off-by: Sam James <sam@gentoo.org>
* go-module.eclass: Set @PROVIDESMichał Górny2021-09-111-1/+2
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* distutils-r1.eclass: Fix obsolete comment on DUSMichał Górny2021-09-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* kernel-2.eclass: Remove < 2.6 support for kernel headersMike Pagano2021-09-091-107/+5
| | | | | | | | | | | | | | The functionality removed is only to support kernels < 2.6 These kernels have long been removed from the tree Detail: Remove the function compile_headers as it is not called for kernels > 2.6.18 because that's when the build target headers_install was introduced. Remove supporting function compile_headers_tweak_config. Additionally, remove 2.6 support from install_headers. Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* qt5-build.eclass: Downpatch version of live to 5.15.2 tooAndreas Sturmlechner2021-09-081-3/+5
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* qt5-build.eclass: Introduce QT5_PV for intra-dev-qt depsAndreas Sturmlechner2021-09-081-2/+8
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* qt5-build.eclass: Always run qt5_tools_configure for QT5_MODULE=qttoolsAndreas Sturmlechner2021-09-081-5/+20
| | | | | | | | | | | Run qt5_qmake directly inside qt5_tools_configure(), copy the resulting qttools-config.pri into QT5_BUILD_DIR again. Add linguist-tools handling. Closes: https://bugs.gentoo.org/728278 Closes: https://bugs.gentoo.org/811147 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* linux-info.eclass : Remove log references to linux 2.4 and gcc 4Mike Pagano2021-09-081-15/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* kde.org.eclass: Support different dev-qt stable branch PVAndreas Sturmlechner2021-09-071-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* linux-mod.eclass: set CROSS_COMPILE in the environmentMike Gilbert2021-09-061-2/+6
| | | | | | | | This allows it to be overriden in local Makefiles. Closes: https://bugs.gentoo.org/550428 Closes: https://github.com/gentoo/gentoo/pull/22225 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* linux-info.eclass: getfilevar: pass need-config= to makeMike Gilbert2021-09-061-1/+2
| | | | | | | This bypasses the config check in the kernel Makefile. Closes: https://bugs.gentoo.org/811726 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* linux-info.eclass: Properly return when makefile foundMike Pagano2021-09-041-3/+3
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* Thanks to Sam, mgorny and Ulm for the review.Mike Pagano2021-09-041-4/+26
| | | | | | | | | | | | | | | Support the possibility that the Makefile could be one of the following and should be checked in the order described here: https://www.gnu.org/software/make/manual/make.html Order of checking and valid Makefiles names: GNUMakefile, makefile, Makefile Closes: https://bugs.gentoo.org/663368 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* postgres-multi.eclass: Set @PROVIDESMichał Górny2021-09-041-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mozcoreconf-v5.eclass: threads are always enabled for Python nowSam James2021-09-041-2/+2
| | | | | See: 742eeca02a0d06a56f6a69af55bcbcdf42f18ba1 Signed-off-by: Sam James <sam@gentoo.org>
* multilib.eclass: add OBJCOPY to exception listDavid Seifert2021-09-041-0/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* subversion.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-12/+9
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* rpm.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* php-ext-source-r3.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* php-ext-pecl-r3.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mercurial.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* linux-mod.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* kernel-2.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-6/+8
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* java-virtuals.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* java-pkg-simple.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* java-pkg-opt-2.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* java-pkg-2.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* gnustep-base.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* emboss-r2.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* apache-module.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* golang-vcs-snapshot.eclass: Set @PROVIDESMichał Górny2021-09-031-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* golang-vcs.eclass: Add @PROVIDESMichał Górny2021-09-031-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* golang-build.eclass: Set @PROVIDESMichał Górny2021-09-031-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* ruby-single.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* ruby-ng-gnome2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* ruby-fakegem.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* perl-module.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* linux-mod.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gstreamer-meson.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gstreamer.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* java-pkg-opt-2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* java-pkg-2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* java-osgi.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* java-ant-2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gnustep-2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>