jlec        15/06/28 18:27:27

  Modified:             ipython-3.2.0.ebuild ChangeLog
  Log:
  Prevent double PREFIX on PREFIX, bug #553344
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/ipython/ipython-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?r1=1.1&r2=1.2

Index: ipython-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipython-3.2.0.ebuild        22 Jun 2015 09:45:52 -0000      1.1
+++ ipython-3.2.0.ebuild        28 Jun 2015 18:27:27 -0000      1.2
@@ -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_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:



1.181                dev-python/ipython/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.181&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.181&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.180&r2=1.181

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   28 Jun 2015 18:09:09 -0000      1.180
+++ ChangeLog   28 Jun 2015 18:27:27 -0000      1.181
@@ -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 <[email protected]> ipython-3.2.0.ebuild:
+  Prevent double PREFIX on PREFIX, bug #553344
 
   28 Jun 2015; Justin Lecher <[email protected]> -ipython-2.2.0.ebuild:
   Drop vulnerable version, bug #552816




Reply via email to