commit:     27f8d122063da5e391fb7b46980b4f9b20f49837
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 17:02:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 01:22:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f8d122

dev-qt/qtlocation: Drop 5.15.2 (r0)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.2.ebuild | 47 ------------------------------
 1 file changed, 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 0772e510f28..00000000000
--- 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
-}

Reply via email to