Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-weather-widget/
Date: Wed, 30 Dec 2015 12:26:30
Message-Id: 1451435754.0bc81ca9e7efd3b019454b5b016a2179d4fbc387.kensington@gentoo
1 commit: 0bc81ca9e7efd3b019454b5b016a2179d4fbc387
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 30 00:35:24 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 00:35:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0bc81ca9
7
8 kde-misc/plasma-applet-weather-widget: New package
9
10 GHNS version does not support offline data cache.
11
12 Package-Manager: portage-2.2.24
13
14 kde-misc/plasma-applet-weather-widget/metadata.xml | 5 ++++
15 .../plasma-applet-weather-widget-1.6.1.ebuild | 28 ++++++++++++++++++++++
16 .../plasma-applet-weather-widget-9999.ebuild | 28 ++++++++++++++++++++++
17 3 files changed, 61 insertions(+)
18
19 diff --git a/kde-misc/plasma-applet-weather-widget/metadata.xml b/kde-misc/plasma-applet-weather-widget/metadata.xml
20 new file mode 100644
21 index 0000000..a23f444
22 --- /dev/null
23 +++ b/kde-misc/plasma-applet-weather-widget/metadata.xml
24 @@ -0,0 +1,5 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <herd>kde</herd>
29 +</pkgmetadata>
30
31 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
32 new file mode 100644
33 index 0000000..95a86b7
34 --- /dev/null
35 +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.1.ebuild
36 @@ -0,0 +1,28 @@
37 +# Copyright 1999-2015 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +# $Id$
40 +
41 +EAPI=5
42 +
43 +inherit kde5
44 +
45 +DESCRIPTION="Plasma 5 applet for controlling redshift"
46 +HOMEPAGE="http://kde-look.org/content/show.php/Weather+Widget?content=169572 https://github.com/kotelnik/plasma-applet-weather-widget"
47 +
48 +if [[ ${KDE_BUILD_TYPE} = live ]] ; then
49 + EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
50 +else
51 + SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 +fi
53 +
54 +LICENSE="GPL-2+"
55 +KEYWORDS="~amd64"
56 +IUSE=""
57 +
58 +DEPEND="
59 + $(add_frameworks_dep plasma)
60 + dev-qt/qtdeclarative:5
61 +"
62 +RDEPEND="${DEPEND}"
63 +
64 +DOCS=( README.md )
65
66 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild
67 new file mode 100644
68 index 0000000..95a86b7
69 --- /dev/null
70 +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild
71 @@ -0,0 +1,28 @@
72 +# Copyright 1999-2015 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +# $Id$
75 +
76 +EAPI=5
77 +
78 +inherit kde5
79 +
80 +DESCRIPTION="Plasma 5 applet for controlling redshift"
81 +HOMEPAGE="http://kde-look.org/content/show.php/Weather+Widget?content=169572 https://github.com/kotelnik/plasma-applet-weather-widget"
82 +
83 +if [[ ${KDE_BUILD_TYPE} = live ]] ; then
84 + EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
85 +else
86 + SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
87 +fi
88 +
89 +LICENSE="GPL-2+"
90 +KEYWORDS="~amd64"
91 +IUSE=""
92 +
93 +DEPEND="
94 + $(add_frameworks_dep plasma)
95 + dev-qt/qtdeclarative:5
96 +"
97 +RDEPEND="${DEPEND}"
98 +
99 +DOCS=( README.md )