commit:     1283653e6840503948d16ba45349cae3b1a23eb3
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Mon Dec 22 20:17:00 2014 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Tue Dec 23 04:56:29 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1283653e

gnome-extra/evolution-data-server: 3.13.8 → 3.13.9, sync with gx86

---
 ...rver-3.13.8.ebuild => evolution-data-server-3.13.9.ebuild} | 11 ++++++-----
 .../evolution-data-server/evolution-data-server-9999.ebuild   |  8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
similarity index 93%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
index 27670b7..0c521e8 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
@@ -4,9 +4,8 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-# python3 not really supported, bug #478678
-PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
-VALA_MIN_API_VERSION="0.18"
+PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
+VALA_MIN_API_VERSION="0.22" # upstream bug #741557
 VALA_USE_DEPEND="vapigen"
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
@@ -15,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml";
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution";
 
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
@@ -46,7 +45,7 @@ RDEPEND="
        >=dev-libs/nss-3.9:=
        >=sys-libs/db-4:=
 
-       dev-libs/icu
+       dev-libs/icu:=
        sys-libs/zlib:=
        virtual/libiconv
 
@@ -62,6 +61,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
+       dev-util/gdbus-codegen
        dev-util/gperf
        >=dev-util/gtk-doc-am-1.14
        >=dev-util/intltool-0.35.5
@@ -79,6 +79,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 # Some tests fail due to missings locales.
+# Also, dbus tests are flacky, bugs #397975 #501834
 # It looks like a nightmare to disable those for now.
 RESTRICT="test"
 

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
index 7e6f7b0..97c7cf5 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
@@ -4,9 +4,8 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-# python3 not really supported, bug #478678
-PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
-VALA_MIN_API_VERSION="0.18"
+PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
+VALA_MIN_API_VERSION="0.22" # upstream bug #741557
 VALA_USE_DEPEND="vapigen"
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
@@ -15,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml";
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution";
 
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
@@ -62,6 +61,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
+       dev-util/gdbus-codegen
        dev-util/gperf
        >=dev-util/gtk-doc-am-1.14
        >=dev-util/intltool-0.35.5

Reply via email to