summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-03 09:05:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-03 11:28:06 +0100
commitb09792e85b0a28e07abc7c422df0fa8af76a7e30 (patch)
treea82718365cb50445e08feb50201826d5252e4b48
parentkde-apps/kpkpass: drop 22.04.3 (diff)
downloadgentoo-b09792e85b0a28e07abc7c422df0fa8af76a7e30.tar.gz
gentoo-b09792e85b0a28e07abc7c422df0fa8af76a7e30.tar.bz2
gentoo-b09792e85b0a28e07abc7c422df0fa8af76a7e30.zip
kde-apps/ksmtp: drop 22.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-22.04.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index e8a1ea5a0ae5..3e0372f25600 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1 @@
-DIST ksmtp-22.04.3.tar.xz 48680 BLAKE2B 1d2924a58ac376a4a35aa3c5911bcde50571a145b5fa4575372b96722a81dcd2622d067907b117b2f857dbd45ac62de17067bb8e07d0be112a65ad7e1ddedb0c SHA512 58be1aca4d1cbafe66244a80ebd31831d5ed292ad456b97dc8109a050f04b8af3b7f5526a7c8db16b34320be860d376f29ebad092e1ab1ae6a7086464f3063d2
DIST ksmtp-22.08.3.tar.xz 49080 BLAKE2B 29a901a419e367204886242513de5b6e7e7ef9a294beeb76081d55fd96ff394a4f483b51de7f539629acc3d78d5bfd1e5d9a7e0de7db7308d6005d3be5d48bd4 SHA512 9b7966e342c3b67af967709526b6135b3a47d1f55949e7fcd06c95f602a45ec8d86973ad801c1a69beef0f065814817a30430d7112bb221dc5ee723bcd5e4e7a
diff --git a/kde-apps/ksmtp/ksmtp-22.04.3.ebuild b/kde-apps/ksmtp/ksmtp-22.04.3.ebuild
deleted file mode 100644
index 2884c04c0a15..000000000000
--- a/kde-apps/ksmtp/ksmtp-22.04.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.92.0
-QTMIN=5.15.4
-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="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}"