commit:     14a0403c1182e8fd7f1e3572974afa363dd57bbb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:31:23 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 15:16:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=14a0403c

gnome-extra/evolution-ews: 3.12.11 → 3.16.1

 ...lution-ews-3.12.1.ebuild => evolution-ews-3.16.1.ebuild} | 13 ++++++-------
 gnome-extra/evolution-ews/evolution-ews-9999.ebuild         | 13 ++++++-------
 2 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
similarity index 78%
rename from gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
index 079f594..3fdc985 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 
@@ -18,7 +17,7 @@ IUSE=""
 
 RDEPEND="
        dev-db/sqlite:3=
-       >=dev-libs/glib-2.32:2
+       >=dev-libs/glib-2.40:2
        dev-libs/libical:0=
        >=dev-libs/libxml2-2
        >=gnome-extra/evolution-data-server-${PV}:0=
@@ -30,12 +29,12 @@ DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.9
        >=dev-util/intltool-0.35.5
        virtual/pkgconfig
+       test? ( net-libs/uhttpmock )
 "
 
-# Requires libhttpmock which is not in portage
-RESTRICT="test"
-
 src_configure() {
        # We don't have libmspack, needing internal lzx
-       gnome2_src_configure --with-internal-lzx
+       gnome2_src_configure \
+               --with-internal-lzx \
+               $(use_enable test tests)
 }

diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 7e66f0f..a74c7ff 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -25,7 +24,7 @@ IUSE=""
 
 RDEPEND="
        dev-db/sqlite:3=
-       >=dev-libs/glib-2.32:2
+       >=dev-libs/glib-2.40:2
        dev-libs/libical:0=
        >=dev-libs/libxml2-2
        >=gnome-extra/evolution-data-server-${PV}:0=
@@ -37,12 +36,12 @@ DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.9
        >=dev-util/intltool-0.35.5
        virtual/pkgconfig
+       test? ( net-libs/uhttpmock )
 "
 
-# Requires libhttpmock which is not in portage
-RESTRICT="test"
-
 src_configure() {
        # We don't have libmspack, needing internal lzx
-       gnome2_src_configure --with-internal-lzx
+       gnome2_src_configure \
+               --with-internal-lzx \
+               $(use_enable test tests)
 }

Reply via email to