summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-07 19:18:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-07 19:18:36 +0200
commit2fb79a4076772020c18be0215abb7a430ac12b3b (patch)
tree02e6972566d0e4e18611dfd81121657a95919e66 /kde-apps/ksmtp
parentdev-libs/libinput: Restore version 1.10.6 (diff)
downloadgentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.tar.gz
gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.tar.bz2
gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.zip
kde-apps: Add KDE Applications 18.04.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-18.04.2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 4f545de7abf3..9122ca1c60a7 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1,3 @@
DIST ksmtp-17.12.3.tar.xz 38496 BLAKE2B 448a00e29c8bbd8143b5a18848aa6a1bf9bbc2f0b9270ff90c695e3b44c7fe6c055442cee685cb32259bd5fb9bc913ca0d302e68a3d600d0fadebb303fa7ff89 SHA512 9f11e39cfc7fc56a2e84b7a33ea832c3817069d8e91980bef936d3cffacbce320af1d31ead13b3d7db56953d6aa4bb0a91ffb28cbc6d2cd1d435bc9e077ea197
DIST ksmtp-18.04.1.tar.xz 38080 BLAKE2B a68f6a03b8aee4cd68a6a4aa309dd355b391748c953d10601a7fb78f1b0848b118fb25574751fc70e6881a265130239b2c47a8826a118ee6bdc9de7fc5b1ed61 SHA512 9593421d6cfaef49cb2aa2e4ce09cf0f956b6901b312ac7d60d28859e7e26ada8e2637e9393b1be833e9e66fb0299ca4993c67af8a208375149268a3ed2bec07
+DIST ksmtp-18.04.2.tar.xz 38092 BLAKE2B bd24a6df4c4600ceed1be2757521fe08048e3d9f144aee3a2ff4bf11b7a010cdcaffa6a989aac5917be04fd041eeef7bbd6d27f526e2fc605606d1258ed22b9d SHA512 d12124d564484a15862c92022e17ef94d3aeaeb8f3d44c79e9962f6712edcd8ab47de8af8433b76fdc3e568f03c95f59159a7d691aeaf4a26d8cf0683f74305f
diff --git a/kde-apps/ksmtp/ksmtp-18.04.2.ebuild b/kde-apps/ksmtp/ksmtp-18.04.2.ebuild
new file mode 100644
index 000000000000..237add174dc6
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-18.04.2.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