summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-05-18 21:04:30 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-05-18 21:04:30 +0000
commitaf52b73726e89c226859f3ce585aa545fd919e95 (patch)
treec2ada717a556773a6b0833a5f4f5256a83525715 /dev-python/mpmath
parentVersion bump (diff)
downloadhistorical-af52b73726e89c226859f3ce585aa545fd919e95.tar.gz
historical-af52b73726e89c226859f3ce585aa545fd919e95.tar.bz2
historical-af52b73726e89c226859f3ce585aa545fd919e95.zip
Fixing prefix-related bug #367461, thanks to Steven Trogdon <strogdon@d.umn.edu>
Package-Manager: portage-2.2.0_alpha34/cvs/Linux i686
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/ChangeLog6
-rw-r--r--dev-python/mpmath/Manifest4
-rw-r--r--dev-python/mpmath/mpmath-0.17.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog
index 4f6a84f1b864..60deb8970bf1 100644
--- a/dev-python/mpmath/ChangeLog
+++ b/dev-python/mpmath/ChangeLog
@@ -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@gentoo.org> mpmath-0.17.ebuild:
+ Fixing prefix-related bug #367461, thanks to Steven Trogdon
+ <strogdon@d.umn.edu>
*mpmath-0.17 (12 Feb 2011)
diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest
index 62710019d70b..461db591708d 100644
--- a/dev-python/mpmath/Manifest
+++ b/dev-python/mpmath/Manifest
@@ -3,6 +3,6 @@ DIST mpmath-0.16.tar.gz 455158 RMD160 3156f0f284f7a03b70bfdbc73083ec5d26483dfe S
DIST mpmath-all-0.17.tar.gz 2085528 RMD160 0a78f7e084c6a6194c567858e1ee620c2b1c0830 SHA1 3b9383498186d657a8cfc636610e5b0ff3f511a3 SHA256 cc33bcfe579139b0c07f3eb3841f1409f36896fe64e9f932f5f9e4915fdeeb88
DIST mpmath-docsrc-0.16.tar.gz 1627460 RMD160 e7a04a11982db4d15487444b751b55ac0fd8bbf7 SHA1 eea0fbaacf42e62bdc8589c3fd8eb14d03ecdb4d SHA256 87bb3169f65f567cb4229223ecf43cf6a5f7b3fcf6b3c8c83a550ea8a2b3bf8b
EBUILD mpmath-0.16.ebuild 1593 RMD160 45b30b0b60b5871268858757845fc27e88bd0f73 SHA1 d1b36950bb54f4fd27c2042ad30e0f9df6d57390 SHA256 31c446b20294f8009e55ab0b2543250d009c2f5e7c5b5ac1e228004c8cb00942
-EBUILD mpmath-0.17.ebuild 1888 RMD160 9f06f22c2efa18f64f5695b633a81e94ad7b331b SHA1 4ce3fb7425d35b73f3338adc8b55bfdcf3b9d94c SHA256 641d434b2b7b6f3f8652fe6a662bd05d3147222ddf321f3ea3be56f8ba7db8f4
-MISC ChangeLog 2752 RMD160 e90f454cca8d39e5a695be905f56df889c8ff35d SHA1 688f20540bfb81b9c386b4ed4e5d074a07f70ef6 SHA256 1949dcad02d5c7d72d597a1620bb974aff83a78f363dc97a57dfa5790a3783c1
+EBUILD mpmath-0.17.ebuild 1889 RMD160 38c7dc7eba0ba90a5c762c93fff5f27aa01b6012 SHA1 efe47db9a8635bf2905b1dcfb93e5f2034f61f28 SHA256 d8c4cd56f7ba0bf4473de5b364f3abd4cedaa6f1af41aea1774f19a4b9fda6c6
+MISC ChangeLog 2907 RMD160 bccfc881ad9f59b32d23baf12fc101dfe7f7837f SHA1 a686a8427ee4ee5b3603e960d87fe242781d6e24 SHA256 9355842bc577fd4645edaffded46056f1acdb9c8b27ebbea69444b727a46d432
MISC metadata.xml 470 RMD160 b74b5ca58180fd6b6be33b851cd615e07cafbc67 SHA1 a7aa276fb3dbabc6d9fcf40d467a28a121d9fdae SHA256 c466e19e546fb12668ef035ddd0c2f779df1adb6705403631cdad4a63749d192
diff --git a/dev-python/mpmath/mpmath-0.17.ebuild b/dev-python/mpmath/mpmath-0.17.ebuild
index 65aa02b466e0..c290390a53dd 100644
--- a/dev-python/mpmath/mpmath-0.17.ebuild
+++ b/dev-python/mpmath/mpmath-0.17.ebuild
@@ -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 @@ src_install() {
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