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 6EB54138334 for ; Tue, 12 Mar 2019 07:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4177E0B20; Tue, 12 Mar 2019 07:10:23 +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 A78A7E0B20 for ; Tue, 12 Mar 2019 07:10:23 +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 68A79335CC0 for ; Tue, 12 Mar 2019 07:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 126CC578 for ; Tue, 12 Mar 2019 07:10:18 +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: <1552374460.96fb76a3538a17b4123ee7bec9475ca97ee70674.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: 96fb76a3538a17b4123ee7bec9475ca97ee70674 X-VCS-Branch: master Date: Tue, 12 Mar 2019 07:10:18 +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: 5301ae99-395f-4efe-8a92-f2af438f6539 X-Archives-Hash: 9f5755eaaed482a60284526442e7086a commit: 96fb76a3538a17b4123ee7bec9475ca97ee70674 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 12 00:24:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 12 07:07:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fb76a3 kde-misc/gmailfeed: EAPI-7 bump, raise QT_MINIMAL to 5.12.1 In Qt 5.12, xmllistmodel moved from qtdeclarative[xml] into qtxmlpatterns. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild b/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild new file mode 100644 index 00000000000..8aff68b1297 --- /dev/null +++ b/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QT_MINIMAL=5.12.1 +inherit kde5 + +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+" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep knotifications) + $(add_frameworks_dep plasma) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtxmlpatterns '' 5.12.1-r1) +" +RDEPEND="${DEPEND} + $(add_qt_dep qtquickcontrols) +"