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 EDD701581E7 for ; Mon, 22 Apr 2024 17:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E6E7E29F6; Mon, 22 Apr 2024 17:07:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D109EE29F5 for ; Mon, 22 Apr 2024 17:07:45 +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 1D23D343365 for ; Mon, 22 Apr 2024 17:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB9961711 for ; Mon, 22 Apr 2024 17:07: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: <1713805654.89e1da6461ee5b58b3d769c25c3974c0a79ba389.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ksanecore/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ksanecore/ksanecore-23.08.5.ebuild X-VCS-Directories: media-libs/ksanecore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 89e1da6461ee5b58b3d769c25c3974c0a79ba389 X-VCS-Branch: master Date: Mon, 22 Apr 2024 17:07: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: c81e5830-358d-4679-957b-c8bf2e537ca0 X-Archives-Hash: fb4b551e4c068864825371f05f187160 commit: 89e1da6461ee5b58b3d769c25c3974c0a79ba389 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 22 17:04:01 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 22 17:07:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e1da64 media-libs/ksanecore: drop 23.08.5 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/ksanecore/ksanecore-23.08.5.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/media-libs/ksanecore/ksanecore-23.08.5.ebuild b/media-libs/ksanecore/ksanecore-23.08.5.ebuild deleted file mode 100644 index c65eb6033461..000000000000 --- a/media-libs/ksanecore/ksanecore-23.08.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm gear.kde.org - -DESCRIPTION="Qt-based interface for SANE library to control scanner hardware" -HOMEPAGE="https://invent.kde.org/libraries/ksanecore -https://api.kde.org/ksanecore/html/index.html" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - media-gfx/sane-backends -" -RDEPEND="${DEPEND}"