diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-20 08:37:42 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-20 08:37:42 +0000 |
commit | 4181686682098e4aa4e202f23dc772839230761c (patch) | |
tree | 653e174fca0392b4a77816eaac62adcbf6eddbc7 /sci-libs | |
parent | Bug #102383, version bump. (diff) | |
download | historical-4181686682098e4aa4e202f23dc772839230761c.tar.gz historical-4181686682098e4aa4e202f23dc772839230761c.tar.bz2 historical-4181686682098e4aa4e202f23dc772839230761c.zip |
Stable on ppc (bug #101509).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/atlas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/atlas/Manifest | 18 | ||||
-rw-r--r-- | sci-libs/atlas/atlas-3.6.0.ebuild | 6 |
3 files changed, 12 insertions, 19 deletions
diff --git a/sci-libs/atlas/ChangeLog b/sci-libs/atlas/ChangeLog index 832917fa37e1..69e35bd7e82c 100644 --- a/sci-libs/atlas/ChangeLog +++ b/sci-libs/atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/atlas -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/ChangeLog,v 1.2 2004/12/29 00:18:56 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/ChangeLog,v 1.3 2005/08/20 08:37:42 hansmi Exp $ + + 20 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> atlas-3.6.0.ebuild: + Stable on ppc (bug #101509). *atlas-3.4.2 (28 Dec 2004) diff --git a/sci-libs/atlas/Manifest b/sci-libs/atlas/Manifest index d0505b7970d7..13c8bee8cf00 100644 --- a/sci-libs/atlas/Manifest +++ b/sci-libs/atlas/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 732d5fa80ca175c52a93e0b402fedc4b atlas-3.6.0.ebuild 1480 MD5 c3ae6a62597cba5f5c713236baa7477b atlas-3.4.2.ebuild 1912 -MD5 68973b6fa94fc21be9fb19a61858eea7 atlas-3.5.11.ebuild 1915 -MD5 9eda8f9fe65a2b920670929388e00b11 atlas-3.6.0.ebuild 1478 -MD5 776a3ecb4a5b6a0485e2f055a5c329b2 ChangeLog 2466 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 122116eaa0dea87473680f693552d2df files/digest-atlas-3.5.11 65 +MD5 b4ff60f24ce3e33ed8ebd3b6d58977ef ChangeLog 2570 +MD5 68973b6fa94fc21be9fb19a61858eea7 atlas-3.5.11.ebuild 1915 MD5 e4430c91578bb055dad2d25c1d880cfa files/digest-atlas-3.4.2 64 +MD5 122116eaa0dea87473680f693552d2df files/digest-atlas-3.5.11 65 MD5 00df9ae0786ae95b433dcbc355fe46ec files/digest-atlas-3.6.0 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0ff7I1lqEGTUzyQRAjK7AJ9MclOwwQlId2mEE1kl9iqQ1jJe4wCgvsQv -Jw56WCUQD9QknI6YC93rj7U= -=dYgo ------END PGP SIGNATURE----- diff --git a/sci-libs/atlas/atlas-3.6.0.ebuild b/sci-libs/atlas/atlas-3.6.0.ebuild index e5c5a211c0ba..7d280c775137 100644 --- a/sci-libs/atlas/atlas-3.6.0.ebuild +++ b/sci-libs/atlas/atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/atlas-3.6.0.ebuild,v 1.1 2004/12/28 22:05:21 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/atlas-3.6.0.ebuild,v 1.2 2005/08/20 08:37:42 hansmi Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2" LICENSE="BSD" SLOT="0" # if you change keywords here, please check dev-lang/R -KEYWORDS="~x86 ~sparc -amd64" +KEYWORDS="-amd64 ppc ~sparc ~x86" DEPEND="virtual/libc" |