Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-0.8.4-r1.ebuild ipython-0.8.2.ebuild ChangeLog ipython-0.8.4.ebuild ipython-0.8.1-r1.ebuild
Date: Mon, 25 Aug 2008 08:46:37
Message-Id: E1KXXia-0005sB-JG@stork.gentoo.org
1 hawking 08/08/25 08:46:32
2
3 Modified: ipython-0.8.4-r1.ebuild ipython-0.8.2.ebuild
4 ChangeLog
5 Removed: ipython-0.8.4.ebuild ipython-0.8.1-r1.ebuild
6 Log:
7 Use elisp-compile instead of elisp-comp, #235579. Drop old.
8 (Portage version: -svn.wrabbit)
9
10 Revision Changes Path
11 1.2 dev-python/ipython/ipython-0.8.4-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ipython-0.8.4-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ipython-0.8.4-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ipython-0.8.4-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: ipython-0.8.4-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.4-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ipython-0.8.4-r1.ebuild 6 Jul 2008 08:41:03 -0000 1.1
24 +++ ipython-0.8.4-r1.ebuild 25 Aug 2008 08:46:32 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.4-r1.ebuild,v 1.1 2008/07/06 08:41:03 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.4-r1.ebuild,v 1.2 2008/08/25 08:46:32 hawking Exp $
30
31 NEED_PYTHON=2.3
32
33 @@ -40,8 +40,7 @@
34 src_compile() {
35 distutils_src_compile
36 if use emacs ; then
37 - cd doc
38 - elisp-comp ipython.el || die "elisp-comp failed"
39 + elisp-compile doc/ipython.el || die "elisp-compile failed"
40 fi
41 }
42
43
44
45
46 1.7 dev-python/ipython/ipython-0.8.2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild?r1=1.6&r2=1.7
51
52 Index: ipython-0.8.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- ipython-0.8.2.ebuild 18 Jul 2008 13:28:25 -0000 1.6
59 +++ ipython-0.8.2.ebuild 25 Aug 2008 08:46:32 -0000 1.7
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild,v 1.6 2008/07/18 13:28:25 tester Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild,v 1.7 2008/08/25 08:46:32 hawking Exp $
65
66 NEED_PYTHON=2.3
67
68 @@ -38,8 +38,7 @@
69 src_compile() {
70 distutils_src_compile
71 if use emacs ; then
72 - cd doc
73 - elisp-comp ipython.el || die "elisp-comp failed"
74 + elisp-compile doc/ipython.el || die "elisp-compile failed"
75 fi
76 }
77
78
79
80
81 1.52 dev-python/ipython/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.52&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.52&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.51&r2=1.52
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
90 retrieving revision 1.51
91 retrieving revision 1.52
92 diff -u -r1.51 -r1.52
93 --- ChangeLog 18 Jul 2008 13:28:25 -0000 1.51
94 +++ ChangeLog 25 Aug 2008 08:46:32 -0000 1.52
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-python/ipython
97 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.51 2008/07/18 13:28:25 tester Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.52 2008/08/25 08:46:32 hawking Exp $
100 +
101 + 25 Aug 2008; Ali Polatel <hawking@g.o> -ipython-0.8.1-r1.ebuild,
102 + ipython-0.8.2.ebuild, -ipython-0.8.4.ebuild, ipython-0.8.4-r1.ebuild:
103 + Use elisp-compile instead of elisp-comp, #235579. Drop old.
104
105 18 Jul 2008; Olivier CrĂȘte <tester@g.o> ipython-0.8.2.ebuild:
106 Stable on amd64, bug #212241