diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-01 18:02:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-02 02:22:32 +0100 |
commit | 27f8d122063da5e391fb7b46980b4f9b20f49837 (patch) | |
tree | 35fe12a58f197fd811b33cf148a8a4ad16d3f76c /dev-qt | |
parent | dev-qt/qtlocation: Fix QSG Render Thread crash (diff) | |
download | gentoo-27f8d122063da5e391fb7b46980b4f9b20f49837.tar.gz gentoo-27f8d122063da5e391fb7b46980b4f9b20f49837.tar.bz2 gentoo-27f8d122063da5e391fb7b46980b4f9b20f49837.zip |
dev-qt/qtlocation: Drop 5.15.2 (r0)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.2.ebuild b/dev-qt/qtlocation/qtlocation-5.15.2.ebuild deleted file mode 100644 index 0772e510f28e..000000000000 --- a/dev-qt/qtlocation/qtlocation-5.15.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit qt5-build - -DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -IUSE="" - -RDEPEND=" - dev-libs/icu:= - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtpositioning-${PV}[qml] - ~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/imports/locationlabs - 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}"/src/location || die - qt5_qmake "${QT5_BUILD_DIR}" - cp "${S}"/src/location/qtlocation-config.pri "${QT5_BUILD_DIR}"/src/location || die - qt5-build_src_configure -} |