diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-19 10:31:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-19 12:17:58 +0100 |
commit | 559339f437bb710afd89268109436bf6cab2d65e (patch) | |
tree | 5fa8b0bc7fac69ecb0617e0468c296267e4eddb9 /dev-qt/qtimageformats | |
parent | kde-frameworks/plasma: Drop 5.56.1-r1 (diff) | |
download | gentoo-559339f437bb710afd89268109436bf6cab2d65e.tar.gz gentoo-559339f437bb710afd89268109436bf6cab2d65e.tar.bz2 gentoo-559339f437bb710afd89268109436bf6cab2d65e.zip |
dev-qt: Drop Qt 5.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtimageformats')
-rw-r--r-- | dev-qt/qtimageformats/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-5.12.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest index 29d242ba3370..50e91ca2bd5c 100644 --- a/dev-qt/qtimageformats/Manifest +++ b/dev-qt/qtimageformats/Manifest @@ -1,3 +1,2 @@ DIST qtimageformats-everywhere-src-5.11.3.tar.xz 2197304 BLAKE2B 9041260c26b2ec5085a10c05a76dcab59941ae3d18475b93286028b9a4bbafc923795f6f0ec7a0e6b45cf95c21a37fbc76d0868cdbb6ed8891360310cce868b4 SHA512 5e2b83c2a7cc337ca0cc80e348ee41cfead3429245ec0aa18bdef945c85aa878ba684f5d410bca04d0183e0f6032a78b976ba89346043c0a49816c306d0235f7 -DIST qtimageformats-everywhere-src-5.12.1.tar.xz 1782660 BLAKE2B 6eb8da56ac75f3afd511b250c97148f71dae5be6a0da9f240b42c9e013a9a0bd6a7aeda77f87eaa69e4898d869dd336fd6cb8605baf79eb193f3251cc8274fac SHA512 1514c5d7a285d718fdf1f3ba11f00029551af70e8b7bd927e061c55a35fca6978164da2846f26b6d57a4c81af2a75eb3f8358f46fa74bd70ba3407aa3bbcb0e5 DIST qtimageformats-everywhere-src-5.12.2.tar.xz 1788388 BLAKE2B f3f614ccddb0e19b51051b2e1bef1c5bba00e10319f61afa5bbbbe0a3e35d4a70871cdeb1e5dd322f8fed1249801617a7a599682e8eab6dfb5f33e6f46063909 SHA512 fdfd1aeaa73a98e8736bfeb48d0670a206abb2080d83dbb3d54de228aa44c79c271f54cb68baa025644bfeb874ce4db3df04ddf8ea8a5e5f7b5e5562cc69e903 diff --git a/dev-qt/qtimageformats/qtimageformats-5.12.1.ebuild b/dev-qt/qtimageformats/qtimageformats-5.12.1.ebuild deleted file mode 100644 index 37e545353652..000000000000 --- a/dev-qt/qtimageformats/qtimageformats-5.12.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Additional format plugins for the Qt image I/O system" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" -fi - -IUSE="jpeg2k mng" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - media-libs/libwebp:= - media-libs/tiff:0 - jpeg2k? ( media-libs/jasper:= ) - mng? ( media-libs/libmng:= ) -" -RDEPEND="${DEPEND}" - -src_configure() { - qt_use_compile_test jpeg2k jasper - qt_use_compile_test mng libmng - qt5-build_src_configure -} |