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 6F31D1384B4 for ; Fri, 27 Nov 2015 12:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E000721C02C; Fri, 27 Nov 2015 12:42:01 +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 60C3021C02C for ; Fri, 27 Nov 2015 12:42:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE3E53407A3 for ; Fri, 27 Nov 2015 12:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3D9612 for ; Fri, 27 Nov 2015 12:41:56 +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: <1448628102.77bc56603284c15c69ff5c4aaba82068b4242278.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.18.1.ebuild gnome-extra/evolution-data-server/evolution-data-server-3.19.2.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: 77bc56603284c15c69ff5c4aaba82068b4242278 X-VCS-Branch: master Date: Fri, 27 Nov 2015 12:41:56 +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: b6cc47cb-a8b6-4892-bcae-5cfe44f000e6 X-Archives-Hash: 5e526040997369308a0457e3718cdb93 commit: 77bc56603284c15c69ff5c4aaba82068b4242278 Author: Priit Laes plaes org> AuthorDate: Fri Nov 27 05:56:21 2015 +0000 Commit: Priit Laes plaes org> CommitDate: Fri Nov 27 12:41:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=77bc5660 gnome-extra/evolution-data-server: Add 3.19.2 ...erver-3.18.1.ebuild => evolution-data-server-3.19.2.ebuild} | 10 ++++++++-- .../evolution-data-server/evolution-data-server-9999.ebuild | 9 ++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild similarity index 90% rename from gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild rename to gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild index 540b4c2..5eec689 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild @@ -16,14 +16,15 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" -SLOT="0/54" # subslot = libcamel-1.2 soname version -IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" +SLOT="0/54" # subslot = libcamel-1.2 soname + optional revision if needed +IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" # sys-libs/db is only required for migrating from <3.13 versions # gdata-0.15.1 is required for google tasks +# google-auth allows adding own google_client_id and google_client_secret RDEPEND=" >=app-crypt/gcr-3.4 >=app-crypt/libsecret-0.5[crypt] @@ -41,6 +42,10 @@ RDEPEND=" sys-libs/zlib:= virtual/libiconv + google-auth? ( + >=net-libs/webkit-gtk-2.4.9 + >=dev-libs/json-glib-1.0.4 + ) gtk? ( >=app-crypt/gcr-3.4[gtk] >=x11-libs/gtk+-3.10:3 @@ -98,6 +103,7 @@ src_configure() { $(use_enable api-doc-extras gtk-doc) \ $(use_with api-doc-extras private-docs) \ $(use_enable gnome-online-accounts goa) \ + $(use_enable google-auth) \ $(use_enable gtk) \ $(use_enable introspection) \ $(use_enable ipv6) \ 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 7e02d86..6948f3c 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" SLOT="0/54" # subslot = libcamel-1.2 soname + optional revision if needed -IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" +IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" if [[ ${PV} = 9999 ]]; then @@ -33,6 +33,7 @@ fi # sys-libs/db is only required for migrating from <3.13 versions # gdata-0.15.1 is required for google tasks +# google-auth allows adding own google_client_id and google_client_secret RDEPEND=" >=app-crypt/gcr-3.4 >=app-crypt/libsecret-0.5[crypt] @@ -50,6 +51,10 @@ RDEPEND=" sys-libs/zlib:= virtual/libiconv + google-auth? ( + >=net-libs/webkit-gtk-2.4.9 + >=dev-libs/json-glib-1.0.4 + ) gtk? ( >=app-crypt/gcr-3.4[gtk] >=x11-libs/gtk+-3.10:3 @@ -71,6 +76,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig vala? ( $(vala_depend) ) " + # eautoreconf needs: # >=gnome-base/gnome-common-2 @@ -107,6 +113,7 @@ src_configure() { $(use_enable api-doc-extras gtk-doc) \ $(use_with api-doc-extras private-docs) \ $(use_enable gnome-online-accounts goa) \ + $(use_enable google-auth) \ $(use_enable gtk) \ $(use_enable introspection) \ $(use_enable ipv6) \