From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-799011-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 3067C138CD0
	for <garchives@archives.gentoo.org>; Sun, 10 May 2015 17:20:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 777A2E0822;
	Sun, 10 May 2015 17:20:36 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AF78AE081E
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 May 2015 17:20:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AC567340F8C
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 May 2015 17:20:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F0BEF9E7
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 May 2015 17:20:31 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
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" <eva@gentoo.org>
Message-ID: <1431272386.ea2e7d7cf0d4ed8ff5d480fbb7d143fb3cef8f4e.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/
X-VCS-Repository: proj/gnome
X-VCS-Files: mail-client/evolution/evolution-3.16.1.ebuild mail-client/evolution/evolution-9999.ebuild
X-VCS-Directories: mail-client/evolution/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: ea2e7d7cf0d4ed8ff5d480fbb7d143fb3cef8f4e
X-VCS-Branch: master
Date: Sun, 10 May 2015 17:20:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 529b0817-374a-456c-83ea-407430e36071
X-Archives-Hash: b4b574274a4aed343209f266ba19c4cf

commit:     ea2e7d7cf0d4ed8ff5d480fbb7d143fb3cef8f4e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:57:03 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 15:39:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ea2e7d7c

mail-client/evolution: sync with gentoo-x86

Also removed dbus-glib, it is unused.

 mail-client/evolution/evolution-3.16.1.ebuild | 36 +++++++++------------------
 mail-client/evolution/evolution-9999.ebuild   | 22 ++++++++--------
 2 files changed, 22 insertions(+), 36 deletions(-)

diff --git a/mail-client/evolution/evolution-3.16.1.ebuild b/mail-client/evolution/evolution-3.16.1.ebuild
index 47f0bb0..35833dd 100644
--- a/mail-client/evolution/evolution-3.16.1.ebuild
+++ b/mail-client/evolution/evolution-3.16.1.ebuild
@@ -4,12 +4,8 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit eutils flag-o-matic readme.gentoo gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
@@ -18,14 +14,9 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
 IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	#need x11-libs/libcryptui keyworded
-	#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+# Needs x11-libs/libcryptui keyworded
+#KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
@@ -33,13 +24,13 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
+# dconf explicitely needed for backup plugin
 # google tasks requires >=libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
 # gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND="
 	>=app-crypt/gcr-3.4
 	>=app-text/enchant-1.1.7
-	>=dev-libs/dbus-glib-0.6
 	>=dev-libs/glib-2.40:2
 	>=dev-libs/libgdata-0.10:=
 	>=dev-libs/libxml2-2.7.3:2
@@ -48,25 +39,24 @@ COMMON_DEPEND="
 	>=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
 	>=media-libs/libcanberra-0.25[gtk3]
 	>=net-libs/libsoup-2.42:2.4
-	>=net-libs/webkit-gtk-2.2.0:3
+	>=net-libs/webkit-gtk-2.2:3
 	>=x11-libs/cairo-1.9.15:=[glib]
 	>=x11-libs/gdk-pixbuf-2.24:2
-	>=x11-libs/gtk+-3.10.0:3
+	>=x11-libs/gtk+-3.10:3
 	>=x11-libs/libnotify-0.7:=
 	>=x11-misc/shared-mime-info-0.22
 
-	app-text/iso-codes
+	>=app-text/iso-codes-0.49
 	dev-libs/atk
 	gnome-base/dconf
+	dev-libs/libical:=
 	x11-libs/libSM
 	x11-libs/libICE
-	x11-themes/gnome-icon-theme
 
 	crypt? (
-		x11-libs/libcryptui:=
-		|| (
-			( >=app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
-			=app-crypt/gnupg-1.4* ) )
+		>=app-crypt/gnupg-1.4
+		${PINENTRY_DEPEND}
+		x11-libs/libcryptui )
 	map? (
 		>=media-libs/libchamplain-0.12:0.12[gtk]
 		>=media-libs/clutter-1.0.0:1.0
@@ -124,8 +114,6 @@ src_prepare() {
 
 src_configure() {
 	# Use NSS/NSPR only if 'ssl' is enabled.
-	local myconf
-	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
 		--without-glade-catalog \
 		--disable-autoar \
@@ -147,7 +135,7 @@ src_configure() {
 			--without-nss-libs
 			--without-nss-includes") \
 		$(use_enable weather) \
-		${myconf}
+		ITSTOOL=$(type -P true)
 }
 
 src_install() {

diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild
index 47f0bb0..c8c8b10 100644
--- a/mail-client/evolution/evolution-9999.ebuild
+++ b/mail-client/evolution/evolution-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit eutils flag-o-matic readme.gentoo gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -22,8 +21,8 @@ if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	#need x11-libs/libcryptui keyworded
-	#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+	# Needs x11-libs/libcryptui keyworded
+	#KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 fi
 
@@ -33,13 +32,13 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
+# dconf explicitely needed for backup plugin
 # google tasks requires >=libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
 # gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND="
 	>=app-crypt/gcr-3.4
 	>=app-text/enchant-1.1.7
-	>=dev-libs/dbus-glib-0.6
 	>=dev-libs/glib-2.40:2
 	>=dev-libs/libgdata-0.10:=
 	>=dev-libs/libxml2-2.7.3:2
@@ -48,25 +47,24 @@ COMMON_DEPEND="
 	>=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
 	>=media-libs/libcanberra-0.25[gtk3]
 	>=net-libs/libsoup-2.42:2.4
-	>=net-libs/webkit-gtk-2.2.0:3
+	>=net-libs/webkit-gtk-2.2:3
 	>=x11-libs/cairo-1.9.15:=[glib]
 	>=x11-libs/gdk-pixbuf-2.24:2
-	>=x11-libs/gtk+-3.10.0:3
+	>=x11-libs/gtk+-3.10:3
 	>=x11-libs/libnotify-0.7:=
 	>=x11-misc/shared-mime-info-0.22
 
-	app-text/iso-codes
+	>=app-text/iso-codes-0.49
 	dev-libs/atk
 	gnome-base/dconf
+	dev-libs/libical:=
 	x11-libs/libSM
 	x11-libs/libICE
-	x11-themes/gnome-icon-theme
 
 	crypt? (
-		x11-libs/libcryptui:=
-		|| (
-			( >=app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
-			=app-crypt/gnupg-1.4* ) )
+		>=app-crypt/gnupg-1.4
+		${PINENTRY_DEPEND}
+		x11-libs/libcryptui )
 	map? (
 		>=media-libs/libchamplain-0.12:0.12[gtk]
 		>=media-libs/clutter-1.0.0:1.0