From 77996f0bd46af757187d387e251f25fdf21a33f8 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 18 Apr 2019 12:40:20 +0200 Subject: kde-apps: Add KDE Applications 19.04.0 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- kde-apps/ksmtp/Manifest | 1 + kde-apps/ksmtp/ksmtp-19.04.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 kde-apps/ksmtp/ksmtp-19.04.0.ebuild (limited to 'kde-apps/ksmtp') diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 480ba4373fb0..5afcb89b1fe7 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1 +1,2 @@ DIST ksmtp-18.12.3.tar.xz 40240 BLAKE2B d7ddd30e6e85dbf6cc9a17a1afd8496faa828a29aa3557d97276b81ad2ff833d0b3c3fdcad6f4f227d518655b3bba3b7ad9489c5bfc9dcb5dce8f328d445cf5f SHA512 335f3b4f9572a3d96c2d91f529dfc6c4c620d0f3f07db2567bbf0f108cc58f9a15c5ac020dd6e875ba76e822fd80319ca7262e34ff9d742afe8db857b97c23cd +DIST ksmtp-19.04.0.tar.xz 40328 BLAKE2B f2c98fc740a73c6f3cdc1fb5d51c62fd810c392c940fcafaa279d51afd0bf24bb14fd9c41cad8d86aaa0316e5a5725768f56f5959aa7a736d49facd4a7136e50 SHA512 61d03e1268fdca5d374e73244db36281fd2733bea0b75926c5319f68586984984575324ce2de05be6ee57127ec03350ee157b078f70846e2af3a2be91479acdd diff --git a/kde-apps/ksmtp/ksmtp-19.04.0.ebuild b/kde-apps/ksmtp/ksmtp-19.04.0.ebuild new file mode 100644 index 000000000000..47c02b1d08af --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-19.04.0.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 -- cgit v1.2.3-65-gdbad