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 3B53E1580FD for ; Sat, 21 Dec 2024 21:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887CCE08FF; Sat, 21 Dec 2024 21:27:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 720A5E08FF for ; Sat, 21 Dec 2024 21:27:40 +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 B514333E3A9 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 3AE691F7A 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: <1734816435.d34ecd1f6b3421a6fc695cdbdc260e51ef29690e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ksmtp/ksmtp-24.12.0.ebuild X-VCS-Directories: kde-apps/ksmtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d34ecd1f6b3421a6fc695cdbdc260e51ef29690e 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: 8af5b476-8d2d-41ac-bbb9-d3d77ee285ae X-Archives-Hash: 674d3c80f679a4d6e8c515be6dbb443f commit: d34ecd1f6b3421a6fc695cdbdc260e51ef29690e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 21 21:24:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 21 21:27:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34ecd1f kde-apps/ksmtp: drop 24.12.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ksmtp/ksmtp-24.12.0.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/kde-apps/ksmtp/ksmtp-24.12.0.ebuild b/kde-apps/ksmtp/ksmtp-24.12.0.ebuild deleted file mode 100644 index 55d5654293ae..000000000000 --- a/kde-apps/ksmtp/ksmtp-24.12.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="true" -ECM_TEST="true" -KFMIN=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Job-based library to send email through an SMTP server" -HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html" - -LICENSE="LGPL-2.1+" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -RESTRICT="test" # bug 642410 - -DEPEND=" - dev-libs/cyrus-sasl - >=dev-qt/qtbase-${QTMIN}:6[network] - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 -" -RDEPEND="${DEPEND}"