diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-04 13:25:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-04 14:21:20 +0100 |
commit | c5b39d9eb76668fe04581c4839ea719264fe66a2 (patch) | |
tree | efc587951df3c194b9a6ac8966fe71db7d1f5fbb /kde-apps/ksmtp/ksmtp-21.08.3.ebuild | |
parent | kde-apps/kpkpass: 21.08.3 version bump (diff) | |
download | gentoo-c5b39d9eb76668fe04581c4839ea719264fe66a2.tar.gz gentoo-c5b39d9eb76668fe04581c4839ea719264fe66a2.tar.bz2 gentoo-c5b39d9eb76668fe04581c4839ea719264fe66a2.zip |
kde-apps/ksmtp: 21.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp/ksmtp-21.08.3.ebuild')
-rw-r--r-- | kde-apps/ksmtp/ksmtp-21.08.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild b/kde-apps/ksmtp/ksmtp-21.08.3.ebuild new file mode 100644 index 000000000000..443ea92ebdb3 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-21.08.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=5.84.0 +QTMIN=5.15.2 +inherit ecm 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="" + +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}" + +RESTRICT="test" # bug 642410 |