diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-13 16:12:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-13 16:12:29 +0100 |
commit | d6b74dc5c3dc80dba21e4eba006c3509b75a062c (patch) | |
tree | 1d96b246fe3593fd4b24d27cf95d6ff3b2134296 /dev-qt/qtlocation/qtlocation-5.9.5-r1000.ebuild | |
parent | d7af13346946a4667686842e79e7a82736a3085b (diff) |
dev-qt : clean category, leave only actually used ebuilds
Diffstat (limited to 'dev-qt/qtlocation/qtlocation-5.9.5-r1000.ebuild')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.9.5-r1000.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.9.5-r1000.ebuild b/dev-qt/qtlocation/qtlocation-5.9.5-r1000.ebuild deleted file mode 100644 index 9404fc31..00000000 --- a/dev-qt/qtlocation/qtlocation-5.9.5-r1000.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build-r10000 - -DESCRIPTION="The Location module for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtpositioning-${PV} - ~dev-qt/qtsql-${PV} - sys-libs/zlib -" -DEPEND="${RDEPEND} - ~dev-qt/qtconcurrent-${PV} -" - -QT5_TARGET_SUBDIRS=( - src/3rdparty/clipper - src/3rdparty/poly2tri - src/3rdparty/clip2tri - src/3rdparty/mapbox-gl-native - src/location - src/imports/location - src/plugins/geoservices -) - -src_configure() { - # src/plugins/geoservices requires files that are only generated when - # qmake is run in the root directory. Bug 633776. - mkdir -p "${QT5_BUILD_DIR}" || die - qt5_qmake "${QT_BUILD_DIR}" - qt5-build-r10000_src_configure -} |