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-r1.ebuild xfce4-weather-plugin-0.8.3.ebuild ChangeLog
Date: Sat, 31 May 2014 19:02:35
Message-Id: 20140531190231.D12962004E@flycatcher.gentoo.org
1 ssuominen 14/05/31 19:02:31
2
3 Modified: xfce4-weather-plugin-0.8.3.ebuild ChangeLog
4 Added: xfce4-weather-plugin-0.8.3-r1.ebuild
5 Log:
6 Restrict -r0 to old UPower and add -r1 for compability with UPower >= 0.99
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.5 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild?r1=1.4&r2=1.5
16
17 Index: xfce4-weather-plugin-0.8.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- xfce4-weather-plugin-0.8.3.ebuild 26 May 2014 19:49:28 -0000 1.4
24 +++ xfce4-weather-plugin-0.8.3.ebuild 31 May 2014 19:02:31 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild,v 1.4 2014/05/26 19:49:28 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3.ebuild,v 1.5 2014/05/31 19:02:31 ssuominen Exp $
30
31 EAPI=5
32 inherit xfconf
33 @@ -21,7 +21,7 @@
34 >=xfce-base/libxfce4ui-4.10
35 >=xfce-base/libxfce4util-4.10
36 >=xfce-base/xfce4-panel-4.10
37 - udev? ( || ( >=sys-power/upower-0.9.19 sys-power/upower-pm-utils ) )"
38 + udev? ( || ( <sys-power/upower-0.99 sys-power/upower-pm-utils ) )"
39 DEPEND="${RDEPEND}
40 dev-util/intltool
41 virtual/pkgconfig"
42
43
44
45 1.35 xfce-extra/xfce4-weather-plugin/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.35&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.35&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?r1=1.34&r2=1.35
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
54 retrieving revision 1.34
55 retrieving revision 1.35
56 diff -u -r1.34 -r1.35
57 --- ChangeLog 26 May 2014 19:49:28 -0000 1.34
58 +++ ChangeLog 31 May 2014 19:02:31 -0000 1.35
59 @@ -1,6 +1,13 @@
60 # ChangeLog for xfce-extra/xfce4-weather-plugin
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.34 2014/05/26 19:49:28 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.35 2014/05/31 19:02:31 ssuominen Exp $
64 +
65 +*xfce4-weather-plugin-0.8.3-r1 (31 May 2014)
66 +
67 + 31 May 2014; Samuli Suominen <ssuominen@g.o>
68 + +files/xfce4-weather-plugin-0.8.3-upower-0.99.patch,
69 + +xfce4-weather-plugin-0.8.3-r1.ebuild, xfce4-weather-plugin-0.8.3.ebuild:
70 + Restrict -r0 to old UPower and add -r1 for compability with UPower >= 0.99
71
72 26 May 2014; Samuli Suominen <ssuominen@g.o>
73 xfce4-weather-plugin-0.8.3.ebuild:
74
75
76
77 1.1 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: xfce4-weather-plugin-0.8.3-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2014 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.3-r1.ebuild,v 1.1 2014/05/31 19:02:31 ssuominen Exp $
87
88 EAPI=5
89 inherit xfconf
90
91 DESCRIPTION="A weather plug-in for the Xfce desktop environment"
92 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
93 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
94
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
98 IUSE="debug udev"
99
100 RDEPEND=">=dev-libs/glib-2.20
101 dev-libs/libxml2
102 >=net-libs/libsoup-2.26
103 >=x11-libs/gtk+-2.14:2
104 >=xfce-base/libxfce4ui-4.10
105 >=xfce-base/libxfce4util-4.10
106 >=xfce-base/xfce4-panel-4.10
107 udev? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
108 DEPEND="${RDEPEND}
109 dev-util/intltool
110 virtual/pkgconfig"
111
112 pkg_setup() {
113 PATCHES=( "${FILESDIR}"/${P}-upower-0.99.patch )
114
115 # For GEONAMES_USERNAME, read README file and ask ssuominen@!
116 XFCONF=(
117 $(use_enable udev upower)
118 $(xfconf_use_debug)
119 GEONAMES_USERNAME=Gentoo
120 )
121
122 DOCS=( AUTHORS ChangeLog NEWS README TODO )
123 }