Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/
Date: Sat, 30 Jul 2016 10:50:41
Message-Id: 1469875762.7a6642cd1f2f0f3c291afdc7c1b38985eaa51ff4.pacho@gentoo
1 commit: 7a6642cd1f2f0f3c291afdc7c1b38985eaa51ff4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 09:57:46 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 10:49:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6642cd
7
8 gnome-extra/evolution-ews: Version bump
9
10 Package-Manager: portage-2.3.0
11
12 gnome-extra/evolution-ews/Manifest | 1 +
13 .../evolution-ews/evolution-ews-3.20.4.ebuild | 40 ++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
17 index f17740d..cd47e29 100644
18 --- a/gnome-extra/evolution-ews/Manifest
19 +++ b/gnome-extra/evolution-ews/Manifest
20 @@ -1,2 +1,3 @@
21 DIST evolution-ews-3.18.5.tar.xz 702984 SHA256 7e1ed3b18161a620ba358ebf23e4c7aea85c0c5070be3c20a8a2ef012fbcfc55 SHA512 a1359803a9929391ac8b2945e411058cef6038c607706a08c1ab270c40d2b0840537e5c29416bf74bc9d5b3b6a073257f21f0c16951e6e1aa49ee8f983725c27 WHIRLPOOL 0d742407b3d293d4f70656e40dce3f1503f0e5f2ac599d2681a8cb49a34e5647aa4a8b3a85aeebd025e543fc54bc4f282c103bdb09d50d0be633c8e52fb2d4fb
22 DIST evolution-ews-3.20.3.tar.xz 711996 SHA256 d1e0d1c6970f6a049ff6f41a691c2e455debd2cddf79251e4d0c127a845869b6 SHA512 dd87e83ae7e67b097199614ee4b0607882858ad5d2a3c1616147ea1eea2982486d73fd091f0ce1397d7e8571598b6d7e58ec74a87205539e2cf281b24ae5c8f3 WHIRLPOOL 3c67e79604f86a5d452e0d6e4d5749aa0c2e8bfc9b70b6fbe77517bd9335fed7fecc2827a0e97d87996d1da972a8ee5b045f9329768dc16d322893c7b1ac90c7
23 +DIST evolution-ews-3.20.4.tar.xz 712112 SHA256 6cff88d0fcdf060a84998e1dd886bea7d18aebe2a7fc94b6750881fc4d9dd988 SHA512 0bd5615dbfedb1df428d3905b3e0b36777bb36a7b45e947e9f413fe205624beadfa752909079f203a8adc5306c864c8b6633ef44c91b03323135d2e29c4bd053 WHIRLPOOL d0eeb8a7f8426b343e93771c465118cd6a840144c7f7fdee299d1778694f77869b8837d65ab192962d64f07f2a62a28f30ef1dcc2c2b833ff8acdc680f038d2b
24
25 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.20.4.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.20.4.ebuild
26 new file mode 100644
27 index 0000000..e068f9c
28 --- /dev/null
29 +++ b/gnome-extra/evolution-ews/evolution-ews-3.20.4.ebuild
30 @@ -0,0 +1,40 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +
38 +inherit gnome2
39 +
40 +DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
42 +
43 +LICENSE="LGPL-2.1"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE="test"
47 +
48 +RDEPEND="
49 + dev-db/sqlite:3=
50 + >=dev-libs/glib-2.40:2
51 + dev-libs/libical:0=
52 + >=dev-libs/libxml2-2
53 + >=gnome-extra/evolution-data-server-${PV}:0=
54 + >=mail-client/evolution-${PV}:2.0
55 + >=net-libs/libsoup-2.42:2.4
56 + >=x11-libs/gtk+-3:3
57 +"
58 +DEPEND="${RDEPEND}
59 + >=dev-util/gtk-doc-am-1.9
60 + >=dev-util/intltool-0.35.5
61 + virtual/pkgconfig
62 + test? ( net-libs/uhttpmock )
63 +"
64 +
65 +src_configure() {
66 + # We don't have libmspack, needing internal lzx
67 + gnome2_src_configure \
68 + --with-internal-lzx \
69 + $(use_enable test tests)
70 +}