commit:     e5610ece88e3ddbfdeb390d0964a4448dd66a531
Author:     Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Wed Dec 21 21:47:14 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 22:37:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5610ece

gnome-extra/evolution-ews: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

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

diff --git a/gnome-extra/evolution-ews/Manifest 
b/gnome-extra/evolution-ews/Manifest
index 622e4fe..50543bc 100644
--- a/gnome-extra/evolution-ews/Manifest
+++ b/gnome-extra/evolution-ews/Manifest
@@ -1,3 +1,4 @@
 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
+DIST evolution-ews-3.22.3.tar.xz 714744 SHA256 
177f4112a4ceb14578ca5821f95b672e724d601024ac84500b40836d680733cc SHA512 
48bb2afbfdb4dd91efd49c455b0d8cc46196741272d4105eef22a23d0b730eaf1e88dcbe0db1feeabacb1551946047515e6557a28b41029ac678c17682962627
 WHIRLPOOL 
ca5a1798da23e3a596b87ea9b3538a25648afb832c305c9463c5d5ac43f9fb070701577b4c89dc11291733aabfb22c50c7d430ca52a4706d0f73b205cffc9503

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.22.3.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.22.3.ebuild
new file mode 100644
index 00000000..e068f9c
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-3.22.3.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