From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pd635-0002NB-TA for garchives@archives.gentoo.org; Wed, 12 Jan 2011 19:08:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C153E074C; Wed, 12 Jan 2011 19:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DCC5E074C for ; Wed, 12 Jan 2011 19:07:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F0031B4078 for ; Wed, 12 Jan 2011 19:07:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id 0AB2220054; Wed, 12 Jan 2011 19:07:35 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.5.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: numpy-1.5.1.ebuild ChangeLog X-VCS-Directories: dev-python/numpy X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20110112190736.0AB2220054@flycatcher.gentoo.org> Date: Wed, 12 Jan 2011 19:07:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d7f491be-1339-49e3-b175-3c1f04481c96 X-Archives-Hash: 05c3106a05a5828b3743302e621d31cb arfrever 11/01/12 19:07:35 Modified: numpy-1.5.1.ebuild ChangeLog Log: Add incomplete fix for compatibility with Python 3.2 (bug #351057). =20 (Portage version: 2.2.0_alpha14_p4/cvs/Linux x86_64) Revision Changes Path 1.6 dev-python/numpy/numpy-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?r1=3D1.5&r2=3D1.6 Index: numpy-1.5.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- numpy-1.5.1.ebuild 12 Jan 2011 17:55:03 -0000 1.5 +++ numpy-1.5.1.ebuild 12 Jan 2011 19:07:35 -0000 1.6 @@ -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/numpy/numpy-1.5.1.ebuild,v= 1.5 2011/01/12 17:55:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v= 1.6 2011/01/12 19:07:35 arfrever Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"*" @@ -67,8 +67,10 @@ } =20 src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1.0-f2py.patch - epatch "${FILESDIR}"/${PN}-1.3.0-fenv-freebsd.patch # bug 279487 + epatch "${FILESDIR}/${PN}-1.1.0-f2py.patch" + epatch "${FILESDIR}/${PN}-1.3.0-fenv-freebsd.patch" # Bug #279487 + epatch "${FILESDIR}/${PN}-1.4.0-interix.patch" + epatch "${FILESDIR}/${P}-python-3.2.patch" =20 # Gentoo patch for ATLAS library names sed -i \ @@ -109,7 +111,6 @@ else export {ATLAS,PTATLAS,BLAS,LAPACK,MKL}=3DNone fi - epatch "${FILESDIR}"/${PN}-1.4.0-interix.patch =20 # Disable tests failing on ppc/ppc64. # http://projects.scipy.org/numpy/ticket/1664 1.127 dev-python/numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?rev=3D1.127&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?rev=3D1.127&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?r1=3D1.126&r2=3D1.127 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- ChangeLog 12 Jan 2011 17:35:26 -0000 1.126 +++ ChangeLog 12 Jan 2011 19:07:35 -0000 1.127 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.126 20= 11/01/12 17:35:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.127 20= 11/01/12 19:07:35 arfrever Exp $ + + 12 Jan 2011; Arfrever Frehtes Taifersar Arahesis + numpy-1.5.1.ebuild, +files/numpy-1.5.1-python-3.2.patch: + Add incomplete fix for compatibility with Python 3.2 (bug #351057). =20 12 Jan 2011; Arfrever Frehtes Taifersar Arahesis numpy-1.5.1.ebuild: