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 1RG4mq-00086V-HN for garchives@archives.gentoo.org; Tue, 18 Oct 2011 08:12:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFFE21C147; Tue, 18 Oct 2011 08:12:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6187A21C147 for ; Tue, 18 Oct 2011 08:12:29 +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 BE04D1B400C for ; Tue, 18 Oct 2011 08:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 333738004C for ; Tue, 18 Oct 2011 08:12:28 +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: <469a1aeede1dd07dde410eff6af5ed7dfadbba65.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 469a1aeede1dd07dde410eff6af5ed7dfadbba65 Date: Tue, 18 Oct 2011 08:12:28 +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: 147a4a3ca735a56944ea5a658b17d5c2 commit: 469a1aeede1dd07dde410eff6af5ed7dfadbba65 Author: Alexandre Rostovtsev gmail com> AuthorDate: Tue Oct 18 08:11:44 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Tue Oct 18 08:11:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D469a1aee 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.e= build 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=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 +}