public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/
@ 2015-11-27 12:41 99% Priit Laes
  0 siblings, 0 replies; 1+ results
From: Priit Laes @ 2015-11-27 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     77bc56603284c15c69ff5c4aaba82068b4242278
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Fri Nov 27 05:56:21 2015 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> 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) \


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-11-27 12:41 99% [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/ Priit Laes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox