aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 21:35:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 21:35:13 +0100
commitb1363492a2800dd44907b03c5bfee3820fed3ff2 (patch)
treed09d814fca6aaf9736fe152997a9057beaa2e912 /dev-qt/qtlocation
parentdev-qt: Add Qt 5.12.1 (diff)
downloadqt-b1363492a2800dd44907b03c5bfee3820fed3ff2.tar.gz
qt-b1363492a2800dd44907b03c5bfee3820fed3ff2.tar.bz2
qt-b1363492a2800dd44907b03c5bfee3820fed3ff2.zip
dev-qt: Drop Qt 5.12.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r--dev-qt/qtlocation/Manifest1
-rw-r--r--dev-qt/qtlocation/qtlocation-5.12.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest
index 40814389..d7d8cac4 100644
--- a/dev-qt/qtlocation/Manifest
+++ b/dev-qt/qtlocation/Manifest
@@ -1,2 +1 @@
-DIST qtlocation-everywhere-src-5.12.0.tar.xz 5898856 BLAKE2B 8d7fdf7696231b8f717b52e9e3a62fa7c666bee3ecf88dae284eac1164e0d55ee2348f035ff16624ab9d6e30d4cbbf28635713e66fa01abd3f9b8ad765765f11 SHA512 ce85ecbfacba12267bf9d4b58abfe95d81242bebceae53c769eac9518b00c3b2569a9049b88d672370b32ef0a91967446cd33b66ecb15739601d73af70320ba0
DIST qtlocation-everywhere-src-5.12.1.tar.xz 5902336 BLAKE2B f22d925abfca45ef8d08636d131970dfdfa6974dcbed60ac43212784816836e5dd60a74ad429fe10f593b96a9b4c052b28890d3bf91ceac90d576ab3a6334618 SHA512 08dceeef8681b1266763197d8d4cab1d2ae8e8d0b62ae50ab44c64698588652d6ecf976b8f0095fa33b3a93b66b43fd4acbde4ebc47af8bdd79ce708c4237ed2
diff --git a/dev-qt/qtlocation/qtlocation-5.12.0.ebuild b/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
deleted file mode 100644
index 25dc50ab..00000000
--- a/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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-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/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_src_configure
-}