diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 04:35:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 09:21:01 +0200 |
commit | dbd129895852cbeabe59b156a29f1f1d6d0eea2c (patch) | |
tree | 979bf372c1cbe62de4544a4159a0907a3ed6fd56 /dev-qt/qtpositioning | |
parent | dev-ruby/ruby-beautify: document ruby25 status (diff) | |
download | gentoo-dbd129895852cbeabe59b156a29f1f1d6d0eea2c.tar.gz gentoo-dbd129895852cbeabe59b156a29f1f1d6d0eea2c.tar.bz2 gentoo-dbd129895852cbeabe59b156a29f1f1d6d0eea2c.zip |
dev-qt: Drop Qt 5.9.4
Closes: https://bugs.gentoo.org/609752
Closes: https://bugs.gentoo.org/652508
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-qt/qtpositioning')
-rw-r--r-- | dev-qt/qtpositioning/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtpositioning/qtpositioning-5.9.4.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-qt/qtpositioning/Manifest b/dev-qt/qtpositioning/Manifest index 07c70e705c3a..1b955963303e 100644 --- a/dev-qt/qtpositioning/Manifest +++ b/dev-qt/qtpositioning/Manifest @@ -1,3 +1,2 @@ DIST qtlocation-everywhere-src-5.11.1.tar.xz 5593144 BLAKE2B cd9fe409ecc3f3dde665f4bb77f93d515b88bce382655adcbfc9f60b7f7446abe800a91d612fa4b379efa9a783a4158ed34ff1ce11b3ea929e087062d0fa6f1a SHA512 8b89aae5bb7caa0999c20c86da1a356e5ba21e1e12ac892a695d180f21527846aa45f926828934b83147b851145477028ff1212802c1c21f8f6bb4e616b8b1fd -DIST qtlocation-opensource-src-5.9.4.tar.xz 5405252 BLAKE2B 6474251b21baaac6182a0197a7736dcae86d0735e8be499c9bfefa639b3a45c750fa9bfef766849fbf6d7c5db518e5712e0862463e98168e2a3121582966d834 SHA512 a97de23a554f709a39ac8517de85c9beb7e1a8330ba3996593aeb3d64d1c5b8d8b08b0c94df435dcbb4ba5807e262ac6f87ec9620694805e0261a4b2ee8456cb DIST qtlocation-opensource-src-5.9.6.tar.xz 5405652 BLAKE2B 001bb5ea4d73ac67a1e1a70e3218c2cd0554b02f84001da88e3109531b8c0f51264a51276edae5c899aa68b5d1ba1bf6d55ef9e3d409b3676f60657cc8deb86c SHA512 63071f88b6b742701a0f26a11edb20e50a7a9f158c8a79dcdfd39668197963e5d505a1de828acad273ebc54f15f51fa1089ed03953cc46ca9c68ddad647ac06a diff --git a/dev-qt/qtpositioning/qtpositioning-5.9.4.ebuild b/dev-qt/qtpositioning/qtpositioning-5.9.4.ebuild deleted file mode 100644 index c5c94f7ffba3..000000000000 --- a/dev-qt/qtpositioning/qtpositioning-5.9.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtlocation" -inherit qt5-build - -DESCRIPTION="Physical position determination library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 x86" -fi - -IUSE="geoclue qml" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - geoclue? ( ~dev-qt/qtdbus-${PV} ) - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -DEPEND="${RDEPEND}" -PDEPEND=" - geoclue? ( app-misc/geoclue:0 ) -" - -QT5_TARGET_SUBDIRS=( - src/3rdparty/clipper - src/3rdparty/poly2tri - src/3rdparty/clip2tri - src/positioning - src/plugins/position/positionpoll -) - -pkg_setup() { - use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue) - use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning) -} |