From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25301138334 for ; Mon, 9 Dec 2019 11:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35430E0871; Mon, 9 Dec 2019 11:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16348E0872 for ; Mon, 9 Dec 2019 11:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0954E34D8AA for ; Mon, 9 Dec 2019 11:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 024EB904 for ; Mon, 9 Dec 2019 11:21:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575890481.d19fecd96538eb5b79504b7992e45eb0b29a273e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/gmailfeed/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild X-VCS-Directories: kde-misc/gmailfeed/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d19fecd96538eb5b79504b7992e45eb0b29a273e X-VCS-Branch: master Date: Mon, 9 Dec 2019 11:21:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e8c1da5-7a65-482b-bab9-63175e99b5ed X-Archives-Hash: 1c7ba579e28ad06734bd83e1876ce5dd commit: d19fecd96538eb5b79504b7992e45eb0b29a273e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 9 11:10:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 9 11:21:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19fecd9 kde-misc/gmailfeed: Switch to ecm.eclass Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild b/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild index ee9be6ee7d5..8a4e458e880 100644 --- a/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild +++ b/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild @@ -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 "