diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-08 13:52:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-08 14:42:33 +0200 |
commit | 64b117e5691decab9ff364a8231741b4baa6fa8a (patch) | |
tree | b03a9618c1bde4b342e4e2b60359eb54406b80c2 /kde-apps/ksmtp | |
parent | kde-apps/kpkpass: 22.08.1 version bump (diff) | |
download | gentoo-64b117e5691decab9ff364a8231741b4baa6fa8a.tar.gz gentoo-64b117e5691decab9ff364a8231741b4baa6fa8a.tar.bz2 gentoo-64b117e5691decab9ff364a8231741b4baa6fa8a.zip |
kde-apps/ksmtp: 22.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-22.08.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index c1375b113a96..8005bee33e97 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1,3 @@ DIST ksmtp-22.04.3.tar.xz 48680 BLAKE2B 1d2924a58ac376a4a35aa3c5911bcde50571a145b5fa4575372b96722a81dcd2622d067907b117b2f857dbd45ac62de17067bb8e07d0be112a65ad7e1ddedb0c SHA512 58be1aca4d1cbafe66244a80ebd31831d5ed292ad456b97dc8109a050f04b8af3b7f5526a7c8db16b34320be860d376f29ebad092e1ab1ae6a7086464f3063d2 DIST ksmtp-22.08.0.tar.xz 49052 BLAKE2B e7f9143d26f4a429600ca3ce81c6f2af2d48eb7d2d5a5cfd87d1153a26267b1d2473e7e5826b595ad88ad0c4b1ad88f46e71d2369a7a7c34cb6bfa88959613a6 SHA512 0ad7a2397046c809b948bed3562cc384c5a805aa5ee366fc32ad96e50350a9276f01f72b29304b2b66fe612306a6a251c7dfec6d96ce4d2914e3e7c0d8a779ee +DIST ksmtp-22.08.1.tar.xz 49092 BLAKE2B f7f9e90db3506f32f4e0bfa22854279a5adaf7afd3d4789ba48d9c6a4781413699d7756a9f16ffee386dd12bea39d96c8896e4e57722ebda595fd947a4caff00 SHA512 7a6c4e5372ff8dcd474612113922e59f4b8cdb8b704fa287f720e7573b76713fb26ce78f5ec76d8a75dae3d421688cce0b4b54c2a5fb72f2b87eca3207c1a357 diff --git a/kde-apps/ksmtp/ksmtp-22.08.1.ebuild b/kde-apps/ksmtp/ksmtp-22.08.1.ebuild new file mode 100644 index 000000000000..a89db7084350 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-22.08.1.ebuild @@ -0,0 +1,29 @@ +# 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.96.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}" |