summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 21:41:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 22:07:58 +0200
commit386ec7896e4ba66b016fb85d911a203d306a12a2 (patch)
tree70268eff6ae0d1d42f7cf9cfa492c2dac5bb885d /kde-apps
parentkde-apps/kpkpass: drop 23.08.0 (diff)
downloadgentoo-386ec7896e4ba66b016fb85d911a203d306a12a2.tar.gz
gentoo-386ec7896e4ba66b016fb85d911a203d306a12a2.tar.bz2
gentoo-386ec7896e4ba66b016fb85d911a203d306a12a2.zip
kde-apps/ksmtp: drop 23.08.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/ksmtp/Manifest1
-rw-r--r--kde-apps/ksmtp/ksmtp-23.08.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 3adb81e9f41c..f5547e6ceb6e 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,3 +1,2 @@
DIST ksmtp-23.04.3.tar.xz 50512 BLAKE2B 97ead474f49c084e63aa744340f0d24a00bfdd196065528bba4bf2dabe4fc0483f02ee35b2c38c3a29c04b64bf054c15bd0cf4a46f0c6aa2325a9531f874e94f SHA512 a722b08a8e3ba0c98d2c00aea7cb39a7866a820092e8ca201fb43a70725a323be4acc97657ae0f53e58517a0dca330902105e1fc91733fedecde8b2d04f6398b
-DIST ksmtp-23.08.0.tar.xz 50204 BLAKE2B 1dc73da50fccdd0e607048e1d6d6aeaff5b1222f7840fd6e7878c71be5ad6b6ee4fa80aa765b7b24f6d13f9909610b7a4c43d154b9f8873dfa9be27d8b076b8d SHA512 b7df7afeb5df183e0aad56536279f7893b596d9645f15276a601aee9f94b87a04be2a6cb7c31eae4ac07107a1716deb9497512a09bff07ff655531b633c7e920
DIST ksmtp-23.08.1.tar.xz 50200 BLAKE2B 85eac5bb2e9a3a660cd3894c4a949b6fd0023c80148752314df91fef1dd910efa483c3450062e885fd705b07e4f6a0e077976ce977f34ffd761a65b7d2624d7b SHA512 b550d8e89e516d2849cadcaea34ee572b72c55e29879648f10b10e4aad51b9147338a9db07338d50007edac530662c44031c501a2a94d3f2fd918000eefa0ada
diff --git a/kde-apps/ksmtp/ksmtp-23.08.0.ebuild b/kde-apps/ksmtp/ksmtp-23.08.0.ebuild
deleted file mode 100644
index 4e2cbeac3dd7..000000000000
--- a/kde-apps/ksmtp/ksmtp-23.08.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 642410
-
-DEPEND="
- dev-libs/cyrus-sasl
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"