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 9F9CA158086 for ; Tue, 23 Nov 2021 20:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D2E3E0788; Tue, 23 Nov 2021 20:13:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70373E0788 for ; Tue, 23 Nov 2021 20:13:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41DE6343059 for ; Tue, 23 Nov 2021 20:13:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9211D8 for ; Tue, 23 Nov 2021 20:13:32 +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: <1637697890.af26168d632a382402ada8ed23653b661171f537.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-21.08.3.ebuild X-VCS-Directories: kde-apps/ksmtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af26168d632a382402ada8ed23653b661171f537 X-VCS-Branch: master Date: Tue, 23 Nov 2021 20:13:32 +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: b7366f90-9549-4d24-9275-482f8767a7e8 X-Archives-Hash: dedad164a6bde784a024026b04adef89 commit: af26168d632a382402ada8ed23653b661171f537 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 23 15:18:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 23 20:04:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af26168d kde-apps/ksmtp: Drop 21.08.3 (r0) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ksmtp/ksmtp-21.08.3.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild b/kde-apps/ksmtp/ksmtp-21.08.3.ebuild deleted file mode 100644 index 443ea92ebdb3..000000000000 --- a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.84.0 -QTMIN=5.15.2 -inherit ecm 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="5" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - dev-libs/cyrus-sasl - >=dev-qt/qtnetwork-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 -" -RDEPEND="${DEPEND}" - -RESTRICT="test" # bug 642410