Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-3.2.0.ebuild ChangeLog
Date: Sun, 28 Jun 2015 18:27:31
Message-Id: 20150628182727.3344A73F@oystercatcher.gentoo.org
1 jlec 15/06/28 18:27:27
2
3 Modified: ipython-3.2.0.ebuild ChangeLog
4 Log:
5 Prevent double PREFIX on PREFIX, bug #553344
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.2 dev-python/ipython/ipython-3.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: ipython-3.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ipython-3.2.0.ebuild 22 Jun 2015 09:45:52 -0000 1.1
23 +++ ipython-3.2.0.ebuild 28 Jun 2015 18:27:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v 1.1 2015/06/22 09:45:52 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v 1.2 2015/06/28 18:27:27 jlec Exp $
29
30 EAPI=5
31
32 @@ -124,7 +124,8 @@
33
34 python_install() {
35 distutils-r1_python_install
36 - use notebook && dosym /usr/share/mathjax $(python_get_sitedir)/IPython/html/static/mathjax
37 + use notebook && \
38 + ln -sf "${EPREFIX}/usr/share/mathjax" $(python_get_sitedir)/IPython/html/static/mathjax
39
40 # Create ipythonX.Y symlinks.
41 # TODO:
42
43
44
45 1.181 dev-python/ipython/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.181&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.181&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.180&r2=1.181
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
54 retrieving revision 1.180
55 retrieving revision 1.181
56 diff -u -r1.180 -r1.181
57 --- ChangeLog 28 Jun 2015 18:09:09 -0000 1.180
58 +++ ChangeLog 28 Jun 2015 18:27:27 -0000 1.181
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/ipython
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.180 2015/06/28 18:09:09 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.181 2015/06/28 18:27:27 jlec Exp $
64 +
65 + 28 Jun 2015; Justin Lecher <jlec@g.o> ipython-3.2.0.ebuild:
66 + Prevent double PREFIX on PREFIX, bug #553344
67
68 28 Jun 2015; Justin Lecher <jlec@g.o> -ipython-2.2.0.ebuild:
69 Drop vulnerable version, bug #552816