summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 13:16:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 17:45:06 +0200
commit11d2d3b27018dfd72c30720eff4040ce7cb69f2a (patch)
treec943ad284444d5e8907d2c5f679a253243183d1b /kde-apps/ksmtp
parentkde-apps/kpkpass: 20.08.0 version bump (diff)
downloadgentoo-11d2d3b27018dfd72c30720eff4040ce7cb69f2a.tar.gz
gentoo-11d2d3b27018dfd72c30720eff4040ce7cb69f2a.tar.bz2
gentoo-11d2d3b27018dfd72c30720eff4040ce7cb69f2a.zip
kde-apps/ksmtp: 20.08.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-20.08.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index e2a71d56ba70..83b42f94a971 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1 +1,2 @@
DIST ksmtp-20.04.3.tar.xz 41520 BLAKE2B a1689374eb868c414a4f3d1c957cab05cacfff4e4d4f6eecf1cc7436d3cb8d05999ab19d0d3e1c1570f71fac80549407f2f3cd20c99924ccb5d037c7b8841187 SHA512 c9794ca8dd93e25c79dd22fab38f71a421da1612658830ffe87cc8e751db9624a3d1924edd52d6fdaa97044e4d1accef5b6807f9461f857bedccc00f4d54f109
+DIST ksmtp-20.08.0.tar.xz 42424 BLAKE2B dba590fdffcb8684e3c6d64c7dac626d3555fbe822b0cf91c50df6716f8a8bf67f375c336e268665302b6298fad8af07a97757c3a1445ee93ad1a10b11ef3837 SHA512 1a86d3dbbc70b612e904f080a635159ce1cbdad82a21ab05aad098fbe129ab2e35d6072be1586a882552b33ecdb9e75f49ad6f37e8094309af129acab83204cc
diff --git a/kde-apps/ksmtp/ksmtp-20.08.0.ebuild b/kde-apps/ksmtp/ksmtp-20.08.0.ebuild
new file mode 100644
index 000000000000..65429f7fce4e
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-20.08.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.72.0
+QTMIN=5.14.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 ~x86"
+IUSE=""
+
+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}"
+
+RESTRICT+=" test" # bug 642410