diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-06 18:43:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 16:21:17 +0200 |
commit | affd134b7d5008f8956917b52a826510600e34c0 (patch) | |
tree | d3a2b8b937d0e2f5db8137541a3c1537e739a5b0 /dev-qt/qtplugininfo | |
parent | kde-frameworks/extra-cmake-modules: De-stabilise arm (diff) | |
download | gentoo-affd134b7d5008f8956917b52a826510600e34c0.tar.gz gentoo-affd134b7d5008f8956917b52a826510600e34c0.tar.bz2 gentoo-affd134b7d5008f8956917b52a826510600e34c0.zip |
dev-qt: Drop Qt 5.7.1
De-stabilising arm.
Bug: https://bugs.gentoo.org/642822
Bug: https://bugs.gentoo.org/653986
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtplugininfo')
-rw-r--r-- | dev-qt/qtplugininfo/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtplugininfo/qtplugininfo-5.7.1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-qt/qtplugininfo/Manifest b/dev-qt/qtplugininfo/Manifest index 884dbd93d6d6..66f52c525291 100644 --- a/dev-qt/qtplugininfo/Manifest +++ b/dev-qt/qtplugininfo/Manifest @@ -1,4 +1,3 @@ DIST qttools-everywhere-src-5.11.0-rc.tar.xz 9678972 BLAKE2B aa666409b9b2638fe2ce34c4629228a272bb0277179c9162c112d044ca9f775c808b85e29c3a2412ac1340653de3c3e68071d78bcfc91f025fa829ad0ccda389 SHA512 060f1087645b7e2487fe53e84a9d26f461b48ab65edf530db85e3496b7ec298fb5351b75e7be59925217b2f3216805bf1ec7e35726e30d94513f3ba52412c222 -DIST qttools-opensource-src-5.7.1.tar.xz 10011108 BLAKE2B c677b52720dfddf37eb07cfd62a678bc69d5b564b571d39874bc61ea6d597f2a3964a305c6fe303a0f8b2f2eafc765922dfb4de55d3f63efcf5921aba38a12a7 SHA512 10e4e060943596602bae0f99091de0923d3ebc761d44a5d193bfd17b77cf8fdf3c4466fb19363bbd3a354955ed09db9132b23833557f5216c7b4df758c17406e DIST qttools-opensource-src-5.9.4.tar.xz 9779504 BLAKE2B 993b80c7e960e3dc968cd3a85cb5b78414a70fd73f89d687b753ac6eb37acea6d2dbf25e07686706f47eb803ead5d046f707fe52285451e6605ad27119a0cb54 SHA512 9a24f6118206076e8f6af1a257ba752aa3042aad3a1d6caafa3b221d811854f9d973de137cfd9b141b23db18f9b5101df70419c5ff17c75613f2a6ddb23c61c3 DIST qttools-opensource-src-5.9.5.tar.xz 9573924 BLAKE2B 7e987a509480592c85601176817e25602d3d33cb0ce27145ba80541e4e450851363072cb51e5a46eb3827a4ac83473c98e6557a82887265b1118996121d04228 SHA512 8eaaba434493ab23337f7074dc2f35ecf79f023fd7f031ff7473ac8fd3475c2fa32dd5e79f9d6f740dd7c59eedf9d95b6fbafc08494c081a0fa4d082c1b4fe7e diff --git a/dev-qt/qtplugininfo/qtplugininfo-5.7.1.ebuild b/dev-qt/qtplugininfo/qtplugininfo-5.7.1.ebuild deleted file mode 100644 index f830ab762eb0..000000000000 --- a/dev-qt/qtplugininfo/qtplugininfo-5.7.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Qt5 plugin metadata dumper" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qtplugininfo -) |