diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-22 10:14:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-22 11:12:26 +0200 |
commit | 499f1fb3f6460d7b7789ef1fa7a07145e3084e66 (patch) | |
tree | eb2971a311a2bd89be3f625b0e9fd367db873aca /kde-apps | |
parent | kde-apps/kpkpass: 23.04.0 version bump (diff) | |
download | gentoo-499f1fb3f6460d7b7789ef1fa7a07145e3084e66.tar.gz gentoo-499f1fb3f6460d7b7789ef1fa7a07145e3084e66.tar.bz2 gentoo-499f1fb3f6460d7b7789ef1fa7a07145e3084e66.zip |
kde-apps/ksmtp: 23.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-23.04.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index c5a00a79b97b..f67521711f44 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1 +1,2 @@ DIST ksmtp-22.12.3.tar.xz 50028 BLAKE2B a98394edeba2b4a2b4bfc80379b24253bf5305c55ca0208f8398a0a22d1eabcdfc26d5180954d129ab2f25c7e13bade31ce74e7a0e30e89a264b55d0aaccdd01 SHA512 a0262494399d2d8fc3f14e1ccbe63494e29e137ff75402a6ed407e30f9a2b7356be49d1757323a40edfc2ef447c82a8e3528e6816e57050fbc4b27315bfbce61 +DIST ksmtp-23.04.0.tar.xz 50524 BLAKE2B ccf3a7606807090d71c0e01e68bf95ad977e8350f21a6095cb92b2e68995b4c6fc0741396ceb7f7ad843f6de253d0de4ba2ebc86b05c1445e3abcef80b643d35 SHA512 ee1975f78bc9998725866014abae5a454163c5a0aa4f58f180d6fe75f5d850674c48d13f6075ece16a665da0546565bbef5096cf82ae60ba3a85719a2850ed43 diff --git a/kde-apps/ksmtp/ksmtp-23.04.0.ebuild b/kde-apps/ksmtp/ksmtp-23.04.0.ebuild new file mode 100644 index 000000000000..626ab8eb1987 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-23.04.0.ebuild @@ -0,0 +1,29 @@ +# 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.104.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}" |