summaryrefslogtreecommitdiff
path: root/kde-apps/ksmtp
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-25.12.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
new file mode 100644
index 00000000000..1598316d3a0
--- /dev/null
+++ b/kde-apps/ksmtp/Manifest
@@ -0,0 +1 @@
+DIST ksmtp-25.12.0.tar.xz 55652 BLAKE2B 7476d9058d3d686ba1d95040aca044be491265ffd235593d20a78a5fbfef6ed2a4fec26c4c44b4a7d09570c6483eb9734cf4bc27c697f4f6bf283bec72ee84a0 SHA512 7f93f99ca6580bd88db2f79313e3bb914e2cae05622f3d82d803e5efdf13fb6cdc0df3e00db1ca6c02532021d802ddc742a957217e82c628ce037ef6bf533b6e
diff --git a/kde-apps/ksmtp/ksmtp-25.12.0.ebuild b/kde-apps/ksmtp/ksmtp-25.12.0.ebuild
new file mode 100644
index 00000000000..0092e0dee80
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-25.12.0.ebuild
@@ -0,0 +1,29 @@
+# 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.19.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}"