diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-23 16:18:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-23 21:04:50 +0100 |
commit | af26168d632a382402ada8ed23653b661171f537 (patch) | |
tree | c0cad088520ca99f0c2b2e1f57e7dc2bc5b8795d /kde-apps/ksmtp | |
parent | kde-apps/ksmtp: Fix CVE-2021-38373 (diff) | |
download | gentoo-af26168d632a382402ada8ed23653b661171f537.tar.gz gentoo-af26168d632a382402ada8ed23653b661171f537.tar.bz2 gentoo-af26168d632a382402ada8ed23653b661171f537.zip |
kde-apps/ksmtp: Drop 21.08.3 (r0)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r-- | kde-apps/ksmtp/ksmtp-21.08.3.ebuild | 28 |
1 files changed, 0 insertions, 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 |