From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDC33138334 for ; Sun, 25 Aug 2019 12:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA86E075F; Sun, 25 Aug 2019 12:57:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3E69E075F for ; Sun, 25 Aug 2019 12:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E20534A26A for ; Sun, 25 Aug 2019 12:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 119D876F for ; Sun, 25 Aug 2019 12:57:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1566737843.01be8d8db84228d1d30b4bc6e1962cdce1c65577.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtimageformats/qtimageformats-5.12.4.ebuild X-VCS-Directories: dev-qt/qtimageformats/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01be8d8db84228d1d30b4bc6e1962cdce1c65577 X-VCS-Branch: master Date: Sun, 25 Aug 2019 12:57:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3cf28af-be7c-467a-94bb-4635b4e63a35 X-Archives-Hash: 1b4517ac7615e42d7207ca71f3bf951e commit: 01be8d8db84228d1d30b4bc6e1962cdce1c65577 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 25 12:56:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 25 12:57:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01be8d8d dev-qt/qtimageformats: Drop 5.12.4 (r0) Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtimageformats/qtimageformats-5.12.4.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-qt/qtimageformats/qtimageformats-5.12.4.ebuild b/dev-qt/qtimageformats/qtimageformats-5.12.4.ebuild deleted file mode 100644 index 5327581bba2..00000000000 --- a/dev-qt/qtimageformats/qtimageformats-5.12.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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 -}