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