From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKF1m-0001U9-2K for garchives@archives.gentoo.org; Sat, 29 Oct 2011 19:57:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED3AC21C0D9; Sat, 29 Oct 2011 19:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8FD421C0D5 for ; Sat, 29 Oct 2011 19:56:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEBD21B4022 for ; Sat, 29 Oct 2011 19:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 519D18005D for ; Sat, 29 Oct 2011 19:56:45 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: 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.2.1.ebuild net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: a9de30da999248612cfaa11326c70ba821e31338 Date: Sat, 29 Oct 2011 19:56:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ee3316e42a5d429b00e1e0a702319ee5 commit: a9de30da999248612cfaa11326c70ba821e31338 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat Oct 29 19:55:45 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Oct 29 19:55:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da9de30da net-libs/gnome-online-accounts: moved 3.2.1 to gx86 + make g-c-c dep opti= onal 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.e= build 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=3D"4" -GNOME2_LA_PUNT=3D"yes" - -inherit gnome2 -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION=3D"GNOME framework for accessing online accounts" -HOMEPAGE=3D"http://www.gnome.org/" - -LICENSE=3D"LGPL-2" -SLOT=3D"0" -IUSE=3D"doc +introspection" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~amd64 ~x86" -fi - -# pango used in goaeditablelabel -# libsoup used in goaoauthprovider -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2= .29.92 -# and 2.30.0 -RDEPEND=3D" - >=3Ddev-libs/glib-2.30.0:2 - dev-libs/json-glib - gnome-base/libgnome-keyring - net-libs/libsoup:2.4 - >=3Dnet-libs/libsoup-gnome-2.26:2.4 - net-libs/rest:0.7 - net-libs/webkit-gtk:3 - >=3Dx11-libs/gtk+-3.0.0:3 - >=3Dx11-libs/libnotify-0.7 - x11-libs/pango - - introspection? ( >=3Ddev-libs/gobject-introspection-0.6.2 )" -PDEPEND=3D">=3Dgnome-base/gnome-control-center-3.2" -DEPEND=3D"${RDEPEND} - dev-libs/libxslt - >=3Ddev-util/gdbus-codegen-2.30.0 - dev-util/intltool - sys-devel/gettext - - doc? ( >=3Ddev-util/gtk-doc-1.3 )" - -pkg_setup() { - G2CONF=3D"${G2CONF} - --disable-static" - DOCS=3D"NEWS" # README is empty -} diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.eb= uild b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild index 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=3D"http://www.gnome.org/" =20 LICENSE=3D"LGPL-2" SLOT=3D"0" -IUSE=3D"doc +introspection" +IUSE=3D"doc gnome +introspection" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -39,7 +39,8 @@ RDEPEND=3D" x11-libs/pango =20 introspection? ( >=3Ddev-libs/gobject-introspection-0.6.2 )" -PDEPEND=3D">=3Dgnome-base/gnome-control-center-3.2" +# goa-daemon can launch gnome-control-center +PDEPEND=3D"gnome? ( >=3Dgnome-base/gnome-control-center-3.2 )" DEPEND=3D"${RDEPEND} dev-libs/libxslt >=3Ddev-util/gdbus-codegen-2.30.0