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 1PthSg-0000Jw-EU for garchives@archives.gentoo.org; Sun, 27 Feb 2011 14:19:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 180751C010; Sun, 27 Feb 2011 14:18:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C932A1C010 for ; Sun, 27 Feb 2011 14:18: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 393D31B424B for ; Sun, 27 Feb 2011 14:18:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2206) id CE54C20054; Sun, 27 Feb 2011 14:18:51 +0000 (UTC) From: "Tobias Klausmann (klausman)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann Content-Type: text/plain; charset=utf8 Message-Id: <20110227141851.CE54C20054@flycatcher.gentoo.org> Date: Sun, 27 Feb 2011 14:18:51 +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: X-Archives-Hash: f18701973051dff9885443f591a3ca8c klausman 11/02/27 14:18:51 Modified: numpy-1.5.1.ebuild ChangeLog Log: Stable on alpha, bug #351487 =20 (Portage version: 2.1.9.41/cvs/Linux x86_64) Revision Changes Path 1.13 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.13&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?r1=3D1.12&r2=3D1.13 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- numpy-1.5.1.ebuild 26 Feb 2011 13:22:47 -0000 1.12 +++ numpy-1.5.1.ebuild 27 Feb 2011 14:18:51 -0000 1.13 @@ -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.12 2011/02/26 13:22:47 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v= 1.13 2011/02/27 14:18:51 klausman Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"*" @@ -22,7 +22,7 @@ =20 LICENSE=3D"BSD" SLOT=3D"0" -KEYWORDS=3D"~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc = x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-maco= s ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS=3D"alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x= 86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos= ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE=3D"doc lapack test" =20 RDEPEND=3D"dev-python/setuptools 1.134 dev-python/numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?rev=3D1.134&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?rev=3D1.134&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?r1=3D1.133&r2=3D1.134 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.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- ChangeLog 26 Feb 2011 13:22:47 -0000 1.133 +++ ChangeLog 27 Feb 2011 14:18:51 -0000 1.134 @@ -1,6 +1,9 @@ # 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.133 20= 11/02/26 13:22:47 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.134 20= 11/02/27 14:18:51 klausman Exp $ + + 27 Feb 2011; Tobias Klausmann numpy-1.5.1.ebuild= : + Stable on alpha, bug #351487 =20 26 Feb 2011; Michael Weber numpy-1.5.1.ebuild: sparc stable (bug 351487)