summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-10 21:19:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:13:15 +0200
commit83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b (patch)
treeb45546dce283baad7492c85797d5bc6f8e535918 /kde-apps/ksmtp
parentkde-frameworks: Add KDE Frameworks 5.63.0 (diff)
downloadgentoo-83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b.tar.gz
gentoo-83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b.tar.bz2
gentoo-83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b.zip
kde-apps: Add KDE Applications 19.08.2
Package-Manager: Portage-2.3.76, Repoman-2.3.17 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-19.08.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 948d8707e30c..22e736efa812 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1,3 @@
DIST ksmtp-19.04.3.tar.xz 40428 BLAKE2B 968eed061de54b762ab1c7bbaf9c8a59feafcd744e25ae8ac4a471b0d851d10d5ddfb185208b77658ae3a0410d35976c4dfe1107b323c95b941386b0ef8b088b SHA512 08cb69987cf332ec08beaa5bb30a80acd1cf916473dbf90e60b672eac76022a83aeba44da1dcb8a8c8545d90e07c3dde342a01ca7c380032cc6da8d581ee47d5
DIST ksmtp-19.08.1.tar.xz 40536 BLAKE2B 00e5db05db86aae28ad8cfcf2bb32ad3b5f818413a9b2c04196150f8fb52a6c9b94eb90d5d5a0bdf2e0287dc36baa0eb53f417a2ef12310f12e44859206c1527 SHA512 612c65cf8ace1150c195fbe0d12774a2d0ef6386a5810091dc7b2b6eff3182db17941102920201a2593357ca288b97fb041db8abe20b25bf81ccbabfc355e8ad
+DIST ksmtp-19.08.2.tar.xz 40444 BLAKE2B ea8066c729e4893942bbdf60ae7a8f860d76c82f3d00ec77300e62ac1645ca0b32887e689baa6ad817f8fb18651594b1c97c9f2ef61e818c4623ec134090387d SHA512 a5b5202b8beb93ca44df32bb90aaa2984e0a17bd50e73915838c9b7844bc90bb91a2fca16bad9168797f442c686826fe27d7e63d6eb66f5de4f21223b4037239
diff --git a/kde-apps/ksmtp/ksmtp-19.08.2.ebuild b/kde-apps/ksmtp/ksmtp-19.08.2.ebuild
new file mode 100644
index 000000000000..47c02b1d08af
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-19.08.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Job-based library to send email through an SMTP server"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_qt_dep qtnetwork)
+ dev-libs/cyrus-sasl
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # bug 642410