diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-15 10:40:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-15 13:23:47 +0100 |
commit | c3784d658c7c9f3ddbcaff43fc51d258a0f05fc7 (patch) | |
tree | 789c2c8f5d1ad684a774a5a10bb80bef9b635f07 /kde-apps/ksmtp | |
parent | kde-apps/kpkpass: 23.08.5 version bump (diff) | |
download | gentoo-c3784d658c7c9f3ddbcaff43fc51d258a0f05fc7.tar.gz gentoo-c3784d658c7c9f3ddbcaff43fc51d258a0f05fc7.tar.bz2 gentoo-c3784d658c7c9f3ddbcaff43fc51d258a0f05fc7.zip |
kde-apps/ksmtp: 23.08.5 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-23.08.5.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 261ecff04f37..e13b366a824e 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1 +1,2 @@ DIST ksmtp-23.08.4.tar.xz 50220 BLAKE2B 4b5f76667bf6f8321e478315a00b4a683f12b357be3d964f2076f24716d00f9f72e69c19865c9a89f6b90ee43320af648155ee80cfcd138055d59cdfb03acf4b SHA512 3a94f0fd40a1cc234f56d8f61beb3056a397c5c2842b131b7dd83860b35ecff0befd997bc5be7359931e547b4fa5e681843899ff65c940aae241531393d833f6 +DIST ksmtp-23.08.5.tar.xz 50196 BLAKE2B 290b97ee1bb92c904c605dc86e85bb002ac53e07e84fc691b5129e47ef4b083469ae1ea40fa11a5d9bda02f1b6c3384fbe2bf4b08f12129b5254096fcccbec67 SHA512 d5ab89d6f21da1df4ce236c08545eb79fc7720caea0e5c61d457663f6ad62a519fe51fe87614ac4ca8fd5e0d9b90f2d108cc3ca6051009cca3dab324848c9c09 diff --git a/kde-apps/ksmtp/ksmtp-23.08.5.ebuild b/kde-apps/ksmtp/ksmtp-23.08.5.ebuild new file mode 100644 index 000000000000..84e47c6bdf47 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-23.08.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 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}" |