Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-weather-widget/
Date: Wed, 02 Nov 2016 21:55:56
Message-Id: 1478123712.a5e3115948661dfbe335f251ef38c010dd882087.johu@gentoo
1 commit: a5e3115948661dfbe335f251ef38c010dd882087
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 21:55:12 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 21:55:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5e31159
7
8 kde-misc/plasma-applet-weather-widget: Remove 1.6.7
9
10 Moved to gentoo main tree.
11
12 Package-Manager: portage-2.3.2
13
14 .../plasma-applet-weather-widget-1.6.7.ebuild | 29 ----------------------
15 1 file changed, 29 deletions(-)
16
17 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
18 deleted file mode 100644
19 index 06e4cee..0000000
20 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild
21 +++ /dev/null
22 @@ -1,29 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=6
28 -
29 -inherit kde5
30 -
31 -DESCRIPTION="Plasma 5 applet for weather forecasts"
32 -HOMEPAGE="http://kde-look.org/content/show.php/Weather+Widget?content=169572
33 -https://github.com/kotelnik/plasma-applet-weather-widget"
34 -
35 -if [[ ${KDE_BUILD_TYPE} = live ]] ; then
36 - EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
37 -else
38 - SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -fi
40 -
41 -LICENSE="GPL-2+"
42 -KEYWORDS="~amd64"
43 -IUSE=""
44 -
45 -DEPEND="
46 - $(add_frameworks_dep plasma)
47 - $(add_qt_dep qtdeclarative)
48 -"
49 -RDEPEND="${DEPEND}"
50 -
51 -DOCS=( README.md )