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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EB0E158011 for ; Tue, 24 Jan 2023 16:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98929E08A0; Tue, 24 Jan 2023 16:12:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8488DE08A0 for ; Tue, 24 Jan 2023 16:12:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80F76335CEE for ; Tue, 24 Jan 2023 16:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6704F88C for ; Tue, 24 Jan 2023 16:12:01 +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: <1674576695.b85caa5cd8ace4e8b0b5bf74c24f290b232dddbc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkdcraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/libkdcraw/libkdcraw-22.08.3.ebuild X-VCS-Directories: kde-apps/libkdcraw/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b85caa5cd8ace4e8b0b5bf74c24f290b232dddbc X-VCS-Branch: master Date: Tue, 24 Jan 2023 16:12:01 +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: c82179bc-fd60-40b2-981d-7ebed8112a15 X-Archives-Hash: e44be50f61e8e2dec4ade4771c82f66b commit: b85caa5cd8ace4e8b0b5bf74c24f290b232dddbc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 24 14:24:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 24 16:11:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85caa5c kde-apps/libkdcraw: drop 22.08.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/libkdcraw/libkdcraw-22.08.3.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/kde-apps/libkdcraw/libkdcraw-22.08.3.ebuild b/kde-apps/libkdcraw/libkdcraw-22.08.3.ebuild deleted file mode 100644 index 7c12b2d5b0bc..000000000000 --- a/kde-apps/libkdcraw/libkdcraw-22.08.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="Digital camera raw image library wrapper" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=media-libs/libraw-0.16:= -" -RDEPEND="${DEPEND}"