summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 13:49:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 15:13:27 +0200
commit0de1375404d21a7f49b98610a8e78185d58f5aa8 (patch)
treebdcc5446e2ac037ec2f3a7dd95c85483682a7005 /kde-apps/ksmtp
parentkde-apps/kpkpass: 22.08.2 version bump (diff)
downloadgentoo-0de1375404d21a7f49b98610a8e78185d58f5aa8.tar.gz
gentoo-0de1375404d21a7f49b98610a8e78185d58f5aa8.tar.bz2
gentoo-0de1375404d21a7f49b98610a8e78185d58f5aa8.zip
kde-apps/ksmtp: 22.08.2 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.08.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 1a37c01a485a..8d8afe308227 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1,3 @@
DIST ksmtp-22.04.3.tar.xz 48680 BLAKE2B 1d2924a58ac376a4a35aa3c5911bcde50571a145b5fa4575372b96722a81dcd2622d067907b117b2f857dbd45ac62de17067bb8e07d0be112a65ad7e1ddedb0c SHA512 58be1aca4d1cbafe66244a80ebd31831d5ed292ad456b97dc8109a050f04b8af3b7f5526a7c8db16b34320be860d376f29ebad092e1ab1ae6a7086464f3063d2
DIST ksmtp-22.08.1.tar.xz 49092 BLAKE2B f7f9e90db3506f32f4e0bfa22854279a5adaf7afd3d4789ba48d9c6a4781413699d7756a9f16ffee386dd12bea39d96c8896e4e57722ebda595fd947a4caff00 SHA512 7a6c4e5372ff8dcd474612113922e59f4b8cdb8b704fa287f720e7573b76713fb26ce78f5ec76d8a75dae3d421688cce0b4b54c2a5fb72f2b87eca3207c1a357
+DIST ksmtp-22.08.2.tar.xz 49084 BLAKE2B 06109d1d828b8d39b41b7c5a8b26cbf31354fab92d6840dc11282dcd18aeb928022c8bf53c10701f256f9eb1c51703ff14bd0838063da128151cdf3cdfb3edb6 SHA512 149b2402101795d52a797f7532f2d2a45d6b50c7d88746a82ca0bb6989280d645346b6704bde8d5f94c065f2ca54fb84bb32d11b9d67657c0edb219b7070948f
diff --git a/kde-apps/ksmtp/ksmtp-22.08.2.ebuild b/kde-apps/ksmtp/ksmtp-22.08.2.ebuild
new file mode 100644
index 000000000000..a89db7084350
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-22.08.2.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.96.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}"