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: ChangeLog xfce4-weather-plugin-0.7.3-r1.ebuild
Date: Fri, 05 Nov 2010 09:35:53
Message-Id: 20101105093548.6234020051@flycatcher.gentoo.org
1 ssuominen 10/11/05 09:35:48
2
3 Modified: ChangeLog
4 Added: xfce4-weather-plugin-0.7.3-r1.ebuild
5 Log:
6 Fix support for IPv6 only proxies.
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 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.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 15 Dec 2009 18:24:13 -0000 1.9
24 +++ ChangeLog 5 Nov 2010 09:35:48 -0000 1.10
25 @@ -1,6 +1,13 @@
26 # ChangeLog for xfce-extra/xfce4-weather-plugin
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.9 2009/12/15 18:24:13 angelos Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.10 2010/11/05 09:35:48 ssuominen Exp $
31 +
32 +*xfce4-weather-plugin-0.7.3-r1 (05 Nov 2010)
33 +
34 + 05 Nov 2010; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-weather-plugin-0.7.3-r1.ebuild,
36 + +files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch:
37 + Fix support for IPv6 only proxies.
38
39 15 Dec 2009; Christoph Mende <angelos@g.o>
40 xfce4-weather-plugin-0.7.3.ebuild:
41
42
43
44 1.1 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xfce4-weather-plugin-0.7.3-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild,v 1.1 2010/11/05 09:35:48 ssuominen Exp $
54
55 EAPI=3
56 EINTLTOOLIZE=yes
57 EAUTORECONF=yes
58 inherit xfconf
59
60 DESCRIPTION="panel plugin that shows the current temperature and weather condition."
61 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
62 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.7/${P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
67 IUSE="debug"
68
69 RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1
70 >=xfce-base/libxfcegui4-4.3.90.2
71 >=xfce-base/libxfce4util-4.3.90.2
72 dev-libs/libxml2"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 dev-util/intltool
76 sys-devel/gettext"
77
78 pkg_setup() {
79 PATCHES=( "${FILESDIR}"/${P}-support-ipv6-only-proxies.patch )
80
81 XFCONF=(
82 --disable-dependency-tracking
83 $(xfconf_use_debug)
84 )
85
86 DOCS="AUTHORS ChangeLog NEWS README TODO"
87 }