diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-09-11 05:38:16 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-09-11 05:38:16 +0000 |
commit | b2978856a5dd5b960d06ed067a6687ce81a783b6 (patch) | |
tree | f90bde9e09cb8a76207c7de612a131e4c63293e0 /sci-libs | |
parent | Mark 2.0.5 stable on alpha (diff) | |
download | gentoo-2-b2978856a5dd5b960d06ed067a6687ce81a783b6.tar.gz gentoo-2-b2978856a5dd5b960d06ed067a6687ce81a783b6.tar.bz2 gentoo-2-b2978856a5dd5b960d06ed067a6687ce81a783b6.zip |
stable bump for sparc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/Manifest | 6 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.2.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 8fad95364224..bc14cdb0fcf9 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf5 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.6 2005/04/18 16:16:33 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.7 2005/09/11 05:38:16 nerdboy Exp $ + + 11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> hdf5-1.6.2.ebuild: + stable bump for sparc 18 Apr 2005; Joseph Jezak <josejx@gentoo.org> hdf5-1.6.2.ebuild: Marked ppc stable. diff --git a/sci-libs/hdf5/Manifest b/sci-libs/hdf5/Manifest index 28e38436e790..71f6c22c9baf 100644 --- a/sci-libs/hdf5/Manifest +++ b/sci-libs/hdf5/Manifest @@ -1,6 +1,6 @@ -MD5 591e7641b7c37b1f227222b53dadeb2e ChangeLog 2990 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 7aae55dd99313cef0c1f84ac128803dc ChangeLog 3083 MD5 6b29b662ce2085bfa7f7cbb8f7b5462d hdf5-1.6.4.ebuild 1857 -MD5 896c22623003620f2c61f4c5987f43e0 hdf5-1.6.2.ebuild 1584 +MD5 b301513d68b87a65dcc5a65417e502ef hdf5-1.6.2.ebuild 1583 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 fb3e8576ccd8943ddf6557ebda554f0b files/digest-hdf5-1.6.4 63 MD5 e5bd4cad7b0583c6bcb603869b5582e9 files/digest-hdf5-1.6.2 63 diff --git a/sci-libs/hdf5/hdf5-1.6.2.ebuild b/sci-libs/hdf5/hdf5-1.6.2.ebuild index b3a98ce45ba2..0b79e1def387 100644 --- a/sci-libs/hdf5/hdf5-1.6.2.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.2.ebuild,v 1.3 2005/04/18 16:16:33 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.2.ebuild,v 1.4 2005/09/11 05:38:16 nerdboy Exp $ DESCRIPTION="general purpose library and file format for storing scientific data" HOMEPAGE="http://hdf.ncsa.uiuc.edu/HDF5/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/${P}.tar.gz" LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="static zlib ssl" DEPEND="zlib? ( sys-libs/zlib )" |