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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F10FC1580FD for ; Sat, 21 Dec 2024 21:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B47E0957; Sat, 21 Dec 2024 21:27:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4D557E0957 for ; Sat, 21 Dec 2024 21:27:41 +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 EB11E340813 for ; Sat, 21 Dec 2024 21:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97B7D213D for ; Sat, 21 Dec 2024 21:27:37 +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: <1734816436.343a1eab59f116c8c07ae15fb4e6c82d694d3f14.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libksieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/libksieve/libksieve-24.12.0.ebuild X-VCS-Directories: kde-apps/libksieve/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 343a1eab59f116c8c07ae15fb4e6c82d694d3f14 X-VCS-Branch: master Date: Sat, 21 Dec 2024 21:27:37 +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: 0b01cabd-92ed-4caa-80b6-2c89b77f62bc X-Archives-Hash: 1803c70152a0cff4123df970946db879 commit: 343a1eab59f116c8c07ae15fb4e6c82d694d3f14 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 21 21:24:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 21 21:27:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343a1eab kde-apps/libksieve: drop 24.12.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/libksieve/libksieve-24.12.0.ebuild | 56 ----------------------------- 1 file changed, 56 deletions(-) diff --git a/kde-apps/libksieve/libksieve-24.12.0.ebuild b/kde-apps/libksieve/libksieve-24.12.0.ebuild deleted file mode 100644 index 3e84af02f05a..000000000000 --- a/kde-apps/libksieve/libksieve-24.12.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -ECM_QTHELP="true" -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Common PIM libraries" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="speech" - -RESTRICT="test" - -RDEPEND=" - dev-libs/cyrus-sasl - >=dev-libs/ktextaddons-1.5.4:6[speech?] - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] - >=dev-qt/qtwebengine-${QTMIN}:6[widgets] - >=kde-apps/kidentitymanagement-${PVCUT}:6 - >=kde-apps/kmime-${PVCUT}:6 - >=kde-apps/libkdepim-${PVCUT}:6 - >=kde-apps/pimcommon-${PVCUT}:6 - >=kde-frameworks/karchive-${KFMIN}:6 - >=kde-frameworks/kcolorscheme-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/knewstuff-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/sonnet-${KFMIN}:6 - >=kde-frameworks/syntax-highlighting-${KFMIN}:6 -" -DEPEND="${RDEPEND} - >=kde-apps/kimap-${PVCUT}:6 - >=kde-apps/kmailtransport-${PVCUT}:6 -" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package speech KF6TextEditTextToSpeech) - ) - - ecm_src_configure -}