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.3.ebuild
Date: Wed, 02 Jul 2008 22:07:11
Message-Id: E1KEAQ8-0008PW-Kr@stork.gentoo.org
1 eva 08/07/02 22:03:24
2
3 Modified: ChangeLog
4 Added: libgweather-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Translation updates.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.9 dev-libs/libgweather/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 1 Jun 2008 11:07:25 -0000 1.8
23 +++ ChangeLog 2 Jul 2008 22:03:24 -0000 1.9
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.8 2008/06/01 11:07:25 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.9 2008/07/02 22:03:24 eva Exp $
29 +
30 +*libgweather-2.22.3 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +libgweather-2.22.3.ebuild:
34 + bump to 2.22.3. Translation updates.
35
36 01 Jun 2008; nixnut <nixnut@g.o> libgweather-2.22.1.1.ebuild,
37 libgweather-2.22.2.ebuild:
38
39
40
41 1.1 dev-libs/libgweather/libgweather-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/libgweather-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgweather/libgweather-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgweather-2.22.3.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.3.ebuild,v 1.1 2008/07/02 22:03:24 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 ~ppc ~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