summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 21:17:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 21:54:42 +0100
commit6d494d1a7f87e59d4446769cbdbecafa395d391d (patch)
tree8cbe0143a9db3387489339a7b0bad45d5ca5fa71 /kde-apps/ksmtp
parentkde-apps/kpkpass: 22.12.0 version bump (diff)
downloadgentoo-6d494d1a7f87e59d4446769cbdbecafa395d391d.tar.gz
gentoo-6d494d1a7f87e59d4446769cbdbecafa395d391d.tar.bz2
gentoo-6d494d1a7f87e59d4446769cbdbecafa395d391d.zip
kde-apps/ksmtp: 22.12.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-22.12.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 3e0372f25600..4dbe35fea0fd 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1 +1,2 @@
DIST ksmtp-22.08.3.tar.xz 49080 BLAKE2B 29a901a419e367204886242513de5b6e7e7ef9a294beeb76081d55fd96ff394a4f483b51de7f539629acc3d78d5bfd1e5d9a7e0de7db7308d6005d3be5d48bd4 SHA512 9b7966e342c3b67af967709526b6135b3a47d1f55949e7fcd06c95f602a45ec8d86973ad801c1a69beef0f065814817a30430d7112bb221dc5ee723bcd5e4e7a
+DIST ksmtp-22.12.0.tar.xz 50008 BLAKE2B a033ef47a4df30798d859ee2ce52b1e3457826e6959cc2e3f000ff7048afe637f8eab5253292db668e10e58d29e2afd3224c752e15078bcc159d9c9fb532226c SHA512 bc0c27788c33540e88da809fb3d3f9cc819cac5fe716e22aad431a2253c28ca3ab1f0826c9cc8df437541be49beeb4853c5e1004bd2be0c90409bccd426f3115
diff --git a/kde-apps/ksmtp/ksmtp-22.12.0.ebuild b/kde-apps/ksmtp/ksmtp-22.12.0.ebuild
new file mode 100644
index 000000000000..b06e1a62be00
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-22.12.0.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.99.0
+QTMIN=5.15.5
+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="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}"