aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-04-08 11:11:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-04-08 11:11:55 +0200
commitd74caf0ae904cd7a01153f47cf5fcc82ba2ac22b (patch)
tree1a39ad6542e051e7a84dfb07cf674ccce6a78969 /kde-apps/ksmtp
parentkde-apps/kpkpass: 22.03.90 version bump (diff)
downloadkde-d74caf0ae904cd7a01153f47cf5fcc82ba2ac22b.tar.gz
kde-d74caf0ae904cd7a01153f47cf5fcc82ba2ac22b.tar.bz2
kde-d74caf0ae904cd7a01153f47cf5fcc82ba2ac22b.zip
kde-apps/ksmtp: 22.03.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-22.03.90.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 58aff246ff..0293ba587a 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1 +1,2 @@
DIST ksmtp-22.03.80.tar.xz 48540 BLAKE2B dd3c72116bbc2920773d729515f8d6eef5ec4758c9cf03385c36d0b277a12ee44f1cad39dd4a3be78cfdf89c70e742a26127466aff4c699f5e251d61d424ce51 SHA512 5bc78e2b6b9a7bd2a5aef5708fd81bca9331a5dde3faeb5c58cf373ba2bb79dda4f412617d0ee99a72f706998b3abf943bd10a9481a54834314201edca98cbe5
+DIST ksmtp-22.03.90.tar.xz 48500 BLAKE2B b23cad13cd0f01f391aa1334213df44287f44a860a7f614f3c76e486ba32320d189d27ef68fa6e9c48fe996ea975070659e1afb5733b28572bde0c092e789461 SHA512 d085473919105f946290e596ea01d634790e7bf2c053ab258dca780319a53e111a53758f298d8de1e1397a8fbe5c1cec3198abd1a3d24676371ff064ba3fc422
diff --git a/kde-apps/ksmtp/ksmtp-22.03.90.ebuild b/kde-apps/ksmtp/ksmtp-22.03.90.ebuild
new file mode 100644
index 0000000000..ac6dd7c8fa
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-22.03.90.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.92.0
+QTMIN=5.15.2
+inherit ecm 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="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bug 642410
+
+DEPEND="
+ dev-libs/cyrus-sasl
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"