public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2011-10-18  7:37 Alexandre Restovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     accb87654090bf16f498cbf7f4443a55f5c9ef91
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 05:53:07 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 05:53:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=accb8765

net-libs/gnome-online-accounts: 3.2.0 → 3.2.1

Fix launching preferences window (and since the preferences window is
now part of gnome-control-center, we have to pdepend on it).

---
 .../gnome-online-accounts-3.2.0.ebuild             |   54 --------------------
 .../gnome-online-accounts-9999.ebuild              |    1 +
 2 files changed, 1 insertions(+), 54 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.0.ebuild
deleted file mode 100644
index 00d0d66..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="doc +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~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="
-	>=dev-libs/glib-2.30.0:2
-	dev-libs/json-glib
-	gnome-base/libgnome-keyring
-	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.26:2.4
-	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
-	>=x11-libs/gtk+-3.0.0:3
-	>=x11-libs/libnotify-0.7
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
-	sys-devel/gettext
-
-	doc? ( >=dev-util/gtk-doc-1.3 )"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-static"
-	DOCS="NEWS" # README is empty
-}

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 00d0d66..7a172b3 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -39,6 +39,7 @@ RDEPEND="
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
+PDEPEND=">=gnome-base/gnome-control-center-3.2"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gdbus-codegen-2.30.0



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2011-10-18  8:12 Alexandre Restovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     469a1aeede1dd07dde410eff6af5ed7dfadbba65
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 08:11:44 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 08:11:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=469a1aee

net-libs/gnome-online-accounts: add missing ebuild

---
 .../gnome-online-accounts-3.2.1.ebuild             |   55 ++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild
new file mode 100644
index 0000000..7a172b3
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="doc +introspection"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~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="
+	>=dev-libs/glib-2.30.0:2
+	dev-libs/json-glib
+	gnome-base/libgnome-keyring
+	net-libs/libsoup:2.4
+	>=net-libs/libsoup-gnome-2.26:2.4
+	net-libs/rest:0.7
+	net-libs/webkit-gtk:3
+	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/libnotify-0.7
+	x11-libs/pango
+
+	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
+PDEPEND=">=gnome-base/gnome-control-center-3.2"
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
+	>=dev-util/gdbus-codegen-2.30.0
+	dev-util/intltool
+	sys-devel/gettext
+
+	doc? ( >=dev-util/gtk-doc-1.3 )"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-static"
+	DOCS="NEWS" # README is empty
+}



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2011-10-29 19:56 Alexandre Restovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Restovtsev @ 2011-10-29 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a9de30da999248612cfaa11326c70ba821e31338
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 19:55:45 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Oct 29 19:55:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a9de30da

net-libs/gnome-online-accounts: moved 3.2.1 to gx86 + make g-c-c dep optional

The dependency on gnome-control-center should not be hard because it's
not required for core goa functionality, and other DEs might want to use
goa too.

---
 .../gnome-online-accounts-3.2.1.ebuild             |   55 --------------------
 .../gnome-online-accounts-9999.ebuild              |    5 +-
 2 files changed, 3 insertions(+), 57 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild
deleted file mode 100644
index 7a172b3..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="doc +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~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="
-	>=dev-libs/glib-2.30.0:2
-	dev-libs/json-glib
-	gnome-base/libgnome-keyring
-	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.26:2.4
-	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
-	>=x11-libs/gtk+-3.0.0:3
-	>=x11-libs/libnotify-0.7
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
-PDEPEND=">=gnome-base/gnome-control-center-3.2"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
-	sys-devel/gettext
-
-	doc? ( >=dev-util/gtk-doc-1.3 )"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-static"
-	DOCS="NEWS" # README is empty
-}

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 7a172b3..16d063f 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc +introspection"
+IUSE="doc gnome +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -39,7 +39,8 @@ RDEPEND="
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
-PDEPEND=">=gnome-base/gnome-control-center-3.2"
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2 )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gdbus-codegen-2.30.0



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-03-26  8:20 Nirbheek Chauhan
  0 siblings, 0 replies; 28+ messages in thread
From: Nirbheek Chauhan @ 2012-03-26  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7d488e17b3c2d2a3b4cbe5a2afb0912e326a73f3
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 05:13:54 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 08:19:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7d488e17

Add net-libs/gnome-online-accounts-3.3.92

---
 ....ebuild => gnome-online-accounts-3.3.92.ebuild} |    6 ++++--
 .../gnome-online-accounts-9999.ebuild              |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.3.92.ebuild
similarity index 82%
copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.3.92.ebuild
index 16d063f..972006e 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.3.92.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $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="4"
 GNOME2_LA_PUNT="yes"
@@ -50,7 +50,9 @@ DEPEND="${RDEPEND}
 	doc? ( >=dev-util/gtk-doc-1.3 )"
 
 pkg_setup() {
+	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	G2CONF="${G2CONF}
-		--disable-static"
+		--disable-static
+		--enable-documentation"
 	DOCS="NEWS" # README is empty
 }

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 16d063f..972006e 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $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="4"
 GNOME2_LA_PUNT="yes"
@@ -50,7 +50,9 @@ DEPEND="${RDEPEND}
 	doc? ( >=dev-util/gtk-doc-1.3 )"
 
 pkg_setup() {
+	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	G2CONF="${G2CONF}
-		--disable-static"
+		--disable-static
+		--enable-documentation"
 	DOCS="NEWS" # README is empty
 }



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-04-21  6:57 Alexandre Restovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Restovtsev @ 2012-04-21  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     560f4a13ff5016f7acb17a02ae9dae0a7777291f
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 06:57:35 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Apr 21 06:57:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=560f4a13

net-libs/gnome-online-accounts: 3.3.92 → 3.4.1

---
 ...2.ebuild => gnome-online-accounts-3.4.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.3.92.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.1.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.3.92.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.4.1.ebuild



^ permalink raw reply	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-05-06 11:25 Alexandre Restovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Restovtsev @ 2012-05-06 11:25 UTC (permalink / raw
  To: gentoo-commits

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=proj/gnome.git;a=commit;h=52f1663f

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.ebuild 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="4"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="doc gnome +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~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="
-	>=dev-libs/glib-2.30.0:2
-	dev-libs/json-glib
-	gnome-base/libgnome-keyring
-	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.26:2.4
-	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
-	>=x11-libs/gtk+-3.0.0:3
-	>=x11-libs/libnotify-0.7
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2 )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
-	sys-devel/gettext
-
-	doc? ( >=dev-util/gtk-doc-1.3 )"
-
-pkg_setup() {
-	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
-	G2CONF="${G2CONF}
-		--disable-static
-		--enable-documentation"
-	DOCS="NEWS" # README is empty
-}

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 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="${RDEPEND}
 	>=dev-util/gdbus-codegen-2.30.0
 	dev-util/intltool
 	sys-devel/gettext
+	virtual/pkgconfig
 
 	doc? ( >=dev-util/gtk-doc-1.3 )"
 
@@ -53,6 +54,8 @@ pkg_setup() {
 	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	G2CONF="${G2CONF}
 		--disable-static
-		--enable-documentation"
+		--enable-documentation
+		--enable-facebook
+		--enable-windows-live"
 	DOCS="NEWS" # README is empty
 }



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-05-25  8:28 Alexandre Restovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Restovtsev @ 2012-05-25  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a372660960ca6f3b34e8f92309fdeaf75c7d9ec3
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 08:28:40 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri May 25 08:28:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a3726609

net-libs/gnome-online-accounts: sync with gx86

---
 .../gnome-online-accounts-9999.ebuild              |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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 be07c17..b0cbe19 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
@@ -40,7 +40,7 @@ RDEPEND="
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
 # goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2 )"
+PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gdbus-codegen-2.30.0



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-09-09 12:43 Nirbheek Chauhan
  0 siblings, 0 replies; 28+ messages in thread
From: Nirbheek Chauhan @ 2012-09-09 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cebb4a4469ef4a7c9bb124b8b4ebac90dca94992
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 10:02:43 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 12:11:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cebb4a44

Add net-libs/gnome-online-accounts-3.5.91

---
 ....ebuild => gnome-online-accounts-3.5.91.ebuild} |   24 +++++++++++--------
 .../gnome-online-accounts-9999.ebuild              |   24 +++++++++++--------
 2 files changed, 28 insertions(+), 20 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.5.91.ebuild
similarity index 73%
copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.5.91.ebuild
index b0cbe19..2ee5cad 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.5.91.ebuild
@@ -11,11 +11,11 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc gnome +introspection"
+IUSE="doc gnome +introspection kerberos"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -24,21 +24,23 @@ 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="
-	>=dev-libs/glib-2.30.0:2
+	>=dev-libs/glib-2.32:2
+	app-crypt/libsecret
 	dev-libs/json-glib
-	gnome-base/libgnome-keyring
+	dev-libs/libxml2:2
 	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.26:2.4
+	>=net-libs/libsoup-gnome-2.38:2.4
 	net-libs/rest:0.7
 	net-libs/webkit-gtk:3
-	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/gtk+-3.5.1:3
 	>=x11-libs/libnotify-0.7
 	x11-libs/pango
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
+	kerberos? (
+		app-crypt/gcr
+		virtual/krb5 )"
 # goa-daemon can launch gnome-control-center
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
 DEPEND="${RDEPEND}
@@ -55,7 +57,9 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--enable-documentation
+		--enable-exchange
 		--enable-facebook
-		--enable-windows-live"
+		--enable-windows-live
+		$(use_enable kerberos)"
 	DOCS="NEWS" # README is empty
 }

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 b0cbe19..2ee5cad 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -11,11 +11,11 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc gnome +introspection"
+IUSE="doc gnome +introspection kerberos"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -24,21 +24,23 @@ 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="
-	>=dev-libs/glib-2.30.0:2
+	>=dev-libs/glib-2.32:2
+	app-crypt/libsecret
 	dev-libs/json-glib
-	gnome-base/libgnome-keyring
+	dev-libs/libxml2:2
 	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.26:2.4
+	>=net-libs/libsoup-gnome-2.38:2.4
 	net-libs/rest:0.7
 	net-libs/webkit-gtk:3
-	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/gtk+-3.5.1:3
 	>=x11-libs/libnotify-0.7
 	x11-libs/pango
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
+	kerberos? (
+		app-crypt/gcr
+		virtual/krb5 )"
 # goa-daemon can launch gnome-control-center
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
 DEPEND="${RDEPEND}
@@ -55,7 +57,9 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--enable-documentation
+		--enable-exchange
 		--enable-facebook
-		--enable-windows-live"
+		--enable-windows-live
+		$(use_enable kerberos)"
 	DOCS="NEWS" # README is empty
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-09-22 15:54 Nirbheek Chauhan
  0 siblings, 0 replies; 28+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     77b6f66a4826ef27107243b631879b095608a596
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 04:57:50 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:53:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=77b6f66a

net-libs/gnome-online-accounts: 3.5.91 → 3.5.92

---
 ....ebuild => gnome-online-accounts-3.5.92.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.5.91.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.5.92.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.5.91.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.5.92.ebuild


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-10-27 20:47 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a62281668ce63c5c70c977320fa5a38911ed5d51
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 20:18:45 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 20:18:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a6228166

net-libs/gnome-online-accounts: 3.5.92 → 3.6.1

---
 ...2.ebuild => gnome-online-accounts-3.6.1.ebuild} |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.5.92.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.1.ebuild
similarity index 86%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.5.92.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.6.1.ebuild
index 2ee5cad..05da4a8 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.5.92.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.1.ebuild
@@ -15,8 +15,9 @@ HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc gnome +introspection kerberos"
+IUSE="gnome +introspection kerberos"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~x86"
@@ -45,14 +46,19 @@ RDEPEND="
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.3
 	>=dev-util/gdbus-codegen-2.30.0
 	dev-util/intltool
 	sys-devel/gettext
 	virtual/pkgconfig
+"
 
-	doc? ( >=dev-util/gtk-doc-1.3 )"
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.3 )"
+fi
 
-pkg_setup() {
+src_configure() {
 	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	G2CONF="${G2CONF}
 		--disable-static
@@ -62,4 +68,5 @@ pkg_setup() {
 		--enable-windows-live
 		$(use_enable kerberos)"
 	DOCS="NEWS" # README is empty
+	gnome2_src_configure
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-11-20  8:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-20  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2fd819f9f0a2fd1aa0f53db6702d5c47281e86bf
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 20 07:53:42 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov 20 07:53:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2fd819f9

net-libs/gnome-online-accounts: 3.6.1 → 3.6.2

    * Lots of kerberos related updates
    * Translation updates

---
 ...1.ebuild => gnome-online-accounts-3.6.2.ebuild} |    0
 net-libs/gnome-online-accounts/metadata.xml        |   11 +++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.6.1.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild

diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml
new file mode 100644
index 0000000..776fe7b
--- /dev/null
+++ b/net-libs/gnome-online-accounts/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="introspection">Use <pkg>gnome-base/gnome-control-center</pkg>
+    to set GNOME online accounts preferences</flag>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+    for introspection</flag>
+  </use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2012-12-25 21:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-25 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6ef276dd43cb95f1ce7b9bd8162e6cf336f09b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 21:52:30 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 21:52:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5f6ef276

net-libs/gnome-online-accounts: moved to gx86

    * Sync live ebuild with gx86 changes.
    * Update metadata.xml.

---
 .../gnome-online-accounts-3.6.2.ebuild             |   72 --------------------
 .../gnome-online-accounts-9999.ebuild              |   24 ++++---
 net-libs/gnome-online-accounts/metadata.xml        |    6 +-
 3 files changed, 17 insertions(+), 85 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild
deleted file mode 100644
index 05da4a8..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="gnome +introspection kerberos"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-RDEPEND="
-	>=dev-libs/glib-2.32: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/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 )
-	kerberos? (
-		app-crypt/gcr
-		virtual/krb5 )"
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.3 )"
-fi
-
-src_configure() {
-	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
-	G2CONF="${G2CONF}
-		--disable-static
-		--enable-documentation
-		--enable-exchange
-		--enable-facebook
-		--enable-windows-live
-		$(use_enable kerberos)"
-	DOCS="NEWS" # README is empty
-	gnome2_src_configure
-}

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 2ee5cad..3552cf4 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
@@ -15,11 +15,12 @@ HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc gnome +introspection kerberos"
+IUSE="gnome +introspection kerberos"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 fi
 
 # pango used in goaeditablelabel
@@ -34,25 +35,30 @@ RDEPEND="
 	net-libs/rest:0.7
 	net-libs/webkit-gtk:3
 	>=x11-libs/gtk+-3.5.1:3
-	>=x11-libs/libnotify-0.7
+	>=x11-libs/libnotify-0.7:=
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
 	kerberos? (
 		app-crypt/gcr
-		virtual/krb5 )"
+		virtual/krb5 )
+"
 # goa-daemon can launch gnome-control-center
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.3
 	>=dev-util/gdbus-codegen-2.30.0
 	dev-util/intltool
 	sys-devel/gettext
 	virtual/pkgconfig
+"
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.3 )"
+fi
 
-	doc? ( >=dev-util/gtk-doc-1.3 )"
-
-pkg_setup() {
+src_configure() {
 	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	G2CONF="${G2CONF}
 		--disable-static
@@ -61,5 +67,5 @@ pkg_setup() {
 		--enable-facebook
 		--enable-windows-live
 		$(use_enable kerberos)"
-	DOCS="NEWS" # README is empty
+	gnome2_src_configure
 }

diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml
index 776fe7b..a93b05f 100644
--- a/net-libs/gnome-online-accounts/metadata.xml
+++ b/net-libs/gnome-online-accounts/metadata.xml
@@ -3,9 +3,7 @@
 <pkgmetadata>
   <herd>gnome</herd>
   <use>
-    <flag name="introspection">Use <pkg>gnome-base/gnome-control-center</pkg>
-    to set GNOME online accounts preferences</flag>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-    for introspection</flag>
+    <flag name="gnome">Use <pkg>gnome-base/gnome-control-center</pkg>
+		to set GNOME online accounts preferences</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2013-01-22  5:25 Alexandre Rostovtsev
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre Rostovtsev @ 2013-01-22  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     172c57a004628c8ef4ca5e8a39f202aa145a8c67
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 05:25:20 2013 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 05:25:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=172c57a0

net-libs/gnome-online-accounts: sync with gx86

---
 .../gnome-online-accounts-9999.ebuild              |   25 ++++++++++---------
 1 files changed, 13 insertions(+), 12 deletions(-)

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 3552cf4..463bf84 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,18 +13,20 @@ fi
 DESCRIPTION="GNOME framework for accessing online accounts"
 HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 SLOT="0"
 IUSE="gnome +introspection kerberos"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 # pango used in goaeditablelabel
 # libsoup used in goaoauthprovider
+# 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
 	app-crypt/libsecret
@@ -41,7 +43,7 @@ RDEPEND="
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
 	kerberos? (
 		app-crypt/gcr
-		virtual/krb5 )
+		app-crypt/mit-krb5 )
 "
 # goa-daemon can launch gnome-control-center
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
@@ -60,12 +62,11 @@ fi
 
 src_configure() {
 	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
-	G2CONF="${G2CONF}
-		--disable-static
-		--enable-documentation
-		--enable-exchange
-		--enable-facebook
-		--enable-windows-live
-		$(use_enable kerberos)"
-	gnome2_src_configure
+	gnome2_src_configure \
+		--disable-static \
+		--enable-documentation \
+		--enable-exchange \
+		--enable-facebook \
+		--enable-windows-live \
+		$(use_enable kerberos)
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2013-03-27  0:34 Priit Laes
  0 siblings, 0 replies; 28+ messages in thread
From: Priit Laes @ 2013-03-27  0:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c3dea62eacad2826417efe19f7346754c577e8a0
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Mar 27 00:33:26 2013 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> 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)
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2013-04-17 12:33 Priit Laes
  0 siblings, 0 replies; 28+ messages in thread
From: Priit Laes @ 2013-04-17 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e7f98187a7ea34898bd322bc3ad48c5bdbb3ae65
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Apr 17 12:32:30 2013 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Wed Apr 17 12:32:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e7f98187

net-libs/gnome-online-accounts: Moved to gx86

---
 .../gnome-online-accounts-3.8.0.ebuild             |   69 --------------------
 1 files changed, 0 insertions(+), 69 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild
deleted file mode 100644
index f2f5ec1..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-IUSE="gnome +introspection kerberos"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-RDEPEND="
-	>=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.41:2.4
-	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
-	>=x11-libs/gtk+-3.5.1:3
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
-	kerberos? (
-		app-crypt/gcr
-		app-crypt/mit-krb5 )
-"
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.3 )"
-fi
-
-src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
-	gnome2_src_configure \
-		--disable-static \
-		--enable-documentation \
-		--enable-flickr \
-		$(use_enable kerberos)
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2013-12-08 22:58 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-08 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d712ae76ed038a814c2396983d18eb7fd2680854
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 22:28:34 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 22:58:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d712ae76

net-libs/gnome-online-accounts: 3.8.5 → 3.10.2

---
 ....ebuild => gnome-online-accounts-3.10.2.ebuild} | 54 +++++++++++-----------
 .../gnome-online-accounts-9999.ebuild              | 43 +++++++++++------
 net-libs/gnome-online-accounts/metadata.xml        |  2 +
 3 files changed, 59 insertions(+), 40 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
similarity index 54%
copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
index f2f5ec1..99f5305 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
@@ -3,67 +3,69 @@
 # $Header: $
 
 EAPI="5"
-GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
+HOMEPAGE="https://wiki.gnome.org/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2+"
-SLOT="0"
-IUSE="gnome +introspection kerberos"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+SLOT="0/1"
+IUSE="gnome +introspection kerberos telepathy"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # pango used in goaeditablelabel
 # libsoup used in goaoauthprovider
 # goa kerberos provider is incompatible with app-crypt/heimdal, see
 # https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
 RDEPEND="
 	>=dev-libs/glib-2.35:2
-	app-crypt/libsecret
-	dev-libs/json-glib
+	>=app-crypt/libsecret-0.5
+	>=dev-libs/json-glib-0.16
 	dev-libs/libxml2:2
-	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.41:2.4
+	>=net-libs/libsoup-2.42:2.4
 	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
+	>=net-libs/webkit-gtk-2.1.90:3
 	>=x11-libs/gtk+-3.5.1:3
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
 	kerberos? (
-		app-crypt/gcr
+		app-crypt/gcr:0=
 		app-crypt/mit-krb5 )
+	telepathy? ( net-libs/telepathy-glib )
 "
 # goa-daemon can launch gnome-control-center
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gtk-doc-am-1.3
 	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
+	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.3 )"
-fi
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
 
 src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
+	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	gnome2_src_configure \
 		--disable-static \
 		--enable-documentation \
+		--enable-exchange \
+		--enable-facebook \
 		--enable-flickr \
-		$(use_enable kerberos)
+		--enable-twitter \
+		--enable-yahoo \
+		--enable-imap-smtp \
+		--enable-owncloud \
+		$(use_enable kerberos) \
+		$(use_enable telepathy)
+	# gudev & cheese from sub-configure is overriden
+	# by top level configure, and disabled so leave it like that
 }

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 f2f5ec1..230a792 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI="5"
-GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -11,59 +11,74 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
+HOMEPAGE="https://wiki.gnome.org/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2+"
-SLOT="0"
-IUSE="gnome +introspection kerberos"
+SLOT="0/1"
+IUSE="gnome +introspection kerberos telepathy"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 # pango used in goaeditablelabel
 # libsoup used in goaoauthprovider
 # goa kerberos provider is incompatible with app-crypt/heimdal, see
 # https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
 RDEPEND="
 	>=dev-libs/glib-2.35:2
-	app-crypt/libsecret
-	dev-libs/json-glib
+	>=app-crypt/libsecret-0.5
+	>=dev-libs/json-glib-0.16
 	dev-libs/libxml2:2
-	net-libs/libsoup:2.4
-	>=net-libs/libsoup-gnome-2.41:2.4
+	>=net-libs/libsoup-2.42:2.4
 	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
+	>=net-libs/webkit-gtk-2.1.90:3
 	>=x11-libs/gtk+-3.5.1:3
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
 	kerberos? (
-		app-crypt/gcr
+		app-crypt/gcr:0=
 		app-crypt/mit-krb5 )
+	telepathy? ( net-libs/telepathy-glib )
 "
 # goa-daemon can launch gnome-control-center
 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gtk-doc-am-1.3
 	>=dev-util/gdbus-codegen-2.30.0
-	dev-util/intltool
+	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
+
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
 		doc? ( >=dev-util/gtk-doc-1.3 )"
 fi
 
 src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
+	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	gnome2_src_configure \
 		--disable-static \
 		--enable-documentation \
+		--enable-exchange \
+		--enable-facebook \
 		--enable-flickr \
-		$(use_enable kerberos)
+		--enable-twitter \
+		--enable-yahoo \
+		--enable-imap-smtp \
+		--enable-owncloud \
+		$(use_enable kerberos) \
+		$(use_enable telepathy)
+	# gudev & cheese from sub-configure is overriden
+	# by top level configure, and disabled so leave it like that
 }

diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml
index a93b05f..aa2fde5 100644
--- a/net-libs/gnome-online-accounts/metadata.xml
+++ b/net-libs/gnome-online-accounts/metadata.xml
@@ -5,5 +5,7 @@
   <use>
     <flag name="gnome">Use <pkg>gnome-base/gnome-control-center</pkg>
 		to set GNOME online accounts preferences</flag>
+	<flag name="telepathy">Provide widget to configure the telepathy
+		frawework</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2014-04-21 14:40 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-21 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     30fa150f55a0aa5a14302abc12a345d6560c90da
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 14:54:08 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:20:06 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30fa150f

net-libs/gnome-online-accounts: 3.10.4 → 3.12.0

Not adding a USE for webkit inspector since this seems dedicated to
development and debugging.

---
 ...99.ebuild => gnome-online-accounts-3.12.0.ebuild} | 20 ++++----------------
 .../gnome-online-accounts-9999.ebuild                |  5 +++--
 2 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.12.0.ebuild
similarity index 84%
copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.12.0.ebuild
index c756234..652f4d8 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.12.0.ebuild
@@ -6,22 +6,14 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/GnomeOnlineAccounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2+"
 SLOT="0/1"
 IUSE="gnome +introspection kerberos" # telepathy"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # pango used in goaeditablelabel
 # libsoup used in goaoauthprovider
@@ -37,7 +29,7 @@ RDEPEND="
 	net-libs/rest:0.7
 	net-libs/telepathy-glib
 	>=net-libs/webkit-gtk-2.1.90:3
-	>=x11-libs/gtk+-3.5.1:3
+	>=x11-libs/gtk+-3.11.1:3
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
@@ -61,11 +53,6 @@ DEPEND="${RDEPEND}
 # Due to sub-configure
 QA_CONFIGURE_OPTIONS=".*"
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.3 )"
-fi
-
 src_configure() {
 	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
 	# Twitter/Y! disabled per upstream recommendation, bug #497168
@@ -80,6 +67,7 @@ src_configure() {
 		--enable-flickr \
 		--enable-imap-smtp \
 		--enable-owncloud \
+		--enable-pocket \
 		--enable-telepathy \
 		$(use_enable kerberos)
 		#$(use_enable telepathy)

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 c756234..0749f63 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/GnomeOnlineAccounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
 
 LICENSE="LGPL-2+"
 SLOT="0/1"
@@ -37,7 +37,7 @@ RDEPEND="
 	net-libs/rest:0.7
 	net-libs/telepathy-glib
 	>=net-libs/webkit-gtk-2.1.90:3
-	>=x11-libs/gtk+-3.5.1:3
+	>=x11-libs/gtk+-3.11.1:3
 	x11-libs/pango
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
@@ -80,6 +80,7 @@ src_configure() {
 		--enable-flickr \
 		--enable-imap-smtp \
 		--enable-owncloud \
+		--enable-pocket \
 		--enable-telepathy \
 		$(use_enable kerberos)
 		#$(use_enable telepathy)


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2014-10-09 22:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-09 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     09762c439ede3cb42b0d8d3bd6f82a469723f2a5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 22:48:47 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 22:49:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=09762c43

net-libs/gnome-online-accounts: 3.12.4 → 3.14.0

---
 ...ine-accounts-3.12.0.ebuild => gnome-online-accounts-3.14.0.ebuild} | 4 +++-
 net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.12.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.0.ebuild
similarity index 96%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.12.0.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.14.0.ebuild
index 652f4d8..d916e3c 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.12.0.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.0.ebuild
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gtk-doc-am-1.3
 	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50
+	>=dev-util/intltool-0.50.1
 	sys-devel/gettext
 	virtual/pkgconfig
 "
@@ -66,9 +66,11 @@ src_configure() {
 		--enable-facebook \
 		--enable-flickr \
 		--enable-imap-smtp \
+		--enable-media-server \
 		--enable-owncloud \
 		--enable-pocket \
 		--enable-telepathy \
+		--enable-windows-live \
 		$(use_enable kerberos)
 		#$(use_enable telepathy)
 	# gudev & cheese from sub-configure is overriden

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 0749f63..5a7a842 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/gtk-doc-am-1.3
 	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50
+	>=dev-util/intltool-0.50.1
 	sys-devel/gettext
 	virtual/pkgconfig
 "
@@ -79,9 +79,11 @@ src_configure() {
 		--enable-facebook \
 		--enable-flickr \
 		--enable-imap-smtp \
+		--enable-media-server \
 		--enable-owncloud \
 		--enable-pocket \
 		--enable-telepathy \
+		--enable-windows-live \
 		$(use_enable kerberos)
 		#$(use_enable telepathy)
 	# gudev & cheese from sub-configure is overriden


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2014-10-18 14:55 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-18 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5715504c078d6d424f731e8041c7f849255d94e8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 09:06:17 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 14:53:58 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5715504c

net-libs/gnome-online-accounts: 3.14.0 → 3.14.1

---
 ...-online-accounts-3.14.0.ebuild => gnome-online-accounts-3.14.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.1.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.14.0.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.14.1.ebuild


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2014-11-23 19:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     481dd4c7ab7a31907fc5e4fba49490c4fa15040e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 19:28:07 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 19:28:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=481dd4c7

net-libs/gnome-online-accounts: 3.14.1 → 3.14.2

---
 ...-online-accounts-3.14.1.ebuild => gnome-online-accounts-3.14.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.2.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.14.1.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.14.2.ebuild


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2014-12-26 22:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     95e9fdd17baa6ca339c27bdf07ec9f87d67a5c88
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:59:53 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:59:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=95e9fdd1

net-libs/gnome-online-accounts: moved to gentoo-x86

---
 .../gnome-online-accounts-3.14.2.ebuild            | 78 ----------------------
 1 file changed, 78 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.2.ebuild
deleted file mode 100644
index d916e3c..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-IUSE="gnome +introspection kerberos" # telepathy"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-	>=dev-libs/glib-2.35:2
-	>=app-crypt/libsecret-0.5
-	>=dev-libs/json-glib-0.16
-	dev-libs/libxml2:2
-	>=net-libs/libsoup-2.42:2.4
-	net-libs/rest:0.7
-	net-libs/telepathy-glib
-	>=net-libs/webkit-gtk-2.1.90:3
-	>=x11-libs/gtk+-3.11.1:3
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
-	kerberos? (
-		app-crypt/gcr:0=
-		app-crypt/mit-krb5 )
-"
-#	telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50.1
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-src_configure() {
-	# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
-	# Twitter/Y! disabled per upstream recommendation, bug #497168
-	# telepathy optional support is really badly done, bug #494456
-	gnome2_src_configure \
-		--disable-static \
-		--disable-twitter \
-		--disable-yahoo \
-		--enable-documentation \
-		--enable-exchange \
-		--enable-facebook \
-		--enable-flickr \
-		--enable-imap-smtp \
-		--enable-media-server \
-		--enable-owncloud \
-		--enable-pocket \
-		--enable-telepathy \
-		--enable-windows-live \
-		$(use_enable kerberos)
-		#$(use_enable telepathy)
-	# gudev & cheese from sub-configure is overriden
-	# by top level configure, and disabled so leave it like that
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2015-05-12 18:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     343961058fcdfe3323b7d063bbc7d4b6faf62b52
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 18:17:52 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 18:24:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=34396105

net-libs/gnome-online-accounts: 3.16.0 → 3.16.2

 ...-online-accounts-3.16.0.ebuild => gnome-online-accounts-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.2.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.16.0.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.16.2.ebuild


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2015-06-09 14:13 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c5f47b53df8859881d656ea5c0e8d95f8b908a64
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 14:12:57 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 14:12:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c5f47b53

net-libs/gnome-online-accounts: 3.16.2 → 3.16.3

 ...-online-accounts-3.16.2.ebuild => gnome-online-accounts-3.16.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.16.2.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2015-06-10 10:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 28+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     10f720bf989f6bb3aee30c3b6a8b17f6e1261cf6
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 22:50:25 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 22:50:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=10f720bf

net-libs/gnome-online-accounts: moved to gentoo-x86

 .../gnome-online-accounts-3.16.3.ebuild            | 76 ----------------------
 1 file changed, 76 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild
deleted file mode 100644
index fdd0d4e..0000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-IUSE="gnome +introspection kerberos" # telepathy"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-	>=dev-libs/glib-2.35:2
-	>=app-crypt/libsecret-0.5
-	>=dev-libs/json-glib-0.16
-	dev-libs/libxml2:2
-	>=net-libs/libsoup-2.42:2.4
-	net-libs/rest:0.7
-	net-libs/telepathy-glib
-	>=net-libs/webkit-gtk-2.7.2:4
-	>=x11-libs/gtk+-3.11.1:3
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
-	kerberos? (
-		app-crypt/gcr:0=
-		app-crypt/mit-krb5 )
-"
-#	telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50.1
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
-	# telepathy optional support is really badly done, bug #494456
-	gnome2_src_configure \
-		--disable-static \
-		--enable-documentation \
-		--enable-exchange \
-		--enable-facebook \
-		--enable-flickr \
-		--enable-foursquare \
-		--enable-imap-smtp \
-		--enable-media-server \
-		--enable-owncloud \
-		--enable-pocket \
-		--enable-telepathy \
-		--enable-windows-live \
-		$(use_enable kerberos)
-		#$(use_enable telepathy)
-	# gudev & cheese from sub-configure is overriden
-	# by top level configure, and disabled so leave it like that
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2015-10-13 20:03 Ole Reifschneider
  0 siblings, 0 replies; 28+ messages in thread
From: Ole Reifschneider @ 2015-10-13 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     82c6a1b7c209f54c12dda0255f90c62bddc0c368
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 07:15:45 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 20:03:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=82c6a1b7

net-libs/gnome-online-accounts: Bump version to 3.18.0

Package-Manager: portage-2.2.23
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ...9.ebuild => gnome-online-accounts-3.18.0.ebuild} | 21 +++++----------------
 .../gnome-online-accounts-9999.ebuild               |  3 ++-
 net-libs/gnome-online-accounts/metadata.xml         |  2 --
 3 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.0.ebuild
similarity index 84%
copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.18.0.ebuild
index 4b0fb8f..198f4e5 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.0.ebuild
@@ -4,11 +4,9 @@
 
 EAPI="5"
 GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
 
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
+inherit autotools eutils gnome2
 
 DESCRIPTION="GNOME framework for accessing online accounts"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
@@ -16,12 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
 LICENSE="LGPL-2+"
 SLOT="0/1"
 IUSE="gnome +introspection kerberos" # telepathy"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # pango used in goaeditablelabel
 # libsoup used in goaoauthprovider
@@ -40,7 +33,7 @@ RDEPEND="
 	>=x11-libs/gtk+-3.11.1:3
 	x11-libs/pango
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
+	introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
 	kerberos? (
 		app-crypt/gcr:0=
 		app-crypt/mit-krb5 )
@@ -61,11 +54,6 @@ DEPEND="${RDEPEND}
 # Due to sub-configure
 QA_CONFIGURE_OPTIONS=".*"
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.3 )"
-fi
-
 src_configure() {
 	# TODO: Give users a way to set the G/FB/Windows Live secrets
 	# telepathy optional support is really badly done, bug #494456
@@ -77,6 +65,7 @@ src_configure() {
 		--enable-flickr \
 		--enable-foursquare \
 		--enable-imap-smtp \
+		--enable-lastfm \
 		--enable-media-server \
 		--enable-owncloud \
 		--enable-pocket \

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 4b0fb8f..88c58c0 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
 	>=x11-libs/gtk+-3.11.1:3
 	x11-libs/pango
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
+	introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
 	kerberos? (
 		app-crypt/gcr:0=
 		app-crypt/mit-krb5 )
@@ -77,6 +77,7 @@ src_configure() {
 		--enable-flickr \
 		--enable-foursquare \
 		--enable-imap-smtp \
+		--enable-lastfm \
 		--enable-media-server \
 		--enable-owncloud \
 		--enable-pocket \

diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml
index aa2fde5..a93b05f 100644
--- a/net-libs/gnome-online-accounts/metadata.xml
+++ b/net-libs/gnome-online-accounts/metadata.xml
@@ -5,7 +5,5 @@
   <use>
     <flag name="gnome">Use <pkg>gnome-base/gnome-control-center</pkg>
 		to set GNOME online accounts preferences</flag>
-	<flag name="telepathy">Provide widget to configure the telepathy
-		frawework</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2018-01-12 14:29 Dennis Lamm
  0 siblings, 0 replies; 28+ messages in thread
From: Dennis Lamm @ 2018-01-12 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     da2c8121382b54dfcd13dee1487a80a5d5754768
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:29:29 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:29:29 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=da2c8121

net-libs/gnome-online-accounts: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../gnome-online-accounts-3.18.0.ebuild            | 78 ----------------------
 1 file changed, 78 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.0.ebuild
deleted file mode 100644
index 198f4e54..00000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-IUSE="gnome +introspection kerberos" # telepathy"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-	>=dev-libs/glib-2.35:2
-	>=app-crypt/libsecret-0.5
-	>=dev-libs/json-glib-0.16
-	dev-libs/libxml2:2
-	>=net-libs/libsoup-2.42:2.4
-	net-libs/rest:0.7
-	net-libs/telepathy-glib
-	>=net-libs/webkit-gtk-2.7.2:4
-	>=x11-libs/gtk+-3.11.1:3
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-	kerberos? (
-		app-crypt/gcr:0=
-		app-crypt/mit-krb5 )
-"
-#	telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50.1
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
-	# telepathy optional support is really badly done, bug #494456
-	gnome2_src_configure \
-		--disable-static \
-		--enable-documentation \
-		--enable-exchange \
-		--enable-facebook \
-		--enable-flickr \
-		--enable-foursquare \
-		--enable-imap-smtp \
-		--enable-lastfm \
-		--enable-media-server \
-		--enable-owncloud \
-		--enable-pocket \
-		--enable-telepathy \
-		--enable-windows-live \
-		$(use_enable kerberos)
-		#$(use_enable telepathy)
-	# gudev & cheese from sub-configure is overriden
-	# by top level configure, and disabled so leave it like that
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2018-01-17 22:51 Mart Raudsepp
  0 siblings, 0 replies; 28+ messages in thread
From: Mart Raudsepp @ 2018-01-17 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     45efa2b8b6ec9beaee7f381b6c32de1ca1a41490
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 22:48:41 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 22:48:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=45efa2b8

net-libs/gnome-online-accounts: bump to 3.26.3

Mainly adds Todoist account support for GNOME Recipes and To Do.
Telepathy support is disabled by default upstream, but not sure if we
want it, or always disable.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gnome-online-accounts-3.26.2.ebuild            | 94 ++++++++++++++++++++++
 1 file changed, 94 insertions(+)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
new file mode 100644
index 00000000..0bb3bd28
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="debug gnome +introspection kerberos vala" # telepathy"
+REQUIRED_USE="vala? ( introspection )"
+
+# pango used in goaeditablelabel
+# libsoup used in goaoauthprovider
+# goa kerberos provider is incompatible with app-crypt/heimdal, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
+RDEPEND="
+	>=dev-libs/glib-2.52:2
+	>=app-crypt/libsecret-0.5
+	>=dev-libs/json-glib-0.16
+	dev-libs/libxml2:2
+	>=net-libs/libsoup-2.42:2.4
+	net-libs/rest:0.7
+	net-libs/telepathy-glib
+	>=net-libs/webkit-gtk-2.7.2:4
+	>=x11-libs/gtk+-3.19.12:3
+	x11-libs/pango
+
+	introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+	kerberos? (
+		app-crypt/gcr:0=[gtk]
+		app-crypt/mit-krb5 )
+"
+#	telepathy? ( net-libs/telepathy-glib )
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
+DEPEND="${RDEPEND}
+	vala? ( $(vala_depend) )
+	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.3
+	>=dev-util/gdbus-codegen-2.30.0
+	>=dev-util/intltool-0.50.1
+	sys-devel/gettext
+	virtual/pkgconfig
+
+	dev-libs/gobject-introspection-common
+	gnome-base/gnome-common
+"
+# eautoreconf needs gobject-introspection-common, gnome-common
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
+
+src_prepare() {
+	use vala && vala_src_prepare
+	gnome2_src_prepare
+}
+
+src_configure() {
+	# TODO: Give users a way to set the G/FB/Windows Live secrets
+	# telepathy optional support is really a badly one, bug #494456
+	gnome2_src_configure \
+		--disable-static \
+		--enable-backend \
+		--enable-documentation \
+		--enable-exchange \
+		--enable-facebook \
+		--enable-flickr \
+		--enable-foursquare \
+		--enable-imap-smtp \
+		--enable-lastfm \
+		--enable-media-server \
+		--enable-owncloud \
+		--enable-pocket \
+		--enable-telepathy \
+		--enable-todoist \
+		--enable-windows-live \
+		$(usex debug --enable-debug=yes ' ') \
+		$(use_enable kerberos) \
+		$(use_enable introspection) \
+		$(use_enable vala)
+		#$(use_enable telepathy)
+	# gudev & cheese from sub-configure is overriden
+	# by top level configure, and disabled so leave it like that
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
@ 2018-09-30  0:23 Mart Raudsepp
  0 siblings, 0 replies; 28+ messages in thread
From: Mart Raudsepp @ 2018-09-30  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e17088bb8d8adbe36de4c9c76929cadd6c5c349e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 00:22:09 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 00:22:09 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e17088bb

net-libs/gnome-online-accounts: remove, available in ::gentoo

Also remove 9999, as it's too outdated to be useful (not synced;
git master has both autotools and meson, but a 9999 should use
meson at this point)

 .../gnome-online-accounts-3.26.2.ebuild            | 94 ----------------------
 .../gnome-online-accounts-9999.ebuild              | 90 ---------------------
 net-libs/gnome-online-accounts/metadata.xml        | 14 ----
 3 files changed, 198 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
deleted file mode 100644
index 0bb3bd28..00000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug gnome +introspection kerberos vala" # telepathy"
-REQUIRED_USE="vala? ( introspection )"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-	>=dev-libs/glib-2.52:2
-	>=app-crypt/libsecret-0.5
-	>=dev-libs/json-glib-0.16
-	dev-libs/libxml2:2
-	>=net-libs/libsoup-2.42:2.4
-	net-libs/rest:0.7
-	net-libs/telepathy-glib
-	>=net-libs/webkit-gtk-2.7.2:4
-	>=x11-libs/gtk+-3.19.12:3
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-	kerberos? (
-		app-crypt/gcr:0=[gtk]
-		app-crypt/mit-krb5 )
-"
-#	telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-	vala? ( $(vala_depend) )
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50.1
-	sys-devel/gettext
-	virtual/pkgconfig
-
-	dev-libs/gobject-introspection-common
-	gnome-base/gnome-common
-"
-# eautoreconf needs gobject-introspection-common, gnome-common
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
-	# telepathy optional support is really a badly one, bug #494456
-	gnome2_src_configure \
-		--disable-static \
-		--enable-backend \
-		--enable-documentation \
-		--enable-exchange \
-		--enable-facebook \
-		--enable-flickr \
-		--enable-foursquare \
-		--enable-imap-smtp \
-		--enable-lastfm \
-		--enable-media-server \
-		--enable-owncloud \
-		--enable-pocket \
-		--enable-telepathy \
-		--enable-todoist \
-		--enable-windows-live \
-		$(usex debug --enable-debug=yes ' ') \
-		$(use_enable kerberos) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-		#$(use_enable telepathy)
-	# gudev & cheese from sub-configure is overriden
-	# by top level configure, and disabled so leave it like that
-}

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
deleted file mode 100644
index 88c58c01..00000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-IUSE="gnome +introspection kerberos" # telepathy"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-	>=dev-libs/glib-2.35:2
-	>=app-crypt/libsecret-0.5
-	>=dev-libs/json-glib-0.16
-	dev-libs/libxml2:2
-	>=net-libs/libsoup-2.42:2.4
-	net-libs/rest:0.7
-	net-libs/telepathy-glib
-	>=net-libs/webkit-gtk-2.7.2:4
-	>=x11-libs/gtk+-3.11.1:3
-	x11-libs/pango
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-	kerberos? (
-		app-crypt/gcr:0=
-		app-crypt/mit-krb5 )
-"
-#	telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.3
-	>=dev-util/gdbus-codegen-2.30.0
-	>=dev-util/intltool-0.50.1
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.3 )"
-fi
-
-src_configure() {
-	# TODO: Give users a way to set the G/FB/Windows Live secrets
-	# telepathy optional support is really badly done, bug #494456
-	gnome2_src_configure \
-		--disable-static \
-		--enable-documentation \
-		--enable-exchange \
-		--enable-facebook \
-		--enable-flickr \
-		--enable-foursquare \
-		--enable-imap-smtp \
-		--enable-lastfm \
-		--enable-media-server \
-		--enable-owncloud \
-		--enable-pocket \
-		--enable-telepathy \
-		--enable-windows-live \
-		$(use_enable kerberos)
-		#$(use_enable telepathy)
-	# gudev & cheese from sub-configure is overriden
-	# by top level configure, and disabled so leave it like that
-}

diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml
deleted file mode 100644
index 00960447..00000000
--- a/net-libs/gnome-online-accounts/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
-	<flag name="gnome">Use <pkg>gnome-base/gnome-control-center</pkg>
-		to set GNOME online accounts preferences</flag>
-	<!-- <flag name="telepathy">Provide widget to configure the telepathy
-		frawework</flag> -->
-</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-09-30  0:23 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18  7:37 [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-10-18  8:12 Alexandre Restovtsev
2011-10-29 19:56 Alexandre Restovtsev
2012-03-26  8:20 Nirbheek Chauhan
2012-04-21  6:57 Alexandre Restovtsev
2012-05-06 11:25 Alexandre Restovtsev
2012-05-25  8:28 Alexandre Restovtsev
2012-09-09 12:43 Nirbheek Chauhan
2012-09-22 15:54 Nirbheek Chauhan
2012-10-27 20:47 Gilles Dartiguelongue
2012-11-20  8:10 Gilles Dartiguelongue
2012-12-25 21:52 Gilles Dartiguelongue
2013-01-22  5:25 Alexandre Rostovtsev
2013-03-27  0:34 Priit Laes
2013-04-17 12:33 Priit Laes
2013-12-08 22:58 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-10-09 22:52 Gilles Dartiguelongue
2014-10-18 14:55 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-12-26 22:04 Gilles Dartiguelongue
2015-05-12 18:44 Gilles Dartiguelongue
2015-06-09 14:13 Gilles Dartiguelongue
2015-06-10 10:37 Gilles Dartiguelongue
2015-10-13 20:03 Ole Reifschneider
2018-01-12 14:29 Dennis Lamm
2018-01-17 22:51 Mart Raudsepp
2018-09-30  0:23 Mart Raudsepp

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