kde-misc/gmailfeed: Switch to ecm.eclass

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-12-09 12:10:13 +01:00
parent 7e17517694
commit d19fecd965

View File

@@ -3,23 +3,25 @@
EAPI=7
QT_MINIMAL=5.12.1
inherit kde5
KFMIN=5.60.0
QTMIN=5.12.1
inherit ecm
DESCRIPTION="Plasma 5 applet providing a list of unread emails from your Gmail inbox"
HOMEPAGE="https://store.kde.org/p/998911/ https://github.com/anthon38/gmailfeed"
SRC_URI="https://github.com/anthon38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep plasma)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1)
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtxmlpatterns-5.12.1-r1:5[qml(+)]
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
"
RDEPEND="${DEPEND}
$(add_qt_dep qtquickcontrols)
>=dev-qt/qtquickcontrols-${QTMIN}:5
"