Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
grozin 11/05/18 21:04:30
Modified: mpmath-0.17.ebuild ChangeLog
Log:
Fixing prefix-related bug #367461, thanks to Steven Trogdon <strogdon@...>
(Portage version: 2.2.0_alpha34/cvs/Linux i686)
Revision Changes Path
1.2 dev-python/mpmath/mpmath-0.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?r1=1.1&r2=1.2
Index: mpmath-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpmath-0.17.ebuild 12 Feb 2011 19:34:11 -0000 1.1
+++ mpmath-0.17.ebuild 18 May 2011 21:04:30 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.1 2011/02/12 19:34:11 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.2 2011/05/18 21:04:30 grozin Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -65,7 +65,7 @@
fi
rm_unneeded() {
- local path="${D}$(python_get_sitedir)/${PN}/libmp/"
+ local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
if [[ "${PYTHON_ABI}" == 2.* ]]; then
rm -f "${path}exec_py3.py"
else if [[ "${PYTHON_ABI}" == 3.* ]]; then
1.19 dev-python/mpmath/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 12 Feb 2011 19:34:11 -0000 1.18
+++ ChangeLog 18 May 2011 21:04:30 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.18 2011/02/12 19:34:11 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.19 2011/05/18 21:04:30 grozin Exp $
+
+ 18 May 2011; Andrey Grozin <grozin@g.o> mpmath-0.17.ebuild:
+ Fixing prefix-related bug #367461, thanks to Steven Trogdon
+ <strogdon@...>
*mpmath-0.17 (12 Feb 2011)
|
|