aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-11 19:45:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-11 19:45:58 +0100
commitf0245aa61f847a5b6323ae4b65b3ad1f486d44b9 (patch)
treeac9f38ea4a84561e1675ea4ea8976620fd341022 /kde-apps/ksmtp
parentkde-apps/kpkpass: Add 24.12 stable branch (diff)
downloadkde-f0245aa61f847a5b6323ae4b65b3ad1f486d44b9.tar.gz
kde-f0245aa61f847a5b6323ae4b65b3ad1f486d44b9.tar.bz2
kde-f0245aa61f847a5b6323ae4b65b3ad1f486d44b9.zip
kde-apps/ksmtp: Add 24.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/ksmtp-24.12.49.9999.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/ksmtp-24.12.49.9999.ebuild b/kde-apps/ksmtp/ksmtp-24.12.49.9999.ebuild
new file mode 100644
index 0000000000..e06efb1953
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-24.12.49.9999.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=""
+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}"