summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-11 15:09:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-11 18:01:26 +0200
commita33dc72f67d2b69a3ddfd0bfe33956e794c9a1fc (patch)
treeb9415933807ddc9e25e98dfad6cb9df5eb9d12a9 /kde-apps
parentkde-apps/kpkpass: drop 23.04.0 (diff)
downloadgentoo-a33dc72f67d2b69a3ddfd0bfe33956e794c9a1fc.tar.gz
gentoo-a33dc72f67d2b69a3ddfd0bfe33956e794c9a1fc.tar.bz2
gentoo-a33dc72f67d2b69a3ddfd0bfe33956e794c9a1fc.zip
kde-apps/ksmtp: drop 23.04.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.04.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 6cdb616a8ee5..d2bfcf98802e 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,3 +1,2 @@
DIST ksmtp-22.12.3.tar.xz 50028 BLAKE2B a98394edeba2b4a2b4bfc80379b24253bf5305c55ca0208f8398a0a22d1eabcdfc26d5180954d129ab2f25c7e13bade31ce74e7a0e30e89a264b55d0aaccdd01 SHA512 a0262494399d2d8fc3f14e1ccbe63494e29e137ff75402a6ed407e30f9a2b7356be49d1757323a40edfc2ef447c82a8e3528e6816e57050fbc4b27315bfbce61
-DIST ksmtp-23.04.0.tar.xz 50524 BLAKE2B ccf3a7606807090d71c0e01e68bf95ad977e8350f21a6095cb92b2e68995b4c6fc0741396ceb7f7ad843f6de253d0de4ba2ebc86b05c1445e3abcef80b643d35 SHA512 ee1975f78bc9998725866014abae5a454163c5a0aa4f58f180d6fe75f5d850674c48d13f6075ece16a665da0546565bbef5096cf82ae60ba3a85719a2850ed43
DIST ksmtp-23.04.1.tar.xz 50532 BLAKE2B ab44406878f226b845c75a3ce78ea07657d0b868b60463f66584c4270884dd6ed3eec077b17eeb6552aa796c1fd3c5018dde9028b87b14ebfcfd3639e8fbb2a4 SHA512 c90f1d4a09a0c2867f7b3b1ca23866399bab282e815d1b89ef41cc54b3cd271da6163f7ce07680433106b348e49896fa8e0b8c6c7a5afe962af7f9dad760d353
diff --git a/kde-apps/ksmtp/ksmtp-23.04.0.ebuild b/kde-apps/ksmtp/ksmtp-23.04.0.ebuild
deleted file mode 100644
index 626ab8eb1987..000000000000
--- a/kde-apps/ksmtp/ksmtp-23.04.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.104.0
-QTMIN=5.15.5
-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}"