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