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