Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.12.2.ebuild
Date: Tue, 27 Nov 2007 10:56:52
Message-Id: E1Iwy7L-00088y-NF@stork.gentoo.org
1 leio 07/11/27 10:56:39
2
3 Modified: ChangeLog
4 Added: evolution-exchange-2.12.2.ebuild
5 Log:
6 Version bump for translation updates
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.51 gnome-extra/evolution-exchange/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 24 Nov 2007 22:56:00 -0000 1.50
23 +++ ChangeLog 27 Nov 2007 10:56:39 -0000 1.51
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/evolution-exchange
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.50 2007/11/24 22:56:00 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.51 2007/11/27 10:56:39 leio Exp $
29 +
30 +*evolution-exchange-2.12.2 (27 Nov 2007)
31 +
32 + 27 Nov 2007; Mart Raudsepp <leio@g.o>
33 + +evolution-exchange-2.12.2.ebuild:
34 + Version bump for translation updates
35
36 24 Nov 2007; Brent Baude <ranger@g.o>
37 evolution-exchange-2.12.0.ebuild:
38
39
40
41 1.1 gnome-extra/evolution-exchange/evolution-exchange-2.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-exchange-2.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.12.2.ebuild,v 1.1 2007/11/27 10:56:39 leio Exp $
51
52 inherit gnome2 eutils
53
54 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
55 HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
56 LICENSE="GPL-2"
57
58 SLOT="2.0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE="debug doc static"
61
62 RDEPEND=">=x11-libs/gtk+-2.10
63 >=gnome-base/gconf-2.0
64 >=gnome-base/libbonobo-2.0
65 >=gnome-base/libglade-2.0
66 >=gnome-base/libgnomeui-2.0
67 dev-libs/libxml2
68 >=mail-client/evolution-2.11
69 >=gnome-extra/evolution-data-server-1.11
70 >=net-libs/libsoup-2.2.96
71 >=net-nds/openldap-2.1.30-r2"
72
73 DEPEND="${RDEPEND}
74 >=dev-util/intltool-0.35.5
75 dev-util/pkgconfig
76 doc? ( >=dev-util/gtk-doc-1 )"
77
78 DOCS="AUTHORS ChangeLog NEWS README"
79
80 pkg_setup() {
81 G2CONF="${G2CONF} $(use_with debug e2k-debug)"
82
83 if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
84 eerror "Please re-emerge gnome-extra/evolution-data-server with"
85 eerror "the use flags ldap and kerberos."
86 die
87 fi
88
89 G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap"
90 }
91
92
93
94 --
95 gentoo-commits@g.o mailing list