Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
Date: Wed, 02 Sep 2015 07:59:23
Message-Id: 1441179138.f042a7a32ff671663c93ff0433f5f0b6bfffc4d5.jlec@gentoo
1 commit: f042a7a32ff671663c93ff0433f5f0b6bfffc4d5
2 Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 2 02:21:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:32:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f042a7a3
7
8 dev-python/ipython: remove mathjax references
9
10 dev-python/ipython/ChangeLog | 3 +++
11 dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 --
12 2 files changed, 3 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
15 index dbdd93f..66d2f0a 100644
16 --- a/dev-python/ipython/ChangeLog
17 +++ b/dev-python/ipython/ChangeLog
18 @@ -2,6 +2,9 @@
19 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
20 # $Id$
21
22 + 01 Sep 2015; Sean Vig <sean.v.775@×××××.com>
23 + dev-python/ipython: remove mathjax references
24 +
25 *ipython-4.0.0-r1 (01 Sep 2015)
26
27 01 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
28
29 diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
30 index b8d08ad..8b90505 100644
31 --- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
32 +++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
33 @@ -102,8 +102,6 @@ python_test() {
34
35 python_install() {
36 distutils-r1_python_install
37 - use notebook && \
38 - ln -sf "${EPREFIX}/usr/share/mathjax" "${D}$(python_get_sitedir)/IPython/html/static/mathjax"
39
40 # Create ipythonX.Y symlinks.
41 # TODO: