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 2E3991383D3 for ; Tue, 1 Sep 2015 07:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B2DD1428A; Tue, 1 Sep 2015 07:57:56 +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 C30A21428A for ; Tue, 1 Sep 2015 07:57:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18EAA34086E for ; Tue, 1 Sep 2015 07:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C4D2175 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: <1440508625.f49f077f084ce98d1c253e45893c5559ca84b54c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipython/ChangeLog dev-python/ipython/ipython-4.0.0.ebuild dev-python/ipython/metadata.xml X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f49f077f084ce98d1c253e45893c5559ca84b54c 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: 0051b422-c50e-44be-a33e-8d2545f4bb9c X-Archives-Hash: 2aeef59a217568c19501d9299d27fc14 commit: f49f077f084ce98d1c253e45893c5559ca84b54c Author: Marius Brehler linux sungazer de> AuthorDate: Tue Aug 25 13:17:05 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Aug 25 13:17:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f49f077f dev-python/ipython: Drop octave useflag Package-Manager: portage-2.2.20.1 dev-python/ipython/ChangeLog | 4 ++++ dev-python/ipython/ipython-4.0.0.ebuild | 5 ++--- dev-python/ipython/metadata.xml | 1 - 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 0a06287..c6096ff 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Aug 2015; Marius Brehler ipython-4.0.0.ebuild, + metadata.xml: + dev-python/ipython: Drop octave useflag + 25 Aug 2015; Marius Brehler ipython-4.0.0.ebuild: dev-python/ipython: Provide qt4 console via dev-python/qtconsole diff --git a/dev-python/ipython/ipython-4.0.0.ebuild b/dev-python/ipython/ipython-4.0.0.ebuild index d00c580..084dda1 100644 --- a/dev-python/ipython/ipython-4.0.0.ebuild +++ b/dev-python/ipython/ipython-4.0.0.ebuild @@ -16,10 +16,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets" +IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets" REQUIRED_USE=" - test? ( doc matplotlib mongodb notebook nbconvert octave qt4 wxwidgets ) + test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets ) doc? ( mongodb )" CDEPEND=" @@ -32,7 +32,6 @@ CDEPEND=" dev-python/traitlets[${PYTHON_USEDEP}] matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) mongodb? ( Enable support for MongoDB via dev-python/pymongo Install requirements for the web notebook based on www-servers/tornado Enable support for converting notebooks to various formats using app-text/pandoc - Enable octave bridge via dev-python/oct2py ipython