diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-21 22:24:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-21 22:27:15 +0100 |
commit | d34ecd1f6b3421a6fc695cdbdc260e51ef29690e (patch) | |
tree | 86c9a204506bec7d2018dfa651093f5416f1a16f /kde-apps | |
parent | kde-apps/kpkpass: drop 24.12.0 (diff) | |
download | gentoo-d34ecd1f6b3421a6fc695cdbdc260e51ef29690e.tar.gz gentoo-d34ecd1f6b3421a6fc695cdbdc260e51ef29690e.tar.bz2 gentoo-d34ecd1f6b3421a6fc695cdbdc260e51ef29690e.zip |
kde-apps/ksmtp: drop 24.12.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ksmtp/ksmtp-24.12.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/ksmtp/ksmtp-24.12.0.ebuild b/kde-apps/ksmtp/ksmtp-24.12.0.ebuild deleted file mode 100644 index 55d5654293ae..000000000000 --- a/kde-apps/ksmtp/ksmtp-24.12.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.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}" |