Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgweather: ChangeLog libgweather-2.24.2.ebuild libgweather-2.24.1.ebuild
Date: Thu, 27 Nov 2008 03:00:48
Message-Id: E1L5X7V-0008Uw-Gt@stork.gentoo.org
1 leio 08/11/27 03:00:45
2
3 Modified: ChangeLog
4 Added: libgweather-2.24.2.ebuild
5 Removed: libgweather-2.24.1.ebuild
6 Log:
7 Version bump for translation updates
8 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
9
10 Revision Changes Path
11 1.19 dev-libs/libgweather/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 22 Nov 2008 02:27:26 -0000 1.18
24 +++ ChangeLog 27 Nov 2008 03:00:45 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libgweather
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.18 2008/11/22 02:27:26 leio Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.19 2008/11/27 03:00:45 leio Exp $
30 +
31 +*libgweather-2.24.2 (27 Nov 2008)
32 +
33 + 27 Nov 2008; Mart Raudsepp <leio@g.o> -libgweather-2.24.1.ebuild,
34 + +libgweather-2.24.2.ebuild:
35 + Version bump for translation updates
36
37 22 Nov 2008; Mart Raudsepp <leio@g.o> libgweather-2.24.1.ebuild:
38 Remove revdep-rebuild suggestion from 2.24 version, as that did not break
39
40
41
42 1.1 dev-libs/libgweather/libgweather-2.24.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/libgweather-2.24.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/libgweather-2.24.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgweather-2.24.2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.24.2.ebuild,v 1.1 2008/11/27 03:00:45 leio Exp $
52
53 EAPI="1"
54
55 inherit gnome2
56
57 DESCRIPTION="Library to access weather information from online services"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="python"
64
65 RDEPEND=">=x11-libs/gtk+-2.11
66 >=dev-libs/glib-2.13
67 >=gnome-base/gconf-2.8
68 net-libs/libsoup:2.4
69 >=dev-libs/libxml2-2.6.0
70 python? (
71 >=dev-python/pygobject-2
72 >=dev-python/pygtk-2 )
73 !<gnome-base/gnome-applets-2.22.0"
74 DEPEND="${RDEPEND}
75 >=dev-util/intltool-0.40
76 >=dev-util/pkgconfig-0.19"
77
78 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
79
80 pkg_setup() {
81 G2CONF="${G2CONF}
82 --disable-all-translations-in-one-xml
83 $(use_enable python)"
84 }