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.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:53:15
Message-Id: 20130328225312.40BCB2171D@flycatcher.gentoo.org
1 pacho 13/03/28 22:53:12
2
3 Modified: ChangeLog
4 Added: evolution-ews-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.7 gnome-extra/evolution-ews/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 22 Jan 2013 03:48:29 -0000 1.6
24 +++ ChangeLog 28 Mar 2013 22:53:12 -0000 1.7
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.6 2013/01/22 03:48:29 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.7 2013/03/28 22:53:12 pacho Exp $
30 +
31 +*evolution-ews-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +evolution-ews-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 *evolution-ews-3.6.3 (22 Jan 2013)
37
38 @@ -42,4 +47,3 @@
39 +evolution-ews-3.4.1.ebuild, +metadata.xml:
40 New ebuild for evolution plugin for connecting to Microsoft Exchange Web
41 Services.
42 -
43
44
45
46 1.1 gnome-extra/evolution-ews/evolution-ews-3.8.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: evolution-ews-3.8.0.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.0.ebuild,v 1.1 2013/03/28 22:53:12 pacho Exp $
56
57 EAPI="5"
58 GCONF_DEBUG="no"
59 GNOME2_LA_PUNT="yes"
60
61 inherit db-use flag-o-matic gnome2 versionator
62
63 MY_MAJORV=$(get_version_component_range 1-2)
64
65 DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
66 HOMEPAGE="http://www.gnome.org/projects/evolution/"
67
68 LICENSE="LGPL-2.1"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 IUSE="kerberos"
72
73 RDEPEND="
74 dev-db/sqlite:3=
75 dev-libs/libical:=
76 >=mail-client/evolution-${PV}:2.0[kerberos?]
77 >=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
78 =gnome-extra/evolution-data-server-${MY_MAJORV}*
79 >=dev-libs/glib-2.32:2
80 >=dev-libs/libxml2-2
81 >=net-libs/libsoup-2.38.1:2.4
82 >=x11-libs/gtk+-3:3
83 kerberos? ( virtual/krb5:= )
84 "
85 DEPEND="${RDEPEND}
86 >=dev-util/gtk-doc-am-1.9
87 >=dev-util/intltool-0.35.5
88 virtual/pkgconfig
89 "
90
91 # Requires connection to an Exchange server
92 RESTRICT="test"
93
94 src_configure() {
95 gnome2_src_configure $(use_with kerberos krb5)
96 }