Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgweather: ChangeLog libgweather-3.2.1.ebuild libgweather-3.0.2.ebuild
Date: Sun, 30 Oct 2011 02:11:03
Message-Id: 20111030021053.1FC272004C@flycatcher.gentoo.org
1 tetromino 11/10/30 02:10:53
2
3 Modified: ChangeLog
4 Added: libgweather-3.2.1.ebuild
5 Removed: libgweather-3.0.2.ebuild
6 Log:
7 Bump to 3.2.1 from the gnome overlay, drop old. Fixes fetching weather updates for UK and Australia.
8
9 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.82 dev-libs/libgweather/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.82&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.82&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.81&r2=1.82
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
21 retrieving revision 1.81
22 retrieving revision 1.82
23 diff -u -r1.81 -r1.82
24 --- ChangeLog 19 Oct 2011 18:21:34 -0000 1.81
25 +++ ChangeLog 30 Oct 2011 02:10:51 -0000 1.82
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-libs/libgweather
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.81 2011/10/19 18:21:34 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.82 2011/10/30 02:10:51 tetromino Exp $
31 +
32 +*libgweather-3.2.1 (30 Oct 2011)
33 +
34 + 30 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
35 + -libgweather-3.0.2.ebuild, +libgweather-3.2.1.ebuild:
36 + Bump to 3.2.1 from the gnome overlay, drop old. Fixes fetching weather
37 + updates for UK and Australia.
38
39 19 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
40 libgweather-2.30.3.ebuild:
41
42
43
44 1.1 dev-libs/libgweather/libgweather-3.2.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.2.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.2.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libgweather-3.2.1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.2.1.ebuild,v 1.1 2011/10/30 02:10:53 tetromino Exp $
54
55 EAPI="4"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58
59 inherit gnome2
60
61 DESCRIPTION="Library to access weather information from online services"
62 HOMEPAGE="http://www.gnome.org/"
63
64 LICENSE="GPL-2"
65 SLOT="2"
66 IUSE="+introspection doc"
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
68
69 # libsoup-gnome is to be used because libsoup[gnome] might not
70 # get libsoup-gnome installed by the time ${P} is built
71 COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
72 >=dev-libs/glib-2.13
73 >=gnome-base/gconf-2.8
74 >=net-libs/libsoup-gnome-2.25.1:2.4
75 >=dev-libs/libxml2-2.6.0
76 >=sys-libs/timezone-data-2010k
77
78 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
79 DEPEND="${COMMON_DEPEND}
80 >=dev-util/intltool-0.40.6
81 >=dev-util/pkgconfig-0.19
82 >=dev-util/gtk-doc-am-1.9
83 sys-devel/gettext
84 doc? ( >=dev-util/gtk-doc-1.9 )"
85 RDEPEND="${COMMON_DEPEND}
86 !<gnome-base/gnome-applets-2.22.0"
87
88 pkg_setup() {
89 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
90 # Do not add --disable-all-translations-in-one-xml : it will enable them
91 G2CONF="${G2CONF}
92 --enable-locations-compression
93 --disable-maintainer-mode
94 --disable-static
95 $(use_enable introspection)"
96 }