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: ChangeLog evolution-exchange-2.22.3.ebuild
Date: Wed, 30 Jul 2008 21:48:33
Message-Id: E1KOJX4-0008EO-NU@stork.gentoo.org
1 eva 08/07/30 21:48:30
2
3 Modified: ChangeLog
4 Added: evolution-exchange-2.22.3.ebuild
5 Log:
6 bump to 2.22.3, fix bug #231759.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.66 gnome-extra/evolution-exchange/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 27 Jul 2008 18:57:19 -0000 1.65
23 +++ ChangeLog 30 Jul 2008 21:48:30 -0000 1.66
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/evolution-exchange
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.65 2008/07/27 18:57:19 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.66 2008/07/30 21:48:30 eva Exp $
29 +
30 +*evolution-exchange-2.22.3 (30 Jul 2008)
31 +
32 + 30 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +evolution-exchange-2.22.3.ebuild:
34 + bump to 2.22.3, fix bug #231759.
35
36 26 Jul 2008; Olivier CrĂȘte <tester@g.o>
37 evolution-exchange-2.22.0.ebuild:
38
39
40
41 1.1 gnome-extra/evolution-exchange/evolution-exchange-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-exchange-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/gnome-extra/evolution-exchange/evolution-exchange-2.22.3.ebuild,v 1.1 2008/07/30 21:48:30 eva Exp $
51 EAPI="1"
52
53 inherit gnome2 eutils
54
55 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
56 HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
57 LICENSE="GPL-2"
58
59 SLOT="2.0"
60 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
61 IUSE="debug doc static"
62
63 RDEPEND="
64 >=mail-client/evolution-2.21.90
65 >=dev-libs/glib-2.15.3
66 >=x11-libs/gtk+-2.10
67 >=gnome-base/gconf-2.0
68 >=gnome-base/libbonobo-2.20.3
69 >=gnome-base/libglade-2.0
70 >=gnome-base/libgnomeui-2.0
71 dev-libs/libxml2
72 net-libs/libsoup:2.4
73 >=gnome-extra/evolution-data-server-2.22
74 >=net-nds/openldap-2.1.30-r2"
75
76 DEPEND="${RDEPEND}
77 >=dev-util/intltool-0.35.5
78 dev-util/pkgconfig
79 doc? ( >=dev-util/gtk-doc-1 )"
80
81 DOCS="AUTHORS ChangeLog NEWS README"
82
83 pkg_setup() {
84 G2CONF="${G2CONF} $(use_with debug e2k-debug)"
85
86 if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
87 eerror "Please re-emerge gnome-extra/evolution-data-server with"
88 eerror "the use flags ldap and kerberos."
89 die
90 fi
91
92 G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap"
93 }