Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: mpmath-0.17.ebuild ChangeLog
Date: Wed, 18 May 2011 21:04:40
Message-Id: 20110518210430.8180E20054@flycatcher.gentoo.org
1 grozin 11/05/18 21:04:30
2
3 Modified: mpmath-0.17.ebuild ChangeLog
4 Log:
5 Fixing prefix-related bug #367461, thanks to Steven Trogdon <strogdon@×××××.edu>
6
7 (Portage version: 2.2.0_alpha34/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-python/mpmath/mpmath-0.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?r1=1.1&r2=1.2
15
16 Index: mpmath-0.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mpmath-0.17.ebuild 12 Feb 2011 19:34:11 -0000 1.1
23 +++ mpmath-0.17.ebuild 18 May 2011 21:04:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.1 2011/02/12 19:34:11 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.2 2011/05/18 21:04:30 grozin Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="*:2.5"
32 @@ -65,7 +65,7 @@
33 fi
34
35 rm_unneeded() {
36 - local path="${D}$(python_get_sitedir)/${PN}/libmp/"
37 + local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
38 if [[ "${PYTHON_ABI}" == 2.* ]]; then
39 rm -f "${path}exec_py3.py"
40 else if [[ "${PYTHON_ABI}" == 3.* ]]; then
41
42
43
44 1.19 dev-python/mpmath/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.18&r2=1.19
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- ChangeLog 12 Feb 2011 19:34:11 -0000 1.18
57 +++ ChangeLog 18 May 2011 21:04:30 -0000 1.19
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-python/mpmath
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.18 2011/02/12 19:34:11 grozin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.19 2011/05/18 21:04:30 grozin Exp $
63 +
64 + 18 May 2011; Andrey Grozin <grozin@g.o> mpmath-0.17.ebuild:
65 + Fixing prefix-related bug #367461, thanks to Steven Trogdon
66 + <strogdon@×××××.edu>
67
68 *mpmath-0.17 (12 Feb 2011)