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 88249138350 for ; Mon, 16 Mar 2020 21:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D82BE09DD; Mon, 16 Mar 2020 21:29:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 09373E09DD for ; Mon, 16 Mar 2020 21:29:25 +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 0139634F233 for ; Mon, 16 Mar 2020 21:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72A231A9 for ; Mon, 16 Mar 2020 21:29:20 +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: <1584394113.758c57d12d2675a8dde460f168766b3b5f701741.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild X-VCS-Directories: kde-misc/plasma-applet-weather-widget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 758c57d12d2675a8dde460f168766b3b5f701741 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:29:20 +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: c7ff711f-87e4-4f93-9710-ded244f10f6a X-Archives-Hash: 6b6735956d981f3548b6ce7d630436a0 commit: 758c57d12d2675a8dde460f168766b3b5f701741 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 16 21:25:01 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 16 21:28:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758c57d1 kde-misc/plasma-applet-weather-widget: Switch to ecm.eclass Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-applet-weather-widget-1.6.10-r1.ebuild | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild index ec1574a7307..0c2ac70e2ce 100644 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild @@ -3,21 +3,27 @@ EAPI=7 -QT_MINIMAL=5.12.1 -inherit kde5 +inherit ecm + +if [[ ${PV} = *9999* ]] ; then + EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64" +fi DESCRIPTION="Plasma 5 applet for weather forecasts" HOMEPAGE="https://store.kde.org/p/998917/ https://github.com/kotelnik/plasma-applet-weather-widget" -SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm64" +SLOT="5" IUSE="" DEPEND=" - $(add_frameworks_dep plasma) - $(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1) + >=dev-qt/qtxmlpatterns-5.12.1-r1:5[qml(+)] + >=kde-frameworks/plasma-5.60.0:5 " RDEPEND="${DEPEND}"