summaryrefslogtreecommitdiff
path: root/kde-apps/ksmtp/ksmtp-22.04.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-03 14:59:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-03 14:59:59 +0000
commit529abfa74a08ae5099db9780bcdf8250aa52ecb6 (patch)
tree2e2d1a9fd6e89b4872499afea3dc57490271e69c /kde-apps/ksmtp/ksmtp-22.04.3.ebuild
parente6ba529df30e3fc9dfdf55ec5797f2f764df6e54 (diff)
gentoo auto-resync : 03:12:2022 - 14:59:58
Diffstat (limited to 'kde-apps/ksmtp/ksmtp-22.04.3.ebuild')
-rw-r--r--kde-apps/ksmtp/ksmtp-22.04.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/ksmtp/ksmtp-22.04.3.ebuild b/kde-apps/ksmtp/ksmtp-22.04.3.ebuild
deleted file mode 100644
index 2884c04c0a15..000000000000
--- a/kde-apps/ksmtp/ksmtp-22.04.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.92.0
-QTMIN=5.15.4
-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}"