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-458732-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SQzaf-0005ZC-Mv
	for garchives@archives.gentoo.org; Sun, 06 May 2012 11:25:25 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AF4CDE0675;
	Sun,  6 May 2012 11:25:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 72B35E0675
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 May 2012 11:25:08 +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 910C11B405A
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 May 2012 11:25:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 58A70E542C
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 May 2012 11:25:06 +0000 (UTC)
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" <tetromino@gmail.com>
Message-ID: <1336303480.52f1663f329324ffc40d38b83d777e7f7e3db9f8.tetromino@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.4.1.ebuild net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
X-VCS-Directories: net-libs/gnome-online-accounts/
X-VCS-Committer: tetromino
X-VCS-Committer-Name: Alexandre Restovtsev
X-VCS-Revision: 52f1663f329324ffc40d38b83d777e7f7e3db9f8
X-VCS-Branch: master
Date: Sun,  6 May 2012 11:25:06 +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: 3c87404c-253f-43b3-8053-0b9c88799446
X-Archives-Hash: 7339a68701ec3e3b713b3a8352880912

commit:     52f1663f329324ffc40d38b83d777e7f7e3db9f8
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 11:24:40 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun May  6 11:24:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3D52f1663f

net-libs/gnome-online-accounts: moved to gx86 + sync 9999 with gx86

---
 .../gnome-online-accounts-3.4.1.ebuild             |   58 --------------=
------
 .../gnome-online-accounts-9999.ebuild              |    5 ++-
 2 files changed, 4 insertions(+), 59 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.1.e=
build b/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.1.ebuild
deleted file mode 100644
index 972006e..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-=
online-accounts-3.2.1.ebuild,v 1.1 2011/10/29 05:57:03 tetromino Exp $
-
-EAPI=3D"4"
-GNOME2_LA_PUNT=3D"yes"
-
-inherit gnome2
-if [[ ${PV} =3D 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION=3D"GNOME framework for accessing online accounts"
-HOMEPAGE=3D"http://www.gnome.org/"
-
-LICENSE=3D"LGPL-2"
-SLOT=3D"0"
-IUSE=3D"doc gnome +introspection"
-if [[ ${PV} =3D 9999 ]]; then
-	KEYWORDS=3D""
-else
-	KEYWORDS=3D"~amd64 ~x86"
-fi
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2=
.29.92
-# and 2.30.0
-RDEPEND=3D"
-	>=3Ddev-libs/glib-2.30.0:2
-	dev-libs/json-glib
-	gnome-base/libgnome-keyring
-	net-libs/libsoup:2.4
-	>=3Dnet-libs/libsoup-gnome-2.26:2.4
-	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
-	>=3Dx11-libs/gtk+-3.0.0:3
-	>=3Dx11-libs/libnotify-0.7
-	x11-libs/pango
-
-	introspection? ( >=3Ddev-libs/gobject-introspection-0.6.2 )"
-# goa-daemon can launch gnome-control-center
-PDEPEND=3D"gnome? ( >=3Dgnome-base/gnome-control-center-3.2 )"
-DEPEND=3D"${RDEPEND}
-	dev-libs/libxslt
-	>=3Ddev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
-	sys-devel/gettext
-
-	doc? ( >=3Ddev-util/gtk-doc-1.3 )"
-
-pkg_setup() {
-	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secret=
s
-	G2CONF=3D"${G2CONF}
-		--disable-static
-		--enable-documentation"
-	DOCS=3D"NEWS" # README is empty
-}

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.eb=
uild b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
index 972006e..be07c17 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -46,6 +46,7 @@ DEPEND=3D"${RDEPEND}
 	>=3Ddev-util/gdbus-codegen-2.30.0
 	dev-util/intltool
 	sys-devel/gettext
+	virtual/pkgconfig
=20
 	doc? ( >=3Ddev-util/gtk-doc-1.3 )"
=20
@@ -53,6 +54,8 @@ pkg_setup() {
 	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secret=
s
 	G2CONF=3D"${G2CONF}
 		--disable-static
-		--enable-documentation"
+		--enable-documentation
+		--enable-facebook
+		--enable-windows-live"
 	DOCS=3D"NEWS" # README is empty
 }