Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-weather-plugin: xfce4-weather-plugin-0.8.3-r2.ebuild ChangeLog
Date: Wed, 29 Oct 2014 17:06:12
Message-Id: 20141029170608.AB6799036@oystercatcher.gentoo.org
1 ssuominen 14/10/29 17:06:08
2
3 Modified: ChangeLog
4 Added: xfce4-weather-plugin-0.8.3-r2.ebuild
5 Log:
6 Import upstream patches for fetching weather information wrt #524850 by Christian Tietz, David W. Noon, "Yarda" and others. Commit to stable because current stable is useless if it can't fetch the data.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.39 xfce-extra/xfce4-weather-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 24 Jul 2014 11:01:00 -0000 1.38
24 +++ ChangeLog 29 Oct 2014 17:06:08 -0000 1.39
25 @@ -1,6 +1,17 @@
26 # ChangeLog for xfce-extra/xfce4-weather-plugin
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.38 2014/07/24 11:01:00 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.39 2014/10/29 17:06:08 ssuominen Exp $
30 +
31 +*xfce4-weather-plugin-0.8.3-r2 (29 Oct 2014)
32 +
33 + 29 Oct 2014; Samuli Suominen <ssuominen@g.o> +files/xfce4-weather-plugi
34 + n-0.8.3-Fix-color-parsing-when-reading-config-file.patch, +files/xfce4-weather
35 + -plugin-0.8.3-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch, +fil
36 + es/xfce4-weather-plugin-0.8.3-Switch-to-met.no-locationforecastLTS-1.2-API-bug
37 + -109.patch, +xfce4-weather-plugin-0.8.3-r2.ebuild:
38 + Import upstream patches for fetching weather information wrt #524850 by
39 + Christian Tietz, David W. Noon, "Yarda" and others. Commit to stable because
40 + current stable is useless if it can't fetch the data.
41
42 24 Jul 2014; Samuli Suominen <ssuominen@g.o>
43 xfce4-weather-plugin-0.8.3-r1.ebuild:
44
45
46
47 1.1 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xfce4-weather-plugin-0.8.3-r2.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r2.ebuild,v 1.1 2014/10/29 17:06:08 ssuominen Exp $
57
58 EAPI=5
59 inherit xfconf
60
61 DESCRIPTION="A weather plug-in for the Xfce desktop environment"
62 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
63 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
68 IUSE="debug upower"
69
70 RDEPEND=">=dev-libs/glib-2.20
71 dev-libs/libxml2
72 >=net-libs/libsoup-2.26
73 >=x11-libs/gtk+-2.14:2
74 >=xfce-base/libxfce4ui-4.10
75 >=xfce-base/libxfce4util-4.10
76 >=xfce-base/xfce4-panel-4.10
77 upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
78 DEPEND="${RDEPEND}
79 dev-util/intltool
80 virtual/pkgconfig"
81
82 pkg_setup() {
83 PATCHES=(
84 "${FILESDIR}"/${P}-upower-0.99.patch
85 "${FILESDIR}"/${P}-Fix-color-parsing-when-reading-config-file.patch
86 "${FILESDIR}"/${P}-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
87 "${FILESDIR}"/${P}-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
88 )
89
90 # For GEONAMES_USERNAME, read README file and ask ssuominen@!
91 XFCONF=(
92 $(use_enable upower)
93 $(xfconf_use_debug)
94 GEONAMES_USERNAME=Gentoo
95 )
96
97 DOCS=( AUTHORS ChangeLog NEWS README TODO )
98 }