diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-25 07:30:14 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-25 07:30:14 +0000 |
commit | 6405f38de6b0afa83554b11c5e730414ccdda5e1 (patch) | |
tree | 19e58116b0a09f3bdb3a5f02e4e3c06e25b70773 /sci-libs | |
parent | punt old snapshot (diff) | |
download | historical-6405f38de6b0afa83554b11c5e730414ccdda5e1.tar.gz historical-6405f38de6b0afa83554b11c5e730414ccdda5e1.tar.bz2 historical-6405f38de6b0afa83554b11c5e730414ccdda5e1.zip |
Stable on ppc64
Package-Manager: portage-2.1-r2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-reference/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/blas-reference/blas-reference-19940131-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/lapack/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/lapack/lapack-3.0-r1.ebuild | 6 |
4 files changed, 15 insertions, 8 deletions
diff --git a/sci-libs/blas-reference/ChangeLog b/sci-libs/blas-reference/ChangeLog index c04b92bad62d..092717722075 100644 --- a/sci-libs/blas-reference/ChangeLog +++ b/sci-libs/blas-reference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-reference # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.15 2006/08/25 05:24:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.16 2006/08/25 07:29:21 corsair Exp $ + + 25 Aug 2006; Markus Rothe <corsair@gentoo.org> + blas-reference-19940131-r3.ebuild: + Stable on ppc64 25 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; +files/eselect-reference: diff --git a/sci-libs/blas-reference/blas-reference-19940131-r3.ebuild b/sci-libs/blas-reference/blas-reference-19940131-r3.ebuild index f30c04d351cc..e4103d0e6332 100644 --- a/sci-libs/blas-reference/blas-reference-19940131-r3.ebuild +++ b/sci-libs/blas-reference/blas-reference-19940131-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r3.ebuild,v 1.3 2006/08/17 20:13:31 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r3.ebuild,v 1.4 2006/08/25 07:29:21 corsair Exp $ inherit autotools fortran multilib @@ -12,7 +12,7 @@ SRC_URI="http://www.netlib.org/blas/${Name}.tgz" SLOT="0" IUSE="" -KEYWORDS="~amd64 ppc ~ppc64 x86" +KEYWORDS="~amd64 ppc ppc64 x86" RDEPEND="sci-libs/blas-config" DEPEND="${RDEPEND}" diff --git a/sci-libs/lapack/ChangeLog b/sci-libs/lapack/ChangeLog index caadc96dbd6b..b469f2dd8228 100644 --- a/sci-libs/lapack/ChangeLog +++ b/sci-libs/lapack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/lapack -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/ChangeLog,v 1.3 2005/01/05 16:18:55 phosphan Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/ChangeLog,v 1.4 2006/08/25 07:30:14 corsair Exp $ + + 25 Aug 2006; Markus Rothe <corsair@gentoo.org> lapack-3.0-r1.ebuild: + Stable on ppc64 05 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> lapack-3.0-r1.ebuild, lapack-3.0.ebuild: diff --git a/sci-libs/lapack/lapack-3.0-r1.ebuild b/sci-libs/lapack/lapack-3.0-r1.ebuild index 00dbf969a5a5..47486ba84a27 100644 --- a/sci-libs/lapack/lapack-3.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0-r1.ebuild,v 1.3 2005/01/05 16:18:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0-r1.ebuild,v 1.4 2006/08/25 07:30:14 corsair Exp $ DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." HOMEPAGE="http://www.netlib.org/lapack/" @@ -9,7 +9,7 @@ SRC_URI="http://www.netlib.org/lapack/lapack.tgz" LICENSE="lapack" SLOT="0" IUSE="" -KEYWORDS="-* amd64 ~ppc64" +KEYWORDS="-* amd64 ppc64" DEPEND="virtual/libc sci-libs/blas" |