Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-webcal: ChangeLog evolution-webcal-2.24.0.ebuild
Date: Mon, 01 Dec 2008 14:01:25
Message-Id: E1L79L1-0003KM-5K@stork.gentoo.org
1 eva 08/12/01 14:01:23
2
3 Modified: ChangeLog
4 Added: evolution-webcal-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.93 gnome-extra/evolution-webcal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog?rev=1.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 13 Nov 2008 19:31:44 -0000 1.92
23 +++ ChangeLog 1 Dec 2008 14:01:23 -0000 1.93
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/evolution-webcal
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.92 2008/11/13 19:31:44 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.93 2008/12/01 14:01:23 eva Exp $
29 +
30 +*evolution-webcal-2.24.0 (01 Dec 2008)
31 +
32 + 01 Dec 2008; Gilles Dartiguelongue <eva@g.o>
33 + +evolution-webcal-2.24.0.ebuild:
34 + New version for GNOME 2.24.
35
36 13 Nov 2008; Brent Baude <ranger@g.o>
37 evolution-webcal-2.21.92.ebuild:
38
39
40
41 1.1 gnome-extra/evolution-webcal/evolution-webcal-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-webcal-2.24.0.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/gnome-extra/evolution-webcal/evolution-webcal-2.24.0.ebuild,v 1.1 2008/12/01 14:01:23 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="A GNOME URL handler for web-published ical calendar files"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND=">=gnome-base/gconf-2
63 >=net-libs/libsoup-2.4
64 >=dev-libs/glib-2.8
65 >=x11-libs/gtk+-2.4
66 >=gnome-base/libgnome-2.14
67 >=gnome-base/libgnomeui-2
68 >=gnome-extra/evolution-data-server-1.2"
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.9
71 >=dev-util/intltool-0.40"
72
73 DOCS="AUTHORS ChangeLog TODO"