diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-05-18 02:01:55 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-05-18 02:01:55 +0200 |
commit | 7303f65935e28705c902f16429d7d17387e6fa5d (patch) | |
tree | 9e008a3c6ff93dc5f47ec3b489457960fa231b79 /dev-qt/qtlocation | |
parent | app-admin/rsyslog: Rev bump to fix building with -Werror=format-security (diff) | |
download | gentoo-7303f65935e28705c902f16429d7d17387e6fa5d.tar.gz gentoo-7303f65935e28705c902f16429d7d17387e6fa5d.tar.bz2 gentoo-7303f65935e28705c902f16429d7d17387e6fa5d.zip |
dev-qt: drop Qt 5.6.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.6.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-qt/qtlocation/Manifest b/dev-qt/qtlocation/Manifest index 68f5b86f815c..7d7a62ac8523 100644 --- a/dev-qt/qtlocation/Manifest +++ b/dev-qt/qtlocation/Manifest @@ -1,3 +1,2 @@ -DIST qtlocation-opensource-src-5.6.1-1.tar.xz 3046468 SHA256 c9cc21ba3dd3f13376a175b092256403589a52c7851603dbfe1e15d5d9bac457 SHA512 c3eb500d2bdc9ce360f01d414a98778a4a729256e18c5e5cdfe2351a0c195fadf7635c19658d2b6222dfa4090e70975c7202fab9678f4a57e16b47937a9c8cff WHIRLPOOL 4969c5ac4b10b298b349ee47f50b51e685bad911bdece4fcb0b876eff1c33e09a27cabc32587f51538175b1c21552a724dec81ab1ac325a79bb868b21bb50220 DIST qtlocation-opensource-src-5.6.2.tar.xz 3148448 SHA256 7a8995206ed0220f943a33c037527a1a8243d5386f5ca77bf88152675c28d23a SHA512 10d87e9e546d52fc1813cbe244cb592033758460129854879b0d04600bd2285c2ae499bb131de77bf66b4989b45d14e9e656a30aaeee47628e41b026908ed97e WHIRLPOOL 4c4cb895d3cd5cf2ac6ad385374d0dce6e91a9b6f3f562bff5e2715896d108f9f1a60ff13a5d360238812b34523d50f0ede92211830e2d0eef6ccc5b28d82966 DIST qtlocation-opensource-src-5.7.1.tar.xz 3194112 SHA256 f9e9e64e757008c2341504a1916a219ee0cf2b1b42bfa72156e62dfe9dfbf39f SHA512 a3e0318ad348edd6d9cb4762d4fc6230a47984fcf526f55cc2c9bc00e2e70fdb1380866ec8906e3f58669c62464f8747c948d85107a2d30be1e98da27c7739d4 WHIRLPOOL be30847a33b1bb356d6725202968e189abf4a5bcdc5c2decf9a7ffc14b2d3875dfde827b41b97bf11c9497ec584f351c567150d84bb93fedeb3cb15ce0ac0075 diff --git a/dev-qt/qtlocation/qtlocation-5.6.1.ebuild b/dev-qt/qtlocation/qtlocation-5.6.1.ebuild deleted file mode 100644 index 2ccc7f7277b2..000000000000 --- a/dev-qt/qtlocation/qtlocation-5.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="The Location module for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtpositioning-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/3rdparty - src/location - src/imports/location - src/plugins/geoservices -) |