summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-25.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 e40b709ac3f..00000000000
--- a/kde-apps/ksmtp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ksmtp-25.08.3.tar.xz 55696 BLAKE2B 0c0c3e4821a0989ff6bfc801f0e8a8b60a543cc268170f1bfed11b3131d0bf1fbfc0e6a4f4aef94c197b9379b93d5a2edf1ed99726c51bf297430b04dcb02bc1 SHA512 bf694d661327078e491bc21bb9043330bc306288d0f7b59107814418ab92706e4c20204b2f86ecee59ed455dbbb72fc42bcd4b0f831058a4f86452d4a0b8627a
diff --git a/kde-apps/ksmtp/ksmtp-25.08.3.ebuild b/kde-apps/ksmtp/ksmtp-25.08.3.ebuild
deleted file mode 100644
index f0e0e6aa184..00000000000
--- a/kde-apps/ksmtp/ksmtp-25.08.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.16.0
-QTMIN=6.9.1
-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="6/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RESTRICT="test" # bug 642410
-
-DEPEND="
- dev-libs/cyrus-sasl
- >=dev-qt/qtbase-${QTMIN}:6[network]
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"