Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/
Date: Tue, 12 Mar 2019 07:10:29
Message-Id: 1552374460.d214f0dba71ecab47812f0ad7493c53acefe02d3.asturm@gentoo
1 commit: d214f0dba71ecab47812f0ad7493c53acefe02d3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 00:19:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 07:07:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d214f0db
7
8 kde-misc/plasma-applet-weather-widget: Drop 1.6.10 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../plasma-applet-weather-widget-1.6.10.ebuild | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 88e387288f6..00000000000
19 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit kde5
28 -
29 -DESCRIPTION="Plasma 5 applet for weather forecasts"
30 -HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572
31 -https://github.com/kotelnik/plasma-applet-weather-widget"
32 -
33 -if [[ ${KDE_BUILD_TYPE} = live ]] ; then
34 - EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
35 -else
36 - SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37 -fi
38 -
39 -LICENSE="GPL-2+"
40 -KEYWORDS="~amd64"
41 -IUSE=""
42 -
43 -DEPEND="
44 - $(add_frameworks_dep plasma)
45 - $(add_qt_dep qtdeclarative 'xml')
46 -"
47 -RDEPEND="${DEPEND}"
48 -
49 -DOCS=( README.md )