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 01D0C138010 for ; Wed, 27 Mar 2013 00:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67372E0806; Wed, 27 Mar 2013 00:34:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC88BE0806 for ; Wed, 27 Mar 2013 00:34:02 +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 740BC33BE60 for ; Wed, 27 Mar 2013 00:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 05F2CE4073 for ; Wed, 27 Mar 2013 00:34:00 +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: <1364344406.c3dea62eacad2826417efe19f7346754c577e8a0.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: c3dea62eacad2826417efe19f7346754c577e8a0 X-VCS-Branch: master Date: Wed, 27 Mar 2013 00:34:00 +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: 12ba29d4-6136-47e6-9c2c-0bc1682b493b X-Archives-Hash: c43c769f9eaf43603adcbe98f04915ed commit: c3dea62eacad2826417efe19f7346754c577e8a0 Author: Priit Laes plaes org> AuthorDate: Wed Mar 27 00:33:26 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Wed Mar 27 00:33:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c3dea62e net-libs/gnome-online-accounts: Add 3.8.0 to overlay --- ...9.ebuild => gnome-online-accounts-3.8.0.ebuild} | 11 ++++------- .../gnome-online-accounts-9999.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild similarity index 86% copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild index 463bf84..f2f5ec1 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild @@ -28,16 +28,15 @@ fi # goa kerberos provider is incompatible with app-crypt/heimdal, see # https://bugzilla.gnome.org/show_bug.cgi?id=692250 RDEPEND=" - >=dev-libs/glib-2.32:2 + >=dev-libs/glib-2.35:2 app-crypt/libsecret dev-libs/json-glib dev-libs/libxml2:2 net-libs/libsoup:2.4 - >=net-libs/libsoup-gnome-2.38:2.4 + >=net-libs/libsoup-gnome-2.41:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 - >=x11-libs/libnotify-0.7:= x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) @@ -61,12 +60,10 @@ if [[ ${PV} = 9999 ]]; then fi src_configure() { - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets + # TODO: Give users a way to set the G/FB/Windows Live secrets gnome2_src_configure \ --disable-static \ --enable-documentation \ - --enable-exchange \ - --enable-facebook \ - --enable-windows-live \ + --enable-flickr \ $(use_enable kerberos) } diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild index 463bf84..f2f5ec1 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild @@ -28,16 +28,15 @@ fi # goa kerberos provider is incompatible with app-crypt/heimdal, see # https://bugzilla.gnome.org/show_bug.cgi?id=692250 RDEPEND=" - >=dev-libs/glib-2.32:2 + >=dev-libs/glib-2.35:2 app-crypt/libsecret dev-libs/json-glib dev-libs/libxml2:2 net-libs/libsoup:2.4 - >=net-libs/libsoup-gnome-2.38:2.4 + >=net-libs/libsoup-gnome-2.41:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 - >=x11-libs/libnotify-0.7:= x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) @@ -61,12 +60,10 @@ if [[ ${PV} = 9999 ]]; then fi src_configure() { - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets + # TODO: Give users a way to set the G/FB/Windows Live secrets gnome2_src_configure \ --disable-static \ --enable-documentation \ - --enable-exchange \ - --enable-facebook \ - --enable-windows-live \ + --enable-flickr \ $(use_enable kerberos) }