diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 12:04:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 15:46:30 +0200 |
commit | b12551b7982f4d7b34191d6d49a41a92b808e424 (patch) | |
tree | bfb1a58ee6b8b32a565feb98fb87451ee1522b81 /kde-apps | |
parent | kde-apps/kpkpass: 21.04.0 version bump (diff) | |
download | gentoo-b12551b7982f4d7b34191d6d49a41a92b808e424.tar.gz gentoo-b12551b7982f4d7b34191d6d49a41a92b808e424.tar.bz2 gentoo-b12551b7982f4d7b34191d6d49a41a92b808e424.zip |
kde-apps/ksmtp: 21.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-21.04.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 600f03fe485f..a32938d9fb51 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1 +1,2 @@ DIST ksmtp-20.12.3.tar.xz 43124 BLAKE2B d4c6e1a50a98ebbd1387f98b0c5b6d4397af533898093cf5a5bb1718ae8d575e2c78c1a7de52d64b019ff4a831bb3d2c82c2ccd8529dac256d564c124e6ecdfe SHA512 813b742471f35a9ceb851e3b4fecdce578532b0754b45afd9e1ba1cd1c33b5ad06f40399488f65a9753af61af674c3c6ce9956307b61be5f2661ddabb53937fb +DIST ksmtp-21.04.0.tar.xz 47100 BLAKE2B 4fe19f123557a221d2cb741c24ae16afd5ad1b0363bce4b98553bad55717c53e40cc8c25b61d2ca560c9b4990407c1ee4a1ad5d6e6e770b3b7547d7bcdb317d4 SHA512 31f65e29dfd2faa07e0cadcaec383b756ce0eb6bc5cd1b32e8b04773299ccf062a7811fdee4cef02a26b4fd03e4b40852de0598b43b85a5c54c61f86af7ad7f2 diff --git a/kde-apps/ksmtp/ksmtp-21.04.0.ebuild b/kde-apps/ksmtp/ksmtp-21.04.0.ebuild new file mode 100644 index 000000000000..d52f49c95d86 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-21.04.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.80.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 ~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 |