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 D0924138334 for ; Tue, 12 Mar 2019 07:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 486B6E0B29; Tue, 12 Mar 2019 07:10:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1E717E0B29 for ; Tue, 12 Mar 2019 07:10:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B031335C7B 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 F2F42577 for ; Tue, 12 Mar 2019 07:10:17 +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.d214f0dba71ecab47812f0ad7493c53acefe02d3.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.ebuild X-VCS-Directories: kde-misc/plasma-applet-weather-widget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d214f0dba71ecab47812f0ad7493c53acefe02d3 X-VCS-Branch: master Date: Tue, 12 Mar 2019 07:10:17 +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: 56eaf11b-3dc9-4c4a-b148-c3b1446c7d91 X-Archives-Hash: 67acdd06f09afe6bcfc90fec265f1cf6 commit: d214f0dba71ecab47812f0ad7493c53acefe02d3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 12 00:19:58 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=d214f0db kde-misc/plasma-applet-weather-widget: Drop 1.6.10 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-applet-weather-widget-1.6.10.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild deleted file mode 100644 index 88e387288f6..00000000000 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Plasma 5 applet for weather forecasts" -HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572 -https://github.com/kotelnik/plasma-applet-weather-widget" - -if [[ ${KDE_BUILD_TYPE} = live ]] ; then - EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git" -else - SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="GPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep plasma) - $(add_qt_dep qtdeclarative 'xml') -" -RDEPEND="${DEPEND}" - -DOCS=( README.md )