Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-weather-widget/
Date: Tue, 03 Jan 2017 14:43:12
Message-Id: 1483454516.25f2ba529d272b60a45529dbbed66fdfe6b84133.johu@gentoo
1 commit: 25f2ba529d272b60a45529dbbed66fdfe6b84133
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 14:41:56 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 14:41:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f2ba52
7
8 kde-misc/plasma-applet-weather-widget: Version bump 1.6.8
9
10 Gentoo-bug: 604488
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 kde-misc/plasma-applet-weather-widget/Manifest | 1 +
15 .../plasma-applet-weather-widget-1.6.8.ebuild | 29 ++++++++++++++++++++++
16 2 files changed, 30 insertions(+)
17
18 diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest
19 index fd0751b..fe5d1e5 100644
20 --- a/kde-misc/plasma-applet-weather-widget/Manifest
21 +++ b/kde-misc/plasma-applet-weather-widget/Manifest
22 @@ -1 +1,2 @@
23 DIST plasma-applet-weather-widget-1.6.7.tar.gz 98864 SHA256 2f75b96c713ab2be65af6daa860b8df6c8116a7d54055f51a29e4425171237a7 SHA512 24da3014c652a8c8c39de89d61d33a9d745bb172a7ae7c71ca1a20fb834636d277e839f7d3205bd7349d9bc29c84f05bfb3c3f70c943be65f7acfe2315ce078e WHIRLPOOL 720df748c802b2f606944f15b977c85d0c88f975f3d9dd695a1042ccbae33a9db2b881da535bb2e05e043f5a982ba07488fcfe6eb94e3c75735a8b012bf4b006
24 +DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee WHIRLPOOL 84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9
25
26 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
27 new file mode 100644
28 index 00000000..587ac72
29 --- /dev/null
30 +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild
31 @@ -0,0 +1,29 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +inherit kde5
39 +
40 +DESCRIPTION="Plasma 5 applet for weather forecasts"
41 +HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572
42 +https://github.com/kotelnik/plasma-applet-weather-widget"
43 +
44 +if [[ ${KDE_BUILD_TYPE} = live ]] ; then
45 + EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
46 +else
47 + SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 +fi
49 +
50 +LICENSE="GPL-2+"
51 +KEYWORDS="~amd64"
52 +IUSE=""
53 +
54 +DEPEND="
55 + $(add_frameworks_dep plasma)
56 + $(add_qt_dep qtdeclarative)
57 +"
58 +RDEPEND="${DEPEND}"
59 +
60 +DOCS=( README.md )