summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 15:19:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:57:45 +0100
commit8f3adddbe976665f5eb7b07fd3bbb36cacccac2b (patch)
tree9ec3d87a4e8fea107c8534c1a872e3ee92e0cb0d /kde-apps/ksmtp
parentkde-apps/kpkpass: 20.12.0 version bump (diff)
downloadgentoo-8f3adddbe976665f5eb7b07fd3bbb36cacccac2b.tar.gz
gentoo-8f3adddbe976665f5eb7b07fd3bbb36cacccac2b.tar.bz2
gentoo-8f3adddbe976665f5eb7b07fd3bbb36cacccac2b.zip
kde-apps/ksmtp: 20.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-20.12.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 48afa79a05a1..aa654ed7107c 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1 +1,2 @@
DIST ksmtp-20.08.3.tar.xz 42436 BLAKE2B c203c4be99b25ec3dd29c17d772da381d5a24efcb54b524fdb4fd69dc5d572076d95db331734a2b1d5409ff35d3570f2263666ec4395b44db481535704059d5f SHA512 57f549f1e37f09d656ea338688aec663fe56b08384f57d1cea5c5418c073f1ada90941462bbc279619ebda7243a961c7017e686ccc89f076e0d68c20307d4eee
+DIST ksmtp-20.12.0.tar.xz 43076 BLAKE2B 264be4ff19a2d303b189f16eff0d212fc52548e5fa6d71a9da49238c4fa43662f0c3bf18b0c42b37608013806c190f3a0cf9c309f7eaa77270c27918b73bfea4 SHA512 b093b98fbf5649ba50dd24b6db0437711cc90c25379946aca7c0f4d078bf4212446da1fb573aab4296f8e79707dc0e284954c13299ce1ab78018bf71103f2442
diff --git a/kde-apps/ksmtp/ksmtp-20.12.0.ebuild b/kde-apps/ksmtp/ksmtp-20.12.0.ebuild
new file mode 100644
index 000000000000..b01e02f3252b
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-20.12.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.75.0
+QTMIN=5.15.1
+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 ~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