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 3AEC2138200 for ; Sat, 27 Oct 2012 20:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 394FAE0281; Sat, 27 Oct 2012 20:47:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1489E0281 for ; Sat, 27 Oct 2012 20:47:43 +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 1962533D952 for ; Sat, 27 Oct 2012 20:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AB9F0E5436 for ; Sat, 27 Oct 2012 20:47:41 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1351369125.a62281668ce63c5c70c977320fa5a38911ed5d51.eva@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.92.ebuild net-libs/gnome-online-accounts/gnome-online-accounts-3.6.1.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a62281668ce63c5c70c977320fa5a38911ed5d51 X-VCS-Branch: master Date: Sat, 27 Oct 2012 20:47:41 +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: 0cc7a1f7-d038-4977-9bf2-6fc14c82355f X-Archives-Hash: 82d304b24976d785704983830e56713e commit: a62281668ce63c5c70c977320fa5a38911ed5d51 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 27 20:18:45 2012 +0000 Commit: Gilles Dartiguelongue gentoo 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 }