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 D9D9E1399D4 for ; Wed, 2 Sep 2015 07:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFD0114348; Wed, 2 Sep 2015 07:59:21 +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 0EED61433E for ; Wed, 2 Sep 2015 07:59:20 +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 375F4340686 for ; Wed, 2 Sep 2015 07:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC685175 for ; Wed, 2 Sep 2015 07:59:15 +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: <1441179138.f042a7a32ff671663c93ff0433f5f0b6bfffc4d5.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-r1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f042a7a32ff671663c93ff0433f5f0b6bfffc4d5 X-VCS-Branch: master Date: Wed, 2 Sep 2015 07:59:15 +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: 79a9aab6-9126-48de-a7ec-2efb90fe789a X-Archives-Hash: 4b6b1bd884f38167ddbdf1c7466542ab commit: f042a7a32ff671663c93ff0433f5f0b6bfffc4d5 Author: Sean Vig gmail com> AuthorDate: Wed Sep 2 02:21:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 07:32:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f042a7a3 dev-python/ipython: remove mathjax references dev-python/ipython/ChangeLog | 3 +++ dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index dbdd93f..66d2f0a 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 01 Sep 2015; Sean Vig + dev-python/ipython: remove mathjax references + *ipython-4.0.0-r1 (01 Sep 2015) 01 Sep 2015; Marius Brehler diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild index b8d08ad..8b90505 100644 --- a/dev-python/ipython/ipython-4.0.0-r1.ebuild +++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild @@ -102,8 +102,6 @@ python_test() { python_install() { distutils-r1_python_install - use notebook && \ - ln -sf "${EPREFIX}/usr/share/mathjax" "${D}$(python_get_sitedir)/IPython/html/static/mathjax" # Create ipythonX.Y symlinks. # TODO: