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 8FF1E13800E for ; Wed, 8 Aug 2012 20:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8504E068F; Wed, 8 Aug 2012 20:48:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 90632E068F for ; Wed, 8 Aug 2012 20:48:50 +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 BE5A61B4010 for ; Wed, 8 Aug 2012 20:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F967E5441 for ; Wed, 8 Aug 2012 20:48:47 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1344458765.52b9c2cd0393e4a271b81505b343095e6f2c417c.plaes@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.5.5.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 52b9c2cd0393e4a271b81505b343095e6f2c417c X-VCS-Branch: master Date: Wed, 8 Aug 2012 20:48:47 +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: 50437742-fe6e-4902-8f72-d7864d6ecff1 X-Archives-Hash: c706ac26406d2bf210a850860d9c5b6e commit: 52b9c2cd0393e4a271b81505b343095e6f2c417c Author: Priit Laes plaes org> AuthorDate: Wed Aug 8 20:46:05 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Wed Aug 8 20:46:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=52b9c2cd gnome-extra/evolution-data-server: Added 3.5.5 to overlay --- ...9.ebuild => evolution-data-server-3.5.5.ebuild} | 22 +++++-------------- .../evolution-data-server-9999.ebuild | 22 +++++-------------- 2 files changed, 12 insertions(+), 32 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.5.5.ebuild similarity index 86% copy from gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild copy to gnome-extra/evolution-data-server/evolution-data-server-3.5.5.ebuild index 9921c8d..9e4dfcc 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.5.5.ebuild @@ -23,37 +23,35 @@ else fi IUSE="doc +gnome-online-accounts +introspection ipv6 ldap kerberos vala +weather" -RDEPEND=">=dev-libs/glib-2.30:2 +RDEPEND=">=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.2:3 - >=gnome-base/gconf-2 >=dev-db/sqlite-3.5 >=dev-libs/libgdata-0.10 >=gnome-base/gnome-keyring-2.20.1 - >=dev-libs/dbus-glib-0.6 >=dev-libs/libical-0.43 - >=net-libs/libsoup-2.31.2:2.4 + >=net-libs/libsoup-2.38.1:2.4 >=dev-libs/libxml2-2 >=sys-libs/db-4 >=dev-libs/nspr-4.4 >=dev-libs/nss-3.9 + >=app-crypt/gcr-3.4 sys-libs/zlib virtual/libiconv gnome-online-accounts? ( - >=net-libs/gnome-online-accounts-3.1.1 + >=net-libs/gnome-online-accounts-3.2 >=net-libs/liboauth-0.9.4 ) introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-2 ) - weather? ( >=dev-libs/libgweather-2.90.0:2 ) + weather? ( >=dev-libs/libgweather-3.5:2 ) " DEPEND="${RDEPEND} dev-lang/perl dev-util/fix-la-relink-command dev-util/gperf >=dev-util/intltool-0.35.5 - sys-devel/bison >=gnome-base/gnome-common-2 >=dev-util/gtk-doc-am-1.9 >=sys-devel/gettext-0.17 @@ -76,6 +74,7 @@ pkg_setup() { --disable-schemas-compile VALAC=$(type -P valac-0.14) VAPIGEN=$(type -P vapigen-0.14) + $(use_with doc private-docs) $(use_enable gnome-online-accounts goa) $(use_enable introspection) $(use_enable ipv6) @@ -92,15 +91,6 @@ pkg_setup() { src_prepare() { gnome2_src_prepare - # GNOME bug 611353 (skips failing test atm) - # XXX: uncomment when there's a proper fix - #epatch "${FILESDIR}/e-d-s-camel-skip-failing-test.patch" - - # GNOME bug 621763 (skip failing test-ebook-stress-factory--fifo) - #sed -e 's/\(SUBDIRS =.*\)ebook/\1/' \ - # -i addressbook/tests/Makefile.{am,in} \ - # || die "failing test sed 1 failed" - # /usr/include/db.h is always db-1 on FreeBSD # so include the right dir in CPPFLAGS append-cppflags "-I$(db_includedir)" 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 9921c8d..9e4dfcc 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -23,37 +23,35 @@ else fi IUSE="doc +gnome-online-accounts +introspection ipv6 ldap kerberos vala +weather" -RDEPEND=">=dev-libs/glib-2.30:2 +RDEPEND=">=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.2:3 - >=gnome-base/gconf-2 >=dev-db/sqlite-3.5 >=dev-libs/libgdata-0.10 >=gnome-base/gnome-keyring-2.20.1 - >=dev-libs/dbus-glib-0.6 >=dev-libs/libical-0.43 - >=net-libs/libsoup-2.31.2:2.4 + >=net-libs/libsoup-2.38.1:2.4 >=dev-libs/libxml2-2 >=sys-libs/db-4 >=dev-libs/nspr-4.4 >=dev-libs/nss-3.9 + >=app-crypt/gcr-3.4 sys-libs/zlib virtual/libiconv gnome-online-accounts? ( - >=net-libs/gnome-online-accounts-3.1.1 + >=net-libs/gnome-online-accounts-3.2 >=net-libs/liboauth-0.9.4 ) introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-2 ) - weather? ( >=dev-libs/libgweather-2.90.0:2 ) + weather? ( >=dev-libs/libgweather-3.5:2 ) " DEPEND="${RDEPEND} dev-lang/perl dev-util/fix-la-relink-command dev-util/gperf >=dev-util/intltool-0.35.5 - sys-devel/bison >=gnome-base/gnome-common-2 >=dev-util/gtk-doc-am-1.9 >=sys-devel/gettext-0.17 @@ -76,6 +74,7 @@ pkg_setup() { --disable-schemas-compile VALAC=$(type -P valac-0.14) VAPIGEN=$(type -P vapigen-0.14) + $(use_with doc private-docs) $(use_enable gnome-online-accounts goa) $(use_enable introspection) $(use_enable ipv6) @@ -92,15 +91,6 @@ pkg_setup() { src_prepare() { gnome2_src_prepare - # GNOME bug 611353 (skips failing test atm) - # XXX: uncomment when there's a proper fix - #epatch "${FILESDIR}/e-d-s-camel-skip-failing-test.patch" - - # GNOME bug 621763 (skip failing test-ebook-stress-factory--fifo) - #sed -e 's/\(SUBDIRS =.*\)ebook/\1/' \ - # -i addressbook/tests/Makefile.{am,in} \ - # || die "failing test sed 1 failed" - # /usr/include/db.h is always db-1 on FreeBSD # so include the right dir in CPPFLAGS append-cppflags "-I$(db_includedir)"