summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:42:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:35:55 +0100
commit91e854a6ced80bc20f42c13d4566e9ce29b8a94c (patch)
tree5d9892eb7d40a8a26b348fe50416066587436226 /kde-apps/ksmtp
parentkde-apps/kpkpass: drop 24.02.0 (diff)
downloadgentoo-91e854a6ced80bc20f42c13d4566e9ce29b8a94c.tar.gz
gentoo-91e854a6ced80bc20f42c13d4566e9ce29b8a94c.tar.bz2
gentoo-91e854a6ced80bc20f42c13d4566e9ce29b8a94c.zip
kde-apps/ksmtp: drop 24.02.0
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.02.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 79d148d25a81..d3a6462cc5e3 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,3 +1,2 @@
DIST ksmtp-23.08.5.tar.xz 50196 BLAKE2B 290b97ee1bb92c904c605dc86e85bb002ac53e07e84fc691b5129e47ef4b083469ae1ea40fa11a5d9bda02f1b6c3384fbe2bf4b08f12129b5254096fcccbec67 SHA512 d5ab89d6f21da1df4ce236c08545eb79fc7720caea0e5c61d457663f6ad62a519fe51fe87614ac4ca8fd5e0d9b90f2d108cc3ca6051009cca3dab324848c9c09
-DIST ksmtp-24.02.0.tar.xz 51432 BLAKE2B 0f8d2f0e2e2fd29f6207167fd978f25b5d55c6e38a55d221272f13955ed72649d2265ab87b5b2af26419cbab8b281a70f97ac4945fa67bf7857d2056c8ec788a SHA512 c0438b575e868c12c3080fa9d4b39e6fb2c22193cec3a3d4d62c6bb0d25414b528d1d3170819c060aad2c8d0a5d3062f08d7b3e52c07de16d1a6dfc7ff746c2a
DIST ksmtp-24.02.1.tar.xz 51444 BLAKE2B f80b938272244333569804695585a79394dbcaa367bc881cfa82a9ff75c1387808471139a118239ed95d108cfbb3b9927648291e93bea2097b0f9d5b864123ce SHA512 fece1f6d6fd08ca11580abd3ba1fdfa56d72b5cbf601e3232793b713082e11f27f09f63e881ac138f3daa07675a9d04abebda7204af309424da47c04b06d3018
diff --git a/kde-apps/ksmtp/ksmtp-24.02.0.ebuild b/kde-apps/ksmtp/ksmtp-24.02.0.ebuild
deleted file mode 100644
index 7351390c0ef7..000000000000
--- a/kde-apps/ksmtp/ksmtp-24.02.0.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.0
-QTMIN=6.6.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"
-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}"