aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:13:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:13:09 +0100
commit22b820c64be2b93c647fc055e655aab92b0ccc6b (patch)
tree2264f6a27231a943a0ddf6d5e28468b12bd58693 /kde-apps/ksmtp
parentkde-apps/kpkpass: drop 24.08.3 (diff)
downloadkde-22b820c64be2b93c647fc055e655aab92b0ccc6b.tar.gz
kde-22b820c64be2b93c647fc055e655aab92b0ccc6b.tar.bz2
kde-22b820c64be2b93c647fc055e655aab92b0ccc6b.zip
kde-apps/ksmtp: drop 24.08.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-24.08.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
deleted file mode 100644
index d79a6279fe..0000000000
--- a/kde-apps/ksmtp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ksmtp-24.08.3.tar.xz 53096 BLAKE2B 200291395bfc2058c6d3a23e7edf1c693d9e315810c25f95418389ccf974428bb3b8d29a6189c1199969cf2184fa359aba7d09fdfaa2663a8043b1c1a21308b7 SHA512 5af330e3ac610d8c4beb5f7c9cdebea69c646f374540721d00309692d20b34c190c1ae284a322fe0f6e933884c3ba635e6ba46dd17fa66e4593a82f0cf1d340a
diff --git a/kde-apps/ksmtp/ksmtp-24.08.3.ebuild b/kde-apps/ksmtp/ksmtp-24.08.3.ebuild
deleted file mode 100644
index 55d5654293..0000000000
--- a/kde-apps/ksmtp/ksmtp-24.08.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.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="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RESTRICT="test" # bug 642410
-
-DEPEND="
- dev-libs/cyrus-sasl
- >=dev-qt/qtbase-${QTMIN}:6[network]
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"