Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/
Date: Sat, 02 Jan 2021 01:23:08
Message-Id: 1609550552.27f8d122063da5e391fb7b46980b4f9b20f49837.asturm@gentoo
1 commit: 27f8d122063da5e391fb7b46980b4f9b20f49837
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 17:02:49 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 01:22:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f8d122
7
8 dev-qt/qtlocation: Drop 5.15.2 (r0)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtlocation/qtlocation-5.15.2.ebuild | 47 ------------------------------
14 1 file changed, 47 deletions(-)
15
16 diff --git a/dev-qt/qtlocation/qtlocation-5.15.2.ebuild b/dev-qt/qtlocation/qtlocation-5.15.2.ebuild
17 deleted file mode 100644
18 index 0772e510f28..00000000000
19 --- a/dev-qt/qtlocation/qtlocation-5.15.2.ebuild
20 +++ /dev/null
21 @@ -1,47 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -inherit qt5-build
27 -
28 -DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
29 -
30 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 -fi
33 -
34 -IUSE=""
35 -
36 -RDEPEND="
37 - dev-libs/icu:=
38 - ~dev-qt/qtcore-${PV}
39 - ~dev-qt/qtdeclarative-${PV}
40 - ~dev-qt/qtgui-${PV}
41 - ~dev-qt/qtnetwork-${PV}
42 - ~dev-qt/qtpositioning-${PV}[qml]
43 - ~dev-qt/qtsql-${PV}
44 - sys-libs/zlib
45 -"
46 -DEPEND="${RDEPEND}
47 - ~dev-qt/qtconcurrent-${PV}
48 -"
49 -
50 -QT5_TARGET_SUBDIRS=(
51 - src/3rdparty/clipper
52 - src/3rdparty/poly2tri
53 - src/3rdparty/clip2tri
54 - src/3rdparty/mapbox-gl-native
55 - src/location
56 - src/imports/location
57 - src/imports/locationlabs
58 - src/plugins/geoservices
59 -)
60 -
61 -src_configure() {
62 - # src/plugins/geoservices requires files that are only generated when
63 - # qmake is run in the root directory. Bug 633776.
64 - mkdir -p "${QT5_BUILD_DIR}"/src/location || die
65 - qt5_qmake "${QT5_BUILD_DIR}"
66 - cp "${S}"/src/location/qtlocation-config.pri "${QT5_BUILD_DIR}"/src/location || die
67 - qt5-build_src_configure
68 -}