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 F3A121381F3 for ; Wed, 17 Apr 2013 12:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B482E08BE; Wed, 17 Apr 2013 12:33:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5CA8E08BE for ; Wed, 17 Apr 2013 12:33:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B5E33DD98 for ; Wed, 17 Apr 2013 12:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 61537E4306 for ; Wed, 17 Apr 2013 12:33:06 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1366201950.e7f98187a7ea34898bd322bc3ad48c5bdbb3ae65.plaes@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.8.0.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: e7f98187a7ea34898bd322bc3ad48c5bdbb3ae65 X-VCS-Branch: master Date: Wed, 17 Apr 2013 12:33:06 +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: cc5295cf-c41c-4742-aebe-096263c61357 X-Archives-Hash: 1ec3e6c6d6194934eb7b387045d3db30 commit: e7f98187a7ea34898bd322bc3ad48c5bdbb3ae65 Author: Priit Laes plaes org> AuthorDate: Wed Apr 17 12:32:30 2013 +0000 Commit: Priit Laes plaes 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) -}