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-exchange: evolution-exchange-2.24.5.ebuild ChangeLog
Date: Mon, 23 Mar 2009 21:06:21
Message-Id: E1LlrLf-0005F1-D7@stork.gentoo.org
1 eva 09/03/23 21:06:19
2
3 Modified: ChangeLog
4 Added: evolution-exchange-2.24.5.ebuild
5 Log:
6 Bump to 2.24.5. Bug fixes.
7 (Portage version: 2.2_rc26/cvs/Linux i686)
8
9 Revision Changes Path
10 1.87 gnome-extra/evolution-exchange/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.87&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.87&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.86&r2=1.87
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
19 retrieving revision 1.86
20 retrieving revision 1.87
21 diff -u -r1.86 -r1.87
22 --- ChangeLog 16 Mar 2009 22:31:21 -0000 1.86
23 +++ ChangeLog 23 Mar 2009 21:06:19 -0000 1.87
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/evolution-exchange
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.86 2009/03/16 22:31:21 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.87 2009/03/23 21:06:19 eva Exp $
29 +
30 +*evolution-exchange-2.24.5 (23 Mar 2009)
31 +
32 + 23 Mar 2009; Gilles Dartiguelongue <eva@g.o>
33 + +evolution-exchange-2.24.5.ebuild:
34 + Bump to 2.24.5. Bug fixes.
35
36 16 Mar 2009; Gilles Dartiguelongue <eva@g.o>
37 -files/evolution-exchange-2.12.3-fix-locks.patch,
38
39
40
41 1.1 gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-exchange-2.24.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild,v 1.1 2009/03/23 21:06:19 eva Exp $
51
52 EAPI="1"
53
54 inherit eutils gnome2
55
56 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
57 HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
58 LICENSE="GPL-2"
59
60 SLOT="2.0"
61 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
62 IUSE="debug doc static"
63
64 RDEPEND="
65 >=mail-client/evolution-2.24.3
66 >=dev-libs/glib-2.16.0
67 >=x11-libs/gtk+-2.10
68 >=gnome-base/gconf-2.0
69 >=gnome-base/libbonobo-2.20.3
70 >=gnome-base/libglade-2.0
71 >=gnome-base/libgnomeui-2.0
72 dev-libs/libxml2
73 net-libs/libsoup:2.4
74 >=gnome-extra/evolution-data-server-2.24.3
75 >=net-nds/openldap-2.1.30-r2"
76
77 DEPEND="${RDEPEND}
78 >=dev-util/intltool-0.40
79 dev-util/pkgconfig
80 doc? ( >=dev-util/gtk-doc-1 )"
81
82 DOCS="AUTHORS ChangeLog NEWS README"
83
84 pkg_setup() {
85 G2CONF="${G2CONF} $(use_with debug e2k-debug)"
86
87 if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
88 eerror "Please re-emerge gnome-extra/evolution-data-server with"
89 eerror "the use flags ldap and kerberos."
90 die
91 fi
92
93 G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap"
94 }
95
96 src_unpack() {
97 gnome2_src_unpack
98
99 # intltoolize because e-e won't install locales otherwise
100 # thanks to recent intltool, no need to eautoreconf/eautomake
101 intltoolize --force --copy --automake || die "intltoolize failed"
102 }