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 23CD813835B for ; Wed, 13 Jan 2021 23:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6272AE0972; Wed, 13 Jan 2021 23:24:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4F0F1E097B for ; Wed, 13 Jan 2021 23:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 42D16340E51 for ; Wed, 13 Jan 2021 23:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0204A0 for ; Wed, 13 Jan 2021 23:24:43 +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: <1610580233.e4f6f85c63c1743f35d80031547b517480de8f95.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kimageformats/kimageformats-5.78.0.ebuild X-VCS-Directories: kde-frameworks/kimageformats/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4f6f85c63c1743f35d80031547b517480de8f95 X-VCS-Branch: master Date: Wed, 13 Jan 2021 23:24:43 +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: 93a85094-2bef-4423-975d-815a8e8612fa X-Archives-Hash: 13c0d93ff5799e31a402acc7f5bb940f commit: e4f6f85c63c1743f35d80031547b517480de8f95 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 13 23:19:05 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 13 23:23:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f6f85c kde-frameworks/kimageformats: Drop 5.78.0 (r0) Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kimageformats/kimageformats-5.78.0.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/kde-frameworks/kimageformats/kimageformats-5.78.0.ebuild b/kde-frameworks/kimageformats/kimageformats-5.78.0.ebuild deleted file mode 100644 index f19f45e0f37..00000000000 --- a/kde-frameworks/kimageformats/kimageformats-5.78.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.1 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="eps openexr" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - =kde-frameworks/karchive-${PVCUT}*:5 - eps? ( >=dev-qt/qtprintsupport-${QTMIN}:5 ) - openexr? ( - media-libs/ilmbase:= - media-libs/openexr:= - ) -" -RDEPEND="${DEPEND}" - -DOCS=( src/imageformats/AUTHORS ) - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package eps Qt5PrintSupport) - $(cmake_use_find_package openexr OpenEXR) - ) - - ecm_src_configure -}