commit:     c0311dea4584768920dcb3c3945a41928de9b4c7
Author:     Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Wed Nov  9 10:50:26 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 12:46:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0311dea

gnome-extra/evolution-ews: add evolution-ews-3.22.2.ebuild

Simple bump, as no relevant changes

https://git.gnome.org/browse/evolution-ews/diff/?id=EVOLUTION_EWS_3_22_2&&id2=EVOLUTION_EWS_3_22_1
Closes: https://github.com/gentoo/gentoo/pull/2788

Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 gnome-extra/evolution-ews/Manifest                 |  1 +
 .../evolution-ews/evolution-ews-3.22.2.ebuild      | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/gnome-extra/evolution-ews/Manifest 
b/gnome-extra/evolution-ews/Manifest
index 139c553..622e4fe 100644
--- a/gnome-extra/evolution-ews/Manifest
+++ b/gnome-extra/evolution-ews/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-ews-3.20.5.tar.xz 712400 SHA256 
dec65397f7c7e5ac591335e3b5c0fe5f8e8ff7c624d6555d08edf74933d7e424 SHA512 
1f4b850d1c7da861e727fecd4f8d7b4935b680ff72052335ace84b9518686457aaac879e0ae61fa0256e75b570770e61ae260cacdb771066dea20d80a599f175
 WHIRLPOOL 
4c1a36bcce66faf63549706822adc84eb44dc837f0a86f9c87588ed3257a89c1f240e94638bdff943156dc0cdaa18bbabc5f70cc6293222072d25682585dcb5f
 DIST evolution-ews-3.22.1.tar.xz 714064 SHA256 
678daee5933f4dfb000bb23f134523c2b10e5894c461ccf7fabfcf5af99feff8 SHA512 
199632c3eaa094a999e5bbd0c5c0bd068c3d5baeb39efb785d87238809eaee331dc4420e2829aeffd89d7bb4dc951cbd05666a62a31dbc155133c83255d74c42
 WHIRLPOOL 
deb15adea2df4959613d60dcd20dff9e9d0943615518ae88cb1d05d43a21730f2c2912a608d255a7343afcb520b266fb762ab3568c85c0b3e64b92dffaf0b0a4
+DIST evolution-ews-3.22.2.tar.xz 714656 SHA256 
8d8a258b4de9adbb79c4286625a7fede5c44378f4ef83ee09ff9dc766093363b SHA512 
a652c7e54286a01d6068f81c0e52605bc93089bfd9cd7c95993ddee63a2df1ad4f388c7efef86f554eb1687eaf5dcc3eb647b91b1c9625206c8658ed9e648992
 WHIRLPOOL 
7b143bc5a02169fd8d0bb067a56ce0db3d1ef15a8503f98eb8a45905da5bf37193af5f6d04a8bb1ba5c2d19d1ad85efb5454307bf941be64deb1ac98654b32df

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.22.2.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.22.2.ebuild
new file mode 100644
index 00000000..e068f9c
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-3.22.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web 
Services"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       dev-db/sqlite:3=
+       >=dev-libs/glib-2.40:2
+       dev-libs/libical:0=
+       >=dev-libs/libxml2-2
+       >=gnome-extra/evolution-data-server-${PV}:0=
+       >=mail-client/evolution-${PV}:2.0
+       >=net-libs/libsoup-2.42:2.4
+       >=x11-libs/gtk+-3:3
+"
+DEPEND="${RDEPEND}
+       >=dev-util/gtk-doc-am-1.9
+       >=dev-util/intltool-0.35.5
+       virtual/pkgconfig
+       test? ( net-libs/uhttpmock )
+"
+
+src_configure() {
+       # We don't have libmspack, needing internal lzx
+       gnome2_src_configure \
+               --with-internal-lzx \
+               $(use_enable test tests)
+}

Reply via email to