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 BF8321581FB for ; Thu, 29 Aug 2024 21:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 187B9E2A1A; Thu, 29 Aug 2024 21:20:18 +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 028FEE2A1A for ; Thu, 29 Aug 2024 21:20:18 +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 F0AC234134D for ; Thu, 29 Aug 2024 21:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F701F2A for ; Thu, 29 Aug 2024 21:20:13 +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: <1724966232.a24cd33e6d8256106bd06c1556d3e889f15028db.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-r1.ebuild media-libs/ksanecore/metadata.xml X-VCS-Directories: media-libs/ksanecore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a24cd33e6d8256106bd06c1556d3e889f15028db X-VCS-Branch: master Date: Thu, 29 Aug 2024 21:20:13 +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: 38cd9734-81b6-43fa-83ef-bf81d4d44f09 X-Archives-Hash: 4c9d750dc69fb60d9d14d608662874c9 commit: a24cd33e6d8256106bd06c1556d3e889f15028db Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 28 19:44:43 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 29 21:17:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24cd33e media-libs/ksanecore: drop 23.08.5-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/ksanecore/ksanecore-23.08.5-r1.ebuild | 32 ------------------------ media-libs/ksanecore/metadata.xml | 3 --- 2 files changed, 35 deletions(-) diff --git a/media-libs/ksanecore/ksanecore-23.08.5-r1.ebuild b/media-libs/ksanecore/ksanecore-23.08.5-r1.ebuild deleted file mode 100644 index c278b5293f21..000000000000 --- a/media-libs/ksanecore/ksanecore-23.08.5-r1.ebuild +++ /dev/null @@ -1,32 +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" -IUSE="kf6compat" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - media-gfx/sane-backends -" -RDEPEND="${DEPEND}" - -src_install() { - ecm_src_install - - if use kf6compat; then - rm -r "${D}"/usr/share/locale || die - fi -} diff --git a/media-libs/ksanecore/metadata.xml b/media-libs/ksanecore/metadata.xml index b98c4cab03b5..2016639ee2e5 100644 --- a/media-libs/ksanecore/metadata.xml +++ b/media-libs/ksanecore/metadata.xml @@ -8,7 +8,4 @@ libraries/ksanecore - - Disable components colliding with KF6, depend on KF6 components instead -