jlec        15/06/29 12:37:35

  Modified:             ipython-3.2.0.ebuild ChangeLog
  Log:
  Fix sandbox violation
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?r1=1.2&r2=1.3

Index: ipython-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipython-3.2.0.ebuild        28 Jun 2015 18:27:27 -0000      1.2
+++ ipython-3.2.0.ebuild        29 Jun 2015 12:37:34 -0000      1.3
@@ -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.2 2015/06/28 18:27:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v 
1.3 2015/06/29 12:37:34 jlec Exp $
 
 EAPI=5
 
@@ -125,7 +125,7 @@
 python_install() {
        distutils-r1_python_install
        use notebook && \
-               ln -sf "${EPREFIX}/usr/share/mathjax" 
$(python_get_sitedir)/IPython/html/static/mathjax
+               ln -sf "${EPREFIX}/usr/share/mathjax" 
"${D}$(python_get_sitedir)/IPython/html/static/mathjax"
 
        # Create ipythonX.Y symlinks.
        # TODO:



1.182                dev-python/ipython/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   28 Jun 2015 18:27:27 -0000      1.181
+++ ChangeLog   29 Jun 2015 12:37:34 -0000      1.182
@@ -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.181 
2015/06/28 18:27:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.182 
2015/06/29 12:37:34 jlec Exp $
+
+  29 Jun 2015; Justin Lecher <[email protected]> ipython-3.2.0.ebuild:
+  Fix sandbox violation
 
   28 Jun 2015; Justin Lecher <[email protected]> ipython-3.2.0.ebuild:
   Prevent double PREFIX on PREFIX, bug #553344




Reply via email to