diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:11:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 7f45ce7728de31bb839db16ab19319f026ab0add (patch) | |
tree | 460a42bf534d6aa491db847a52a3026e3758c161 /kde-apps/ksmtp | |
parent | kde-apps/gwenview: Backport exiv2-0.27 support to 18.08.3 (diff) | |
download | gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.gz gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.bz2 gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.zip |
kde-apps: Add KDE Applications 18.12.2
Package-Manager: Portage-2.3.59, Repoman-2.3.12
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-18.12.2.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index e6cca2f73d04..1f9dece45e14 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1,3 @@ DIST ksmtp-18.08.3.tar.xz 38996 BLAKE2B 341e5f8c247494ad868a41754e4a8cabed363eee43d2abfd4d372303e3885583de0758d82dea7c663af60fa3e331bbf2e99224838c48e100771042208a9f9a33 SHA512 80553111da6bc6ca070a68c6de62b3fe28f5938889c78dd227b546c62f0eb712222fa6a49747e627c386ff6bb229b6cb561af0ced804490ea45b028e1107581f DIST ksmtp-18.12.1.tar.xz 40176 BLAKE2B 30cb89c959d79b582dd600f71781ad8c3f1a7d9ce73a6cfbce560237e2494c9d9a86cdd068ac904e0b193bd786aa91326fadd777a0fa6f66ab3f04fb288da6f9 SHA512 ea8b084dc90725ec618bde7b4f2f0df9a5fbe9ac849f2d26f4ac96c2c45ca0649564beae593e117e7bb7fbcdbb5cf2ab4c3e6ce0f4647a236fccdd6b2c194b93 +DIST ksmtp-18.12.2.tar.xz 40244 BLAKE2B 8171e7e35d52649b5ff79cc4357c2164927ce08304490fbf2aed5672130ab5316e8fc417b81b540e1687f41f79538d034fb8b64618c074c6598b5bcf442b68d3 SHA512 483e1fbaabcb7059235c5747f550edb106905adf975460f4843a4bf4fbaac4683d3c560d4c949eab6b89debb787c4277f7035e079e7976ca404cc6b4739a2b74 diff --git a/kde-apps/ksmtp/ksmtp-18.12.2.ebuild b/kde-apps/ksmtp/ksmtp-18.12.2.ebuild new file mode 100644 index 000000000000..49900e83dc24 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-18.12.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Job-based library to send email through an SMTP server" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtnetwork) + dev-libs/cyrus-sasl +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # bug 642410 |