From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 49E2913827E for ; Thu, 12 Dec 2013 23:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C44E09CD; Thu, 12 Dec 2013 23:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DD7BE09D7 for ; Thu, 12 Dec 2013 23:21:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C709D33F281 for ; Thu, 12 Dec 2013 23:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1161519002B for ; Thu, 12 Dec 2013 23:21:00 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1386890446.5e994de8a7f86b0daba1138a9769d2b09a100948.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.10.2.ebuild gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5e994de8a7f86b0daba1138a9769d2b09a100948 X-VCS-Branch: master Date: Thu, 12 Dec 2013 23:21:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a615c1a6-447f-4e0e-a657-34d2a7220774 X-Archives-Hash: 043cfb865f427df4b2ed2cc06c8a3fdb commit: 5e994de8a7f86b0daba1138a9769d2b09a100948 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Dec 12 22:44:47 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 12 23:20:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5e994de8 gnome-extra/evolution-data-server: 3.10.2 → 3.10.3 --- ...n-data-server-3.10.2.ebuild => evolution-data-server-3.10.3.ebuild} | 2 +- gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.10.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild similarity index 98% rename from gnome-extra/evolution-data-server/evolution-data-server-3.10.2.ebuild rename to gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild index 0b0a77d..99560bc 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.10.2.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild @@ -52,7 +52,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) - weather? ( >=dev-libs/libgweather-3.5:2= ) + weather? ( >=dev-libs/libgweather-3.8:2= ) " DEPEND="${RDEPEND} ${PYTHON_DEPS} 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 2f3f296..04c6ff1 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -54,7 +54,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) - weather? ( >=dev-libs/libgweather-3.5:2= ) + weather? ( >=dev-libs/libgweather-3.8:2= ) " DEPEND="${RDEPEND} ${PYTHON_DEPS} @@ -90,6 +90,7 @@ src_prepare() { } src_configure() { + # phonenumber does not exist in tree gnome2_src_configure \ $(use_enable api-doc-extras gtk-doc) \ $(use_with api-doc-extras private-docs) \