diff options
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-21.08.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index c01e750b3529..fd80f855b6e4 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1 +1,2 @@ DIST ksmtp-21.04.3.tar.xz 47680 BLAKE2B b1cea8d68e19c2512a7045231cd76b269f1b006278867770a1877a2707d01f06dbc5d5bced386baa412ad62ea49507b6245e2722cc5510a9450dc94049bc28d9 SHA512 b29e18e6b6b489e60fc100b8570ccc056babc2e6863e47d1f811e99bac1423b269939189763fd46b55ff8e8c31c9b219c30850e284de629a5b3bd6e61f3f9805 +DIST ksmtp-21.08.0.tar.xz 46996 BLAKE2B c43349c392b3d8b8095963b672bd0c12b8b926c362c9e51d1371fa5e652fca34db4cfc2cbc80c1acae3477f380600d606eae24aefd0984186e82ec35d93e0740 SHA512 6e7ee99532552f3aac85c54f8f2be8f3ce3278e94172254d899957a210a75a972bdaf0652e836fb18dadb427f3875904e08eb09b36d827c8070b27a852e425d9 diff --git a/kde-apps/ksmtp/ksmtp-21.08.0.ebuild b/kde-apps/ksmtp/ksmtp-21.08.0.ebuild new file mode 100644 index 000000000000..4a6c9220f2fc --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-21.08.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.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 ~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 |