From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABA70138010 for ; Sun, 9 Sep 2012 12:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18166E04BA; Sun, 9 Sep 2012 12:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C89ADE0453 for ; Sun, 9 Sep 2012 12:43:33 +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 0017633C9F6 for ; Sun, 9 Sep 2012 12:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BF5ECE5447 for ; Sun, 9 Sep 2012 12:43:29 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1347192667.cebb4a4469ef4a7c9bb124b8b4ebac90dca94992.nirbheek@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.5.91.ebuild net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: cebb4a4469ef4a7c9bb124b8b4ebac90dca94992 X-VCS-Branch: master Date: Sun, 9 Sep 2012 12:43:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ca25083-7f6d-41d1-b5a0-81e0e55f173d X-Archives-Hash: e7e9304ab7f8bca3d35bb9040162147b commit: cebb4a4469ef4a7c9bb124b8b4ebac90dca94992 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Sep 9 10:02:43 2012 +0000 Commit: Nirbheek Chauhan gentoo 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 }