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.3.ebuild evolution-exchange-2.12.2.ebuild
Date: Sun, 03 Feb 2008 14:05:17
Message-Id: E1JLfT9-0004Rz-6t@stork.gentoo.org
1 leio 08/02/03 14:05:15
2
3 Modified: ChangeLog
4 Added: evolution-exchange-2.12.3.ebuild
5 Removed: evolution-exchange-2.12.2.ebuild
6 Log:
7 Version bump with only a translation update
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.53 gnome-extra/evolution-exchange/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.52&r2=1.53
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- ChangeLog 29 Jan 2008 17:36:14 -0000 1.52
24 +++ ChangeLog 3 Feb 2008 14:05:14 -0000 1.53
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-exchange
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.52 2008/01/29 17:36:14 dang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.53 2008/02/03 14:05:14 leio Exp $
30 +
31 +*evolution-exchange-2.12.3 (03 Feb 2008)
32 +
33 + 03 Feb 2008; Mart Raudsepp <leio@g.o>
34 + -evolution-exchange-2.12.2.ebuild, +evolution-exchange-2.12.3.ebuild:
35 + Version bump with only a translation update
36
37 29 Jan 2008; Daniel Gryniewicz <dang@g.o>
38 evolution-exchange-2.6.2-r1.ebuild, evolution-exchange-2.8.3.ebuild,
39
40
41
42 1.1 gnome-extra/evolution-exchange/evolution-exchange-2.12.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evolution-exchange-2.12.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.12.3.ebuild,v 1.1 2008/02/03 14:05:14 leio Exp $
52 EAPI="1"
53
54 inherit gnome2 eutils
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 ~ppc ~sparc ~x86"
62 IUSE="debug doc static"
63
64 RDEPEND=">=x11-libs/gtk+-2.10
65 >=gnome-base/gconf-2.0
66 >=gnome-base/libbonobo-2.0
67 >=gnome-base/libglade-2.0
68 >=gnome-base/libgnomeui-2.0
69 dev-libs/libxml2
70 >=mail-client/evolution-2.11
71 >=gnome-extra/evolution-data-server-1.11
72 >=net-libs/libsoup-2.2.96:2.2
73 >=net-nds/openldap-2.1.30-r2"
74
75 DEPEND="${RDEPEND}
76 >=dev-util/intltool-0.35.5
77 dev-util/pkgconfig
78 doc? ( >=dev-util/gtk-doc-1 )"
79
80 DOCS="AUTHORS ChangeLog NEWS README"
81
82 pkg_setup() {
83 G2CONF="${G2CONF} $(use_with debug e2k-debug)"
84
85 if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
86 eerror "Please re-emerge gnome-extra/evolution-data-server with"
87 eerror "the use flags ldap and kerberos."
88 die
89 fi
90
91 G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap"
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list