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: evolution-ews-3.12.1.ebuild ChangeLog
Date: Sun, 27 Apr 2014 17:07:56
Message-Id: 20140427170751.79E272004B@flycatcher.gentoo.org
1 eva 14/04/27 17:07:51
2
3 Modified: ChangeLog
4 Added: evolution-ews-3.12.1.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.26 gnome-extra/evolution-ews/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 26 Apr 2014 18:57:29 -0000 1.25
24 +++ ChangeLog 27 Apr 2014 17:07:51 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-ews
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.25 2014/04/26 18:57:29 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.26 2014/04/27 17:07:51 eva Exp $
30 +
31 +*evolution-ews-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +evolution-ews-3.12.1.ebuild:
35 + Version bump for Gnome 3.12.
36
37 26 Apr 2014; Pacho Ramos <pacho@g.o> -evolution-ews-3.10.3.ebuild,
38 -evolution-ews-3.8.5.ebuild:
39
40
41
42 1.1 gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evolution-ews-3.12.1.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.12.1.ebuild,v 1.1 2014/04/27 17:07:51 eva 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=""
66
67 RDEPEND="
68 dev-db/sqlite:3=
69 >=dev-libs/glib-2.32:2
70 dev-libs/libical:0=
71 >=dev-libs/libxml2-2
72 >=gnome-extra/evolution-data-server-${PV}:0=
73 >=mail-client/evolution-${PV}:2.0
74 >=net-libs/libsoup-2.42:2.4
75 >=x11-libs/gtk+-3:3
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 libhttpmock which is not in portage
84 RESTRICT="test"
85
86 src_configure() {
87 # We don't have libmspack, needing internal lzx
88 gnome2_src_configure --with-internal-lzx
89 }