Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-ews: evolution-ews-3.10.3.ebuild ChangeLog
Date: Tue, 24 Dec 2013 16:44:28
Message-Id: 20131224164425.3C8482004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:44:25
2
3 Modified: ChangeLog
4 Added: evolution-ews-3.10.3.ebuild
5 Log:
6 Version bump for Gnome 3.10
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.19 gnome-extra/evolution-ews/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 8 Dec 2013 18:43:02 -0000 1.18
24 +++ ChangeLog 24 Dec 2013 16:44:25 -0000 1.19
25 @@ -1,6 +1,11 @@
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.18 2013/12/08 18:43:02 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.19 2013/12/24 16:44:25 pacho Exp $
30 +
31 +*evolution-ews-3.10.3 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +evolution-ews-3.10.3.ebuild:
34 + Version bump for Gnome 3.10
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> evolution-ews-3.8.5.ebuild:
37 x86 stable, bug #478252
38
39
40
41 1.1 gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-ews-3.10.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild,v 1.1 2013/12/24 16:44:25 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
59 HOMEPAGE="http://www.gnome.org/projects/evolution/"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="kerberos"
65
66 RDEPEND="
67 dev-db/sqlite:3=
68 dev-libs/libical:=
69 >=mail-client/evolution-${PV}:2.0[kerberos?]
70 >=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
71 >=dev-libs/glib-2.32:2
72 >=dev-libs/libxml2-2
73 >=net-libs/libsoup-2.38.1:2.4
74 >=x11-libs/gtk+-3:3
75 kerberos? ( virtual/krb5:= )
76 "
77 DEPEND="${RDEPEND}
78 >=dev-util/gtk-doc-am-1.9
79 >=dev-util/intltool-0.35.5
80 virtual/pkgconfig
81 "
82
83 # Requires connection to an Exchange server
84 RESTRICT="test"
85
86 src_configure() {
87 # We don't have libmspack, needing internal lzx
88 gnome2_src_configure \
89 --with-internal-lzx \
90 $(use_with kerberos krb5)
91 }