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 F3E6E1383D3 for ; Tue, 1 Sep 2015 07:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FBAE08A0; Tue, 1 Sep 2015 07:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6C06E08A1 for ; Tue, 1 Sep 2015 07:57:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD99C340845 for ; Tue, 1 Sep 2015 07:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F9F3184 for ; Tue, 1 Sep 2015 07:57:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440508974.f188fc8820c0dd0fab65638998455637e55f98c9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/ChangeLog dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f188fc8820c0dd0fab65638998455637e55f98c9 X-VCS-Branch: master Date: Tue, 1 Sep 2015 07:57:47 +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: 60efa71e-6760-41ed-9a55-6b0dcdb8e267 X-Archives-Hash: beef3fb3a9e6ce509e3f6c5c02ecf51a commit: f188fc8820c0dd0fab65638998455637e55f98c9 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Aug 25 13:22:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Aug 25 13:22:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f188fc88 dev-python/notebook: Enable doc useflag Package-Manager: portage-2.2.20.1 dev-python/notebook/ChangeLog | 3 +++ dev-python/notebook/notebook-9999.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog index 2daf6ed..ba65bee 100644 --- a/dev-python/notebook/ChangeLog +++ b/dev-python/notebook/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Aug 2015; Marius Brehler notebook-9999.ebuild: + dev-python/notebook: Enable doc useflag + *notebook-4.0.1 (13 Aug 2015) *notebook-9999 (13 Aug 2015) diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index ba9ce57..242663a 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -20,11 +20,12 @@ fi LICENSE="BSD" SLOT="0" -IUSE="test" +IUSE="doc test" CDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${CDEPEND} dev-python/jinja[${PYTHON_USEDEP}] + >=dev-python/terminado-0.3.3[${PYTHON_USEDEP}] >=www-servers/tornado-4.0[${PYTHON_USEDEP}] dev-python/ipython_genutils[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] @@ -39,6 +40,9 @@ DEPEND="${RDEPEND} >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] ) + doc? ( + >=dev-python/sphinx-1.1[${PYTHON_USEDEP}] + ) " python_test() {