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-ews: ChangeLog evolution-ews-3.6.4.ebuild
Date: Sun, 31 Mar 2013 10:10:43
Message-Id: 20130331101040.ABB252171D@flycatcher.gentoo.org
1 eva 13/03/31 10:10:40
2
3 Modified: ChangeLog
4 Added: evolution-ews-3.6.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.9 gnome-extra/evolution-ews/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 29 Mar 2013 20:11:42 -0000 1.8
24 +++ ChangeLog 31 Mar 2013 10:10:40 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-ews
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.8 2013/03/29 20:11:42 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.9 2013/03/31 10:10:40 eva Exp $
30 +
31 +*evolution-ews-3.6.4 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o>
34 + +evolution-ews-3.6.4.ebuild:
35 + Version bump.
36
37 29 Mar 2013; Gilles Dartiguelongue <eva@g.o>
38 -evolution-ews-3.4.4.ebuild, -evolution-ews-3.6.1.ebuild:
39
40
41
42 1.1 gnome-extra/evolution-ews/evolution-ews-3.6.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.6.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.6.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evolution-ews-3.6.4.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.6.4.ebuild,v 1.1 2013/03/31 10:10:40 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit db-use flag-o-matic gnome2 versionator
58
59 MY_MAJORV=$(get_version_component_range 1-2)
60
61 DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
62 HOMEPAGE="http://www.gnome.org/projects/evolution/"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE="kerberos"
68
69 RDEPEND="
70 dev-db/sqlite:3=
71 dev-libs/libical:=
72 >=mail-client/evolution-${MY_MAJORV}:2.0[kerberos?]
73 >=gnome-extra/evolution-data-server-${MY_MAJORV}:=[kerberos?]
74 =gnome-extra/evolution-data-server-${MY_MAJORV}*
75 >=dev-libs/glib-2.28:2
76 >=dev-libs/libxml2-2
77 >=net-libs/libsoup-2.30:2.4
78 >=x11-libs/gtk+-3:3
79 kerberos? ( virtual/krb5:= )
80 "
81 DEPEND="${RDEPEND}
82 >=dev-util/gtk-doc-am-1.9
83 >=dev-util/intltool-0.35.5
84 virtual/pkgconfig
85 "
86
87 # Requires connection to an Exchange server
88 RESTRICT="test"
89
90 src_configure() {
91 gnome2_src_configure $(use_with kerberos krb5)
92 }