summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 13:57:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 15:40:02 +0200
commite8719d56d82240c83b667d947ed88fc4fcfa9058 (patch)
treed37971662638d70ff932c5a5215f7a03145a854c /dev-qt/qtimageformats/qtimageformats-5.11.0_rc.ebuild
parentdev-qt: Add Qt 5.11.0_rc2 (diff)
downloadgentoo-e8719d56d82240c83b667d947ed88fc4fcfa9058.tar.gz
gentoo-e8719d56d82240c83b667d947ed88fc4fcfa9058.tar.bz2
gentoo-e8719d56d82240c83b667d947ed88fc4fcfa9058.zip
dev-qt: Drop Qt 5.11.0_rc (1)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtimageformats/qtimageformats-5.11.0_rc.ebuild')
-rw-r--r--dev-qt/qtimageformats/qtimageformats-5.11.0_rc.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-5.11.0_rc.ebuild b/dev-qt/qtimageformats/qtimageformats-5.11.0_rc.ebuild
deleted file mode 100644
index 5b10805b2ac2..000000000000
--- a/dev-qt/qtimageformats/qtimageformats-5.11.0_rc.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 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="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
-}