summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 13:19:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 17:24:50 +0100
commit12c019aeb89427b34cb79e86184719cc1c6031dc (patch)
tree17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/ksmtp
parentprofiles: Last-rite kde-apps/dolphin-plugins (diff)
downloadgentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz
gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2
gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-18.08.3.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 5c5917a2ea0e..480ba4373fb0 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1 @@
-DIST ksmtp-18.08.3.tar.xz 38996 BLAKE2B 341e5f8c247494ad868a41754e4a8cabed363eee43d2abfd4d372303e3885583de0758d82dea7c663af60fa3e331bbf2e99224838c48e100771042208a9f9a33 SHA512 80553111da6bc6ca070a68c6de62b3fe28f5938889c78dd227b546c62f0eb712222fa6a49747e627c386ff6bb229b6cb561af0ced804490ea45b028e1107581f
DIST ksmtp-18.12.3.tar.xz 40240 BLAKE2B d7ddd30e6e85dbf6cc9a17a1afd8496faa828a29aa3557d97276b81ad2ff833d0b3c3fdcad6f4f227d518655b3bba3b7ad9489c5bfc9dcb5dce8f328d445cf5f SHA512 335f3b4f9572a3d96c2d91f529dfc6c4c620d0f3f07db2567bbf0f108cc58f9a15c5ac020dd6e875ba76e822fd80319ca7262e34ff9d742afe8db857b97c23cd
diff --git a/kde-apps/ksmtp/ksmtp-18.08.3.ebuild b/kde-apps/ksmtp/ksmtp-18.08.3.ebuild
deleted file mode 100644
index 88298a5c7ea8..000000000000
--- a/kde-apps/ksmtp/ksmtp-18.08.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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_qt_dep qtnetwork)
- dev-libs/cyrus-sasl
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # bug 642410