summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 16:04:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 17:06:07 +0200
commit8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch)
tree1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/ksmtp
parentdev-texlive/texlive-luatex: Add more blockers (diff)
downloadgentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-19.04.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 02d0ffab6fc6..03c856e20e8b 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1,3 @@
DIST ksmtp-18.12.3.tar.xz 40240 BLAKE2B d7ddd30e6e85dbf6cc9a17a1afd8496faa828a29aa3557d97276b81ad2ff833d0b3c3fdcad6f4f227d518655b3bba3b7ad9489c5bfc9dcb5dce8f328d445cf5f SHA512 335f3b4f9572a3d96c2d91f529dfc6c4c620d0f3f07db2567bbf0f108cc58f9a15c5ac020dd6e875ba76e822fd80319ca7262e34ff9d742afe8db857b97c23cd
DIST ksmtp-19.04.1.tar.xz 40456 BLAKE2B ae4ba7912b664e603ca5110a75b08f41e20ff36a8d0ed09a6ecb828e8e85d01f6f135ff4a551ee47940e4b5031e178401789c0b9a57ffeebe24a098cd9077052 SHA512 393b2615e7953f583b0992d4bc2d6054c83461e1eb638a4ad5cd828d092623dd68934676e2f8ea74d13592baff2f3a40da9404769e28da7d27b8f01e5f2ff79d
+DIST ksmtp-19.04.2.tar.xz 40284 BLAKE2B c0aaac06997c1b0bec5b5f597ec9bfad5a578a764afd0ea32029c9bb757cfe82d596be43948fe1d5493704457c1f0bdf8b052776981f9cb0e82aaf1169323b09 SHA512 3cfa70f66f4e044f3932272d1ae6a1c8b49110c1d669ecf9ee3ba75c97a02083356f6381fc82b0a9bd6936176171378c0bba142d511207fdb62bcf3421fef8f0
diff --git a/kde-apps/ksmtp/ksmtp-19.04.2.ebuild b/kde-apps/ksmtp/ksmtp-19.04.2.ebuild
new file mode 100644
index 000000000000..47c02b1d08af
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-19.04.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