From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-337081-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QBZWV-0002Le-MM
	for garchives@archives.gentoo.org; Sun, 17 Apr 2011 21:28:51 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E7AC81C076;
	Sun, 17 Apr 2011 21:28:39 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id A42231C076
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Apr 2011 21:28:39 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 127211B407D
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Apr 2011 21:28:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 0151B80074
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Apr 2011 21:28:38 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <e80dfd25d260a41030bf3e5b9e64efc92a3e960e.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.0.0.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: e80dfd25d260a41030bf3e5b9e64efc92a3e960e
Date: Sun, 17 Apr 2011 21:28:38 +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
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: a45b100dc3eeda7d45d2f432e7754484

commit:     e80dfd25d260a41030bf3e5b9e64efc92a3e960e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 20:56:30 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 21:17:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3De80dfd25

gnome-extra/evolution-data-server: QAed

	* Sync with gentoo-x86
	* Minor changes for better diff display

---
 .../evolution-data-server-3.0.0.ebuild             |    7 +++++--
 .../evolution-data-server-9999.ebuild              |    7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.0.=
0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.0.0.=
ebuild
index d70b237..0266646 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.0.0.ebuil=
d
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.0.0.ebuil=
d
@@ -16,14 +16,13 @@ HOMEPAGE=3D"http://www.gnome.org/projects/evolution/"
=20
 LICENSE=3D"LGPL-2 BSD DB"
 SLOT=3D"0"
-IUSE=3D"doc +introspection ipv6 ldap kerberos ssl +weather"
 if [[ ${PV} =3D 9999 ]]; then
 	KEYWORDS=3D""
 else
 	KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd =
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 fi
+IUSE=3D"doc +introspection ipv6 ldap kerberos ssl +weather"
=20
-RESTRIC=3D"test"
 # GNOME3: How do we slot libedataserverui-3.0.so?
 # Also, libedata-cal-1.2.so and libecal-1.2.so use gtk-3, but aren't slo=
tted
 RDEPEND=3D">=3Ddev-libs/glib-2.28:2
@@ -47,6 +46,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28:2
 	weather? ( >=3Ddev-libs/libgweather-2.90.0:2 )
 "
 DEPEND=3D"${RDEPEND}
+	dev-util/gperf
 	>=3Ddev-util/pkgconfig-0.9
 	>=3Ddev-util/intltool-0.35.5
 	sys-devel/bison
@@ -58,6 +58,9 @@ DEPEND=3D"${RDEPEND}
 #	>=3Dgnome-base/gnome-common-2
 #	>=3Ddev-util/gtk-doc-am-1.9
=20
+# FIXME
+RESTRIC=3D"test"
+
 pkg_setup() {
 	DOCS=3D"ChangeLog MAINTAINERS NEWS TODO"
 	# Uh, what to do about dbus-call-timeout ?

diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999=
.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.eb=
uild
index d70b237..0266646 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
@@ -16,14 +16,13 @@ HOMEPAGE=3D"http://www.gnome.org/projects/evolution/"
=20
 LICENSE=3D"LGPL-2 BSD DB"
 SLOT=3D"0"
-IUSE=3D"doc +introspection ipv6 ldap kerberos ssl +weather"
 if [[ ${PV} =3D 9999 ]]; then
 	KEYWORDS=3D""
 else
 	KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd =
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 fi
+IUSE=3D"doc +introspection ipv6 ldap kerberos ssl +weather"
=20
-RESTRIC=3D"test"
 # GNOME3: How do we slot libedataserverui-3.0.so?
 # Also, libedata-cal-1.2.so and libecal-1.2.so use gtk-3, but aren't slo=
tted
 RDEPEND=3D">=3Ddev-libs/glib-2.28:2
@@ -47,6 +46,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28:2
 	weather? ( >=3Ddev-libs/libgweather-2.90.0:2 )
 "
 DEPEND=3D"${RDEPEND}
+	dev-util/gperf
 	>=3Ddev-util/pkgconfig-0.9
 	>=3Ddev-util/intltool-0.35.5
 	sys-devel/bison
@@ -58,6 +58,9 @@ DEPEND=3D"${RDEPEND}
 #	>=3Dgnome-base/gnome-common-2
 #	>=3Ddev-util/gtk-doc-am-1.9
=20
+# FIXME
+RESTRIC=3D"test"
+
 pkg_setup() {
 	DOCS=3D"ChangeLog MAINTAINERS NEWS TODO"
 	# Uh, what to do about dbus-call-timeout ?