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.24.2.ebuild
Date: Mon, 01 Dec 2008 13:11:04
Message-Id: E1L78YH-0002CJ-Ns@stork.gentoo.org
1 eva 08/12/01 13:11:01
2
3 Modified: ChangeLog
4 Added: evolution-exchange-2.24.2.ebuild
5 Log:
6 New version for GNOME 2.24. Mostly bug fixes.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.76 gnome-extra/evolution-exchange/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 18 Oct 2008 22:59:50 -0000 1.75
23 +++ ChangeLog 1 Dec 2008 13:11:01 -0000 1.76
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.75 2008/10/18 22:59:50 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.76 2008/12/01 13:11:01 eva Exp $
29 +
30 +*evolution-exchange-2.24.2 (01 Dec 2008)
31 +
32 + 01 Dec 2008; Gilles Dartiguelongue <eva@g.o>
33 + +evolution-exchange-2.24.2.ebuild:
34 + New version for GNOME 2.24. Mostly bug fixes.
35
36 18 Oct 2008; Brent Baude <ranger@g.o>
37 evolution-exchange-2.22.3-r1.ebuild:
38
39
40
41 1.1 gnome-extra/evolution-exchange/evolution-exchange-2.24.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-exchange-2.24.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/gnome-extra/evolution-exchange/evolution-exchange-2.24.2.ebuild,v 1.1 2008/12/01 13:11:01 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.0
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.0
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 }