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.6.ebuild ChangeLog evolution-ews-3.12.3.ebuild evolution-ews-3.10.4.ebuild
Date: Thu, 25 Sep 2014 09:32:43
Message-Id: 20140925093237.BD5A5637E@oystercatcher.gentoo.org
1 pacho 14/09/25 09:32:37
2
3 Modified: ChangeLog
4 Added: evolution-ews-3.12.6.ebuild
5 Removed: evolution-ews-3.12.3.ebuild
6 evolution-ews-3.10.4.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.32 gnome-extra/evolution-ews/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.32&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.32&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.31&r2=1.32
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
22 retrieving revision 1.31
23 retrieving revision 1.32
24 diff -u -r1.31 -r1.32
25 --- ChangeLog 23 Jul 2014 15:17:55 -0000 1.31
26 +++ ChangeLog 25 Sep 2014 09:32:37 -0000 1.32
27 @@ -1,6 +1,12 @@
28 # ChangeLog for gnome-extra/evolution-ews
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.31 2014/07/23 15:17:55 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.32 2014/09/25 09:32:37 pacho Exp $
32 +
33 +*evolution-ews-3.12.6 (25 Sep 2014)
34 +
35 + 25 Sep 2014; Pacho Ramos <pacho@g.o> +evolution-ews-3.12.6.ebuild,
36 + -evolution-ews-3.10.4.ebuild, -evolution-ews-3.12.3.ebuild:
37 + Version bump, drop old
38
39 23 Jul 2014; Agostino Sarubbo <ago@g.o> evolution-ews-3.12.4.ebuild:
40 Stable for x86, wrt bug #512012
41
42
43
44 1.1 gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: evolution-ews-3.12.6.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild,v 1.1 2014/09/25 09:32:37 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58
59 inherit gnome2
60
61 DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
62 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND="
70 dev-db/sqlite:3=
71 >=dev-libs/glib-2.32:2
72 dev-libs/libical:0=
73 >=dev-libs/libxml2-2
74 >=gnome-extra/evolution-data-server-${PV}:0=
75 >=mail-client/evolution-${PV}:2.0
76 >=net-libs/libsoup-2.42:2.4
77 >=x11-libs/gtk+-3:3
78 "
79 DEPEND="${RDEPEND}
80 >=dev-util/gtk-doc-am-1.9
81 >=dev-util/intltool-0.35.5
82 virtual/pkgconfig
83 "
84
85 # Requires libhttpmock which is not in portage
86 RESTRICT="test"
87
88 src_configure() {
89 # We don't have libmspack, needing internal lzx
90 gnome2_src_configure --with-internal-lzx
91 }