summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-18.04.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index b236d07eb501..70057b120c08 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1 +1,2 @@
DIST ksmtp-17.12.3.tar.xz 38496 BLAKE2B 448a00e29c8bbd8143b5a18848aa6a1bf9bbc2f0b9270ff90c695e3b44c7fe6c055442cee685cb32259bd5fb9bc913ca0d302e68a3d600d0fadebb303fa7ff89 SHA512 9f11e39cfc7fc56a2e84b7a33ea832c3817069d8e91980bef936d3cffacbce320af1d31ead13b3d7db56953d6aa4bb0a91ffb28cbc6d2cd1d435bc9e077ea197
+DIST ksmtp-18.04.0.tar.xz 37812 BLAKE2B c7738dff480c0dd600e04bfec636996bd213a100d50d53ae0fd0af7911d2b8e3d01ed4764e6c91260337b25931e3e1c2b816d92e111d4adaac8aacc55b44e9d9 SHA512 741c86b15cc4256788cc9476db67436af17563dbd0e87918096c95b992885cbc9bc7d43f3c8b6f52626d8e6aac4d3b071ac01adc651db7f5fa5dbeb263b260dd
diff --git a/kde-apps/ksmtp/ksmtp-18.04.0.ebuild b/kde-apps/ksmtp/ksmtp-18.04.0.ebuild
new file mode 100644
index 000000000000..237add174dc6
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-18.04.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Job-based library to send email through an SMTP server"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtnetwork)
+ dev-libs/cyrus-sasl
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # bug 642410