kde-apps/kimap: 21.04.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2021-04-24 12:04:31 +02:00
parent b84061d384
commit 58e1299329
No known key found for this signature in database
GPG Key ID: 444B0F96FFD22CCB
2 changed files with 41 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST kimap-20.12.3.tar.xz 124676 BLAKE2B 3557b87d9afd1738a32fb7f62dbf11012a5043bba923fd712721c266add76d6cfed7da75a4ddcd68bcaf99839eed6b88c78930ca4e1319e278b501b5cbcc4615 SHA512 dc64e972c7955e64e5aea1b141d2c48b76e2074946c4048eada4c647f0089fb051bfd505578461fbf0cf7925b334c49c8de3abb898fc7ad97401276d4a16c5c3
DIST kimap-21.04.0.tar.xz 128292 BLAKE2B 513afde5925c05760515180188f708bfe70d33f5b8feffa046820c52e3d0200cee0c8b76403b623a91552a75bed99ba8761b14782848c26430f3c575a86c8130 SHA512 de62883613f9015d719b52d153afea1c8f123fe5d334c18fd6d6bce2dbe52f2f97d0d6d066f408000ee5c6ac1ec79d18023c5c186284d6baba933808a6b940da

View File

@ -0,0 +1,40 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.80.0
QTMIN=5.15.2
inherit ecm kde.org
DESCRIPTION="Library for interacting with IMAP servers"
HOMEPAGE="https://api.kde.org/kdepim/kimap/html/index.html"
LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
RDEPEND="
dev-libs/cyrus-sasl
>=dev-qt/qtgui-${QTMIN}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
"
# TODO: Convince upstream not to install stuff with tests
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
"
src_test() {
# tests cannot be run in parallel #605586
local myctestargs=(
-j1
)
ecm_src_test
}