summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-25.04.1.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..b054885b18e
--- /dev/null
+++ b/kde-apps/ksmtp/Manifest
@@ -0,0 +1 @@
+DIST ksmtp-25.04.1.tar.xz 53216 BLAKE2B 29fa400b1e6bdb4d4463f54c9c290cd98a9d05dd85ac0db000e01d978a225d3fd22935f24fc68bb8403ace12908cb37fcffc8958d118187a7a60efc68f65ff67 SHA512 82df93d84d998546a5e57ad6e2a7094ece5e5e87b8b94d5c414e8e19fe38a28030be43d6fe082128706a97e650d4afbca43f9eba1b14a500270600e95dc89c80
diff --git a/kde-apps/ksmtp/ksmtp-25.04.1.ebuild b/kde-apps/ksmtp/ksmtp-25.04.1.ebuild
new file mode 100644
index 00000000000..e87e6cae6c5
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-25.04.1.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.13.0
+QTMIN=6.7.2
+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"
+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}"