Skip to content

Commit

Permalink
kde-apps/ksmtp: 20.08.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 13, 2020
1 parent 9af7045 commit 11d2d3b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/ksmtp/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ksmtp-20.04.3.tar.xz 41520 BLAKE2B a1689374eb868c414a4f3d1c957cab05cacfff4e4d4f6eecf1cc7436d3cb8d05999ab19d0d3e1c1570f71fac80549407f2f3cd20c99924ccb5d037c7b8841187 SHA512 c9794ca8dd93e25c79dd22fab38f71a421da1612658830ffe87cc8e751db9624a3d1924edd52d6fdaa97044e4d1accef5b6807f9461f857bedccc00f4d54f109
DIST ksmtp-20.08.0.tar.xz 42424 BLAKE2B dba590fdffcb8684e3c6d64c7dac626d3555fbe822b0cf91c50df6716f8a8bf67f375c336e268665302b6298fad8af07a97757c3a1445ee93ad1a10b11ef3837 SHA512 1a86d3dbbc70b612e904f080a635159ce1cbdad82a21ab05aad098fbe129ab2e35d6072be1586a882552b33ecdb9e75f49ad6f37e8094309af129acab83204cc
28 changes: 28 additions & 0 deletions kde-apps/ksmtp/ksmtp-20.08.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_TEST="true"
KFMIN=5.72.0
QTMIN=5.14.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 ~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

0 comments on commit 11d2d3b

Please sign in to comment.