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 | 0ec3e64745995862faf1851b1e6c60b960ee9178 (patch) | |
tree | be92e6c00ebc3bc9b5fe6980ef04a499edae13b4 /sci-libs/hdf5 | |
parent | Mark 2.0.5 stable on alpha (diff) | |
download | historical-0ec3e64745995862faf1851b1e6c60b960ee9178.tar.gz historical-0ec3e64745995862faf1851b1e6c60b960ee9178.tar.bz2 historical-0ec3e64745995862faf1851b1e6c60b960ee9178.zip |
stable bump for sparc
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs/hdf5')
-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..c1186a243276 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 5e80992bc2681260bd5c937e9b036a93 ChangeLog 3084 MD5 6b29b662ce2085bfa7f7cbb8f7b5462d hdf5-1.6.4.ebuild 1857 -MD5 896c22623003620f2c61f4c5987f43e0 hdf5-1.6.2.ebuild 1584 +MD5 f9992e20f01bbd4c1b8701a05c11c6ff hdf5-1.6.2.ebuild 1584 +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 )" |