Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgweather: ChangeLog libgweather-2.22.2.ebuild
Date: Sat, 31 May 2008 09:20:12
Message-Id: E1K2NFt-0001KW-4R@stork.gentoo.org
1 eva 08/05/31 09:20:05
2
3 Modified: ChangeLog
4 Added: libgweather-2.22.2.ebuild
5 Log:
6 New version for GNOME-2.22.2. Fix build with LINGUAS and parallel build.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.7 dev-libs/libgweather/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 27 May 2008 03:22:59 -0000 1.6
23 +++ ChangeLog 31 May 2008 09:20:04 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/libgweather
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.6 2008/05/27 03:22:59 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.7 2008/05/31 09:20:04 eva Exp $
29 +
30 +*libgweather-2.22.2 (31 May 2008)
31 +
32 + 31 May 2008; Gilles Dartiguelongue <eva@g.o>
33 + +libgweather-2.22.2.ebuild:
34 + New version for GNOME-2.22.2. Fix build with LINGUAS and parallel build.
35
36 27 May 2008; Jeroen Roovers <jer@g.o> libgweather-2.22.1.1.ebuild:
37 Marked ~hppa (bug #218794).
38
39
40
41 1.1 dev-libs/libgweather/libgweather-2.22.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/libgweather-2.22.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/libgweather-2.22.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgweather-2.22.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.22.2.ebuild,v 1.1 2008/05/31 09:20:04 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="Library to access weather information from online services"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=x11-libs/gtk+-2.11
63 >=dev-libs/glib-2.13
64 >=gnome-base/gconf-2.8
65 >=gnome-base/gnome-vfs-2.15.4
66 >=dev-libs/libxml2-2.6.0
67 !<gnome-base/gnome-applets-2.22.0"
68 DEPEND="${RDEPEND}
69 >=dev-util/intltool-0.35
70 >=dev-util/pkgconfig-0.19"
71
72 pkg_postinst() {
73 gnome2_pkg_postinst
74
75 ewarn "Please run revdep-rebuild after upgrading this package."
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list