summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-18 11:23:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-04 08:35:33 +0200
commitc3009fbe3d6e4602181b0d3b360fa602fcc82931 (patch)
tree4a474d84982e8396035a5ca266c6ab06304f2b2f /kde-apps/ksmtp
parentkde-apps/kpkpass: drop 19.12.3* (diff)
downloadgentoo-c3009fbe3d6e4602181b0d3b360fa602fcc82931.tar.gz
gentoo-c3009fbe3d6e4602181b0d3b360fa602fcc82931.tar.bz2
gentoo-c3009fbe3d6e4602181b0d3b360fa602fcc82931.zip
kde-apps/ksmtp: drop 19.12.3*
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-19.12.3.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 733d8eec7d25..e2a71d56ba70 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1 @@
-DIST ksmtp-19.12.3.tar.xz 41044 BLAKE2B d79639d51a87500543d63e4c3b19b6e9272b590729155e1359e6518a7fe32511b82acf84b612d90f7177eef472e005cdf76215c8cdab762a63f7af7aef6f6cc0 SHA512 f3912274d4cc007b8967abd07055c539b609069c5ec0769bfa20d6a2247a4bd43d88526693aea36705b62c5a6c8d0b51ce13e9a36973ec019adef547239ff589
DIST ksmtp-20.04.3.tar.xz 41520 BLAKE2B a1689374eb868c414a4f3d1c957cab05cacfff4e4d4f6eecf1cc7436d3cb8d05999ab19d0d3e1c1570f71fac80549407f2f3cd20c99924ccb5d037c7b8841187 SHA512 c9794ca8dd93e25c79dd22fab38f71a421da1612658830ffe87cc8e751db9624a3d1924edd52d6fdaa97044e4d1accef5b6807f9461f857bedccc00f4d54f109
diff --git a/kde-apps/ksmtp/ksmtp-19.12.3.ebuild b/kde-apps/ksmtp/ksmtp-19.12.3.ebuild
deleted file mode 100644
index 318883d58fdf..000000000000
--- a/kde-apps/ksmtp/ksmtp-19.12.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.63.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Job-based library to send email through an SMTP server"
-HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- dev-libs/cyrus-sasl
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # bug 642410