summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-22.08.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
deleted file mode 100644
index 3e0372f2560..00000000000
--- a/kde-apps/ksmtp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ksmtp-22.08.3.tar.xz 49080 BLAKE2B 29a901a419e367204886242513de5b6e7e7ef9a294beeb76081d55fd96ff394a4f483b51de7f539629acc3d78d5bfd1e5d9a7e0de7db7308d6005d3be5d48bd4 SHA512 9b7966e342c3b67af967709526b6135b3a47d1f55949e7fcd06c95f602a45ec8d86973ad801c1a69beef0f065814817a30430d7112bb221dc5ee723bcd5e4e7a
diff --git a/kde-apps/ksmtp/ksmtp-22.08.3.ebuild b/kde-apps/ksmtp/ksmtp-22.08.3.ebuild
deleted file mode 100644
index a89db708435..00000000000
--- a/kde-apps/ksmtp/ksmtp-22.08.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.96.0
-QTMIN=5.15.5
-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}"