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 63B021384C3 for ; Mon, 7 Sep 2015 06:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57EBEE081C; Mon, 7 Sep 2015 06:49:40 +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 C8520E0810 for ; Mon, 7 Sep 2015 06:49:39 +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 ECB333408A6 for ; Mon, 7 Sep 2015 06:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA31E192 for ; Mon, 7 Sep 2015 06:49:34 +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: <1441457277.1f0133483ecf9c5f814a96ccf614b7f50896a884.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/qtconsole/ChangeLog dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild dev-python/qtconsole/qtconsole-4.0.1.ebuild dev-python/qtconsole/qtconsole-9999.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1f0133483ecf9c5f814a96ccf614b7f50896a884 X-VCS-Branch: master Date: Mon, 7 Sep 2015 06:49:34 +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: c260eeca-ffd7-4e25-8eec-b1c7a34722f4 X-Archives-Hash: 5b9c677a14f7ec9c45c25f06db8d5665 commit: 1f0133483ecf9c5f814a96ccf614b7f50896a884 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Sep 5 12:47:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Sep 5 12:47:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f013348 dev-python/qtconsole: Add deps for doc, fixes bug #559594 Package-Manager: portage-2.2.20.1 dev-python/qtconsole/ChangeLog | 6 ++++++ .../qtconsole/{qtconsole-4.0.1.ebuild => qtconsole-4.0.1-r1.ebuild} | 0 dev-python/qtconsole/qtconsole-9999.ebuild | 5 ++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog index c08d5b9..9ef4ef5 100644 --- a/dev-python/qtconsole/ChangeLog +++ b/dev-python/qtconsole/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*qtconsole-4.0.1-r1 (05 Sep 2015) + + 05 Sep 2015; Marius Brehler + +qtconsole-4.0.1-r1.ebuild, -qtconsole-4.0.1.ebuild, qtconsole-9999.ebuild: + dev-python/qtconsole: Add deps for doc, fixes bug #559594 + 02 Sep 2015; Sean Vig qtconsole-9999.ebuild: dev-python/qtconsole: Add doc use flag diff --git a/dev-python/qtconsole/qtconsole-4.0.1.ebuild b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild similarity index 100% rename from dev-python/qtconsole/qtconsole-4.0.1.ebuild rename to dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild index 468688e..0d1ec78 100644 --- a/dev-python/qtconsole/qtconsole-9999.ebuild +++ b/dev-python/qtconsole/qtconsole-9999.ebuild @@ -27,7 +27,10 @@ RDEPEND=" dev-python/jupyter_client[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + doc? ( + dev-python/ipython[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ) test? ( >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] )