summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-20 10:31:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-25 11:21:44 +0200
commitb6fe0bdf7b416a9d7c9a3789aa78f72089a01c27 (patch)
tree38a2d010bc59291bd2b38d368b4dcbb080aeee0b /kde-apps/ksmtp
parentkde-apps/kpkpass: drop 21.12.3 (diff)
downloadgentoo-b6fe0bdf7b416a9d7c9a3789aa78f72089a01c27.tar.gz
gentoo-b6fe0bdf7b416a9d7c9a3789aa78f72089a01c27.tar.bz2
gentoo-b6fe0bdf7b416a9d7c9a3789aa78f72089a01c27.zip
kde-apps/ksmtp: drop 21.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-21.12.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index ebaf39cbc828..bb9a801181c7 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1 @@
-DIST ksmtp-21.12.3.tar.xz 47724 BLAKE2B b3315ea138a2c922a266235ef11e097e44533e11e38894a20cf393becd6103d9e647d2889b5221306e4bd990e5c9610bbc8831dc7315bfa421b2f7bb68fbb7d8 SHA512 e3c94cdef95fee47729e3cd5728e536d1848808e8bbdb6b655b96b82b8e3fe2749b00f3162cf251b9547711b8785baa06a97c9a9b0148d54a67d409adca49faf
DIST ksmtp-22.04.3.tar.xz 48680 BLAKE2B 1d2924a58ac376a4a35aa3c5911bcde50571a145b5fa4575372b96722a81dcd2622d067907b117b2f857dbd45ac62de17067bb8e07d0be112a65ad7e1ddedb0c SHA512 58be1aca4d1cbafe66244a80ebd31831d5ed292ad456b97dc8109a050f04b8af3b7f5526a7c8db16b34320be860d376f29ebad092e1ab1ae6a7086464f3063d2
diff --git a/kde-apps/ksmtp/ksmtp-21.12.3.ebuild b/kde-apps/ksmtp/ksmtp-21.12.3.ebuild
deleted file mode 100644
index c3228d5f9e85..000000000000
--- a/kde-apps/ksmtp/ksmtp-21.12.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.88.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=""
-
-RESTRICT="test" # bug 642410
-
-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}"