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.12.2.ebuild ChangeLog
Date: Fri, 30 May 2014 19:10:02
Message-Id: 20140530190959.B72782004E@flycatcher.gentoo.org
1 pacho 14/05/30 19:09:59
2
3 Modified: ChangeLog
4 Added: evolution-ews-3.12.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.27 gnome-extra/evolution-ews/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 27 Apr 2014 17:07:51 -0000 1.26
24 +++ ChangeLog 30 May 2014 19:09:59 -0000 1.27
25 @@ -1,6 +1,11 @@
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.26 2014/04/27 17:07:51 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.27 2014/05/30 19:09:59 pacho Exp $
30 +
31 +*evolution-ews-3.12.2 (30 May 2014)
32 +
33 + 30 May 2014; Pacho Ramos <pacho@g.o> +evolution-ews-3.12.2.ebuild:
34 + Version bump
35
36 *evolution-ews-3.12.1 (27 Apr 2014)
37
38
39
40
41 1.1 gnome-extra/evolution-ews/evolution-ews-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-ews-3.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.12.2.ebuild,v 1.1 2014/05/30 19:09:59 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="https://wiki.gnome.org/Apps/Evolution"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="
67 dev-db/sqlite:3=
68 >=dev-libs/glib-2.32:2
69 dev-libs/libical:0=
70 >=dev-libs/libxml2-2
71 >=gnome-extra/evolution-data-server-${PV}:0=
72 >=mail-client/evolution-${PV}:2.0
73 >=net-libs/libsoup-2.42:2.4
74 >=x11-libs/gtk+-3:3
75 "
76 DEPEND="${RDEPEND}
77 >=dev-util/gtk-doc-am-1.9
78 >=dev-util/intltool-0.35.5
79 virtual/pkgconfig
80 "
81
82 # Requires libhttpmock which is not in portage
83 RESTRICT="test"
84
85 src_configure() {
86 # We don't have libmspack, needing internal lzx
87 gnome2_src_configure --with-internal-lzx
88 }