From: Andreas Sturmlechner Date: Thu, 16 Jan 2020 18:43:37 +0000 (+0100) Subject: net-libs/kimap2: Port to ecm.eclass and kde.org.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e8003d9d56de37d0cd7bef1efc9a98e0e5dbc385;p=gentoo.git net-libs/kimap2: Port to ecm.eclass and kde.org.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/net-libs/kimap2/kimap2-0.3.0.ebuild b/net-libs/kimap2/kimap2-0.3.0.ebuild index 87ebec633722..77a3df3a9035 100644 --- a/net-libs/kimap2/kimap2-0.3.0.ebuild +++ b/net-libs/kimap2/kimap2-0.3.0.ebuild @@ -1,23 +1,25 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit kde5 +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" -IUSE="" DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcoreaddons) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtnetwork 'ssl') 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}"