You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/kimap2/kimap2-0.3.0.ebuild

27 lines
559 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="Library for interacting with IMAP servers - successor of kimap"
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-2+"
SLOT="5"
KEYWORDS="~amd64"
DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
>=kde-apps/kmime-19.04.3:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
"
RDEPEND="${DEPEND}"
RESTRICT+=" test"