summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-28 18:27:27 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-28 18:27:27 +0000
commitd9bf28df31d042126c18d902d85d0325abbccf3b (patch)
tree3706e11ac6aee1bde8602d05c2a1381e414adc08 /dev-python/ipython
parentVersion bump. (diff)
downloadgentoo-2-d9bf28df31d042126c18d902d85d0325abbccf3b.tar.gz
gentoo-2-d9bf28df31d042126c18d902d85d0325abbccf3b.tar.bz2
gentoo-2-d9bf28df31d042126c18d902d85d0325abbccf3b.zip
Prevent double PREFIX on PREFIX, bug #553344
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog5
-rw-r--r--dev-python/ipython/ipython-3.2.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index a88da6d5b0b9..975faa6afb02 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.180 2015/06/28 18:09:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.181 2015/06/28 18:27:27 jlec Exp $
+
+ 28 Jun 2015; Justin Lecher <jlec@gentoo.org> ipython-3.2.0.ebuild:
+ Prevent double PREFIX on PREFIX, bug #553344
28 Jun 2015; Justin Lecher <jlec@gentoo.org> -ipython-2.2.0.ebuild:
Drop vulnerable version, bug #552816
diff --git a/dev-python/ipython/ipython-3.2.0.ebuild b/dev-python/ipython/ipython-3.2.0.ebuild
index e1268c6f3d89..f7d900b25f7c 100644
--- a/dev-python/ipython/ipython-3.2.0.ebuild
+++ b/dev-python/ipython/ipython-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v 1.1 2015/06/22 09:45:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v 1.2 2015/06/28 18:27:27 jlec Exp $
EAPI=5
@@ -124,7 +124,8 @@ python_test() {
python_install() {
distutils-r1_python_install
- use notebook && dosym /usr/share/mathjax $(python_get_sitedir)/IPython/html/static/mathjax
+ use notebook && \
+ ln -sf "${EPREFIX}/usr/share/mathjax" $(python_get_sitedir)/IPython/html/static/mathjax
# Create ipythonX.Y symlinks.
# TODO: