aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-11 00:17:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-11 00:17:32 +0200
commitba8f008171896521c085b9f25ad4f62eb5a932d1 (patch)
tree30506e60be3b9c68dcd3181a347b3b39673c67b0 /kde-apps/ksmtp
parentkde-apps/kpkpass: 24.07.90 version bump (diff)
downloadkde-ba8f008171896521c085b9f25ad4f62eb5a932d1.tar.gz
kde-ba8f008171896521c085b9f25ad4f62eb5a932d1.tar.bz2
kde-ba8f008171896521c085b9f25ad4f62eb5a932d1.zip
kde-apps/ksmtp: 24.07.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-24.07.90.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 0000000000..5fc199136c
--- /dev/null
+++ b/kde-apps/ksmtp/Manifest
@@ -0,0 +1 @@
+DIST ksmtp-24.07.90.tar.xz 53124 BLAKE2B 90c65962ff3db7a89ac26c6d7d594c0ea222932d1e50021c31770011768f8cd71b97c888d4c2f24783947e991a9d7e9b9227fcf32a4ae1c8264af3870d41ec1d SHA512 07983690396d58da0f1aca5155f9e576318d54686029974468d61139b1fbb750296e2075b35b150581da85c40563ce4be55cde003dbee7460e750b1fc82832a7
diff --git a/kde-apps/ksmtp/ksmtp-24.07.90.ebuild b/kde-apps/ksmtp/ksmtp-24.07.90.ebuild
new file mode 100644
index 0000000000..55d5654293
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-24.07.90.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.5.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}"