summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 22:41:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-23 17:59:00 +0200
commit8453862cc9fda5c8d50dc574ac877783c8e81326 (patch)
tree4a919a49e1dc49343e2f6401b601a94500437d0c /kde-apps/ksmtp
parentkde-apps/kpkpass: 24.05.0 version bump (diff)
downloadgentoo-8453862cc9fda5c8d50dc574ac877783c8e81326.tar.gz
gentoo-8453862cc9fda5c8d50dc574ac877783c8e81326.tar.bz2
gentoo-8453862cc9fda5c8d50dc574ac877783c8e81326.zip
kde-apps/ksmtp: 24.05.0 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.05.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 71a6180c642d..751d0156bac4 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1,3 @@
DIST ksmtp-23.08.5.tar.xz 50196 BLAKE2B 290b97ee1bb92c904c605dc86e85bb002ac53e07e84fc691b5129e47ef4b083469ae1ea40fa11a5d9bda02f1b6c3384fbe2bf4b08f12129b5254096fcccbec67 SHA512 d5ab89d6f21da1df4ce236c08545eb79fc7720caea0e5c61d457663f6ad62a519fe51fe87614ac4ca8fd5e0d9b90f2d108cc3ca6051009cca3dab324848c9c09
DIST ksmtp-24.04.90.tar.xz 52308 BLAKE2B 77d857afc2dfc17d09c01861663821ab1cf43a07358d16444b031d1c503dd8be4a08e1e4ee473b02d1fba8583b1bfb22e6b924b7a1505e97fbc668de767f6981 SHA512 42d11449a39967c076f3b4a17db80ba8265542f1a60b22b349ca8f28e1ed23760e83d87cdadcfcbaaa7c1c1006e3023990046ff692ac0fdc2066d5762b6e4b79
+DIST ksmtp-24.05.0.tar.xz 52324 BLAKE2B ff88552172e27c9fa43071e65033eff4ca918bf651e18b15c276309418898700f16f87f791b41dc35512a14c244d4a513d3fc05e096e0ec03a95b00dc5a63497 SHA512 2f7437f037364035cc7021603163bb7ff8d4a0fe60d1a5812fdc64a8eee10295e3e102d7babef68a217d0b5900085c920efb8ee9fdb1a3ecc455c8a191dd4bd4
diff --git a/kde-apps/ksmtp/ksmtp-24.05.0.ebuild b/kde-apps/ksmtp/ksmtp-24.05.0.ebuild
new file mode 100644
index 000000000000..dd2472cea118
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-24.05.0.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.0.0
+QTMIN=6.6.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"
+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}"