diff options
Diffstat (limited to 'kde-apps/ksmtp/ksmtp-23.08.1.ebuild')
-rw-r--r-- | kde-apps/ksmtp/ksmtp-23.08.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/ksmtp/ksmtp-23.08.1.ebuild b/kde-apps/ksmtp/ksmtp-23.08.1.ebuild deleted file mode 100644 index 4e2cbeac3dd7..000000000000 --- a/kde-apps/ksmtp/ksmtp-23.08.1.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}" |