summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:58:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:59:10 +0200
commit420336464e757748fd3f7b63bdb565f3529b203c (patch)
tree86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/ksmtp
parentdev-lang/vala: p.masked bump to 0.45.3 (diff)
downloadgentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-18.12.3.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 8149f822ebf0..bf664a5e0ca1 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1 @@
-DIST ksmtp-18.12.3.tar.xz 40240 BLAKE2B d7ddd30e6e85dbf6cc9a17a1afd8496faa828a29aa3557d97276b81ad2ff833d0b3c3fdcad6f4f227d518655b3bba3b7ad9489c5bfc9dcb5dce8f328d445cf5f SHA512 335f3b4f9572a3d96c2d91f529dfc6c4c620d0f3f07db2567bbf0f108cc58f9a15c5ac020dd6e875ba76e822fd80319ca7262e34ff9d742afe8db857b97c23cd
DIST ksmtp-19.04.3.tar.xz 40428 BLAKE2B 968eed061de54b762ab1c7bbaf9c8a59feafcd744e25ae8ac4a471b0d851d10d5ddfb185208b77658ae3a0410d35976c4dfe1107b323c95b941386b0ef8b088b SHA512 08cb69987cf332ec08beaa5bb30a80acd1cf916473dbf90e60b672eac76022a83aeba44da1dcb8a8c8545d90e07c3dde342a01ca7c380032cc6da8d581ee47d5
diff --git a/kde-apps/ksmtp/ksmtp-18.12.3.ebuild b/kde-apps/ksmtp/ksmtp-18.12.3.ebuild
deleted file mode 100644
index a88b1c059002..000000000000
--- a/kde-apps/ksmtp/ksmtp-18.12.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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