summaryrefslogtreecommitdiff
path: root/dev-qt/qtimageformats
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-15 17:25:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-15 17:25:28 +0000
commit6b933047f46efec1aa747570f945344254227457 (patch)
treea12a4b87b38f954c4de435272cf4b90d721df5e8 /dev-qt/qtimageformats
parentf45955e60d4da9b7f4a1088c98042f9c06669039 (diff)
gentoo resync : 15.12.2017
Diffstat (limited to 'dev-qt/qtimageformats')
-rw-r--r--dev-qt/qtimageformats/Manifest2
-rw-r--r--dev-qt/qtimageformats/qtimageformats-5.9.2.ebuild23
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest
index 6254dfc003c0..a019027ffa83 100644
--- a/dev-qt/qtimageformats/Manifest
+++ b/dev-qt/qtimageformats/Manifest
@@ -1,7 +1,5 @@
DIST qtimageformats-opensource-src-5.7.1.tar.xz 2004376 BLAKE2B 9cc015133ca70dc6d6e542e9c10921352b5c1e529ea03165e0b0443e679fee8987d2fb4f4ec430d0ae164b77b50029e61f149e063501a6f855fcc78050cfc4c9 SHA512 b70fe30b20da8f613f05ae68bf879956341206005d1eff3c34fc279da6b219ff7983d41c2c0c057c85500a2c5826286c63f4c209dc2db84d03848241257be553
-DIST qtimageformats-opensource-src-5.9.2.tar.xz 2093756 BLAKE2B c699166e0c9b8cbad2b157063d1f48d44364468cc2e3687a47b6d1255465ae20c6f49a2992064803a6a7736146c4285643f3571babeb44f4a633b3b8d6f01eb6 SHA512 5f1b93c0e5fffa4c2c063d14c12ad97114a452b16814ca9ac45f00ec36308a09770b3b4d137cb5d19bd3aa3a6f576724084df5d0dad75236d49868af9243c9d2
DIST qtimageformats-opensource-src-5.9.3.tar.xz 2102504 BLAKE2B 46fdbb00177e6feb7fdf38595026bb4b87053b6158e20ab06d7150e1b9ed88ef6ebca93cc396240194f2c6feca9613153abd88f49949f1e4956f9665d368e2a4 SHA512 521c805635084fba3746ee86ac7dfc94d2446114dd76aecad6a6f0cb97f49e443f078f2e0439a10a9d3d5fcd285136959b740707fb8d7776b0450f964950a864
EBUILD qtimageformats-5.7.1.ebuild 455 BLAKE2B 55d81da37a7f8c55bda94fe77d7a7411217e738bf32d0a93f632e1cefea47c29d30877ff36a55cb61481e9f0b47c2e70641d1bff1abd4541cd0dcda25b0049e4 SHA512 e0b66f1116601b4782913cda26836d42e13170887f00e5a74ab0983bdf1d53c9c60c98499b75a556e627df106268b40f0f8a0f5cc5b3877e6b1896cf33fd55b9
-EBUILD qtimageformats-5.9.2.ebuild 459 BLAKE2B 0a62d9094f6439c107dc723099de0d545d76636bbe98aa43fedd089cb63e6f4d7978824373a799710cfcb49c5eb1c609391d701564d5523bdb4902ff52bcbf60 SHA512 7b14f36690a5617a6e08f297ce015d1b227e0afc1e6b37313bb50c96424efb5d3d04029b88a4266b57a1c35dc9579b02e63fee8cd72627f71fd3c71b3bea1439
EBUILD qtimageformats-5.9.3.ebuild 459 BLAKE2B 0a62d9094f6439c107dc723099de0d545d76636bbe98aa43fedd089cb63e6f4d7978824373a799710cfcb49c5eb1c609391d701564d5523bdb4902ff52bcbf60 SHA512 7b14f36690a5617a6e08f297ce015d1b227e0afc1e6b37313bb50c96424efb5d3d04029b88a4266b57a1c35dc9579b02e63fee8cd72627f71fd3c71b3bea1439
MISC metadata.xml 481 BLAKE2B 210b94f2e7cdb09b2e07ec4a931ea47d5aed734be52e9dcb132ae174fc0707ebd82feff52e44490c7133274c4dd31b0898f9fa54ce700b635b6a45c2cbf2b5c6 SHA512 bc22732d392630b21ba3895b22a3b1835fe639f930bad0ebab511757df89ebbb30530f0c482ff0a7eb24c7ba844f0b2448040dc5252ac98b0ac01423f236829f
diff --git a/dev-qt/qtimageformats/qtimageformats-5.9.2.ebuild b/dev-qt/qtimageformats/qtimageformats-5.9.2.ebuild
deleted file mode 100644
index 3285265ebe1a..000000000000
--- a/dev-qt/qtimageformats/qtimageformats-5.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}
- media-libs/jasper:=
- media-libs/libmng:=
- media-libs/libwebp:=
- media-libs/tiff:0
-"
-RDEPEND="${DEPEND}"