summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-08-24 21:39:28 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-08-24 21:39:28 +0000
commit6c274f168089e0d82b72b31d29f787fde9a78efc (patch)
tree2a4f98bffa9390df407e272b03b0bfc01fb9f38f /dev-libs/hdf5
parentversion bump (diff)
downloadgentoo-2-6c274f168089e0d82b72b31d29f787fde9a78efc.tar.gz
gentoo-2-6c274f168089e0d82b72b31d29f787fde9a78efc.tar.bz2
gentoo-2-6c274f168089e0d82b72b31d29f787fde9a78efc.zip
new version, added metadata.xml
Diffstat (limited to 'dev-libs/hdf5')
-rw-r--r--dev-libs/hdf5/ChangeLog11
-rw-r--r--dev-libs/hdf5/Manifest7
-rw-r--r--dev-libs/hdf5/files/digest-hdf5-1.6.01
-rw-r--r--dev-libs/hdf5/hdf5-1.4.5.ebuild4
-rw-r--r--dev-libs/hdf5/hdf5-1.6.0.ebuild52
-rw-r--r--dev-libs/hdf5/metadata.xml5
6 files changed, 74 insertions, 6 deletions
diff --git a/dev-libs/hdf5/ChangeLog b/dev-libs/hdf5/ChangeLog
index a960acb1aa10..bc4976241e57 100644
--- a/dev-libs/hdf5/ChangeLog
+++ b/dev-libs/hdf5/ChangeLog
@@ -1,8 +1,15 @@
# ChangeLog for dev-libs/hdf5
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf5/ChangeLog,v 1.1 2003/06/19 07:51:42 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf5/ChangeLog,v 1.2 2003/08/24 21:39:21 george Exp $
-*hdf5-1.4.5.ebuild (19 Jun 2003)
+*hdf5-1.6.0 (24 Aug 2003)
+
+ 24 Aug 2003; George Shapovalov <george@gentoo.org> hdf5-1.6.0.ebuild :
+ new version (#25365),
+ this one installs examples, and of course in a wrong place :), had to fix location.
+ thanks to James Cloos <cloos@jhcloos.com> for notification
+
+*hdf5-1.4.5 (19 Jun 2003)
19 Jun 2003; George Shapovalov <george@gentoo.org> hdf5-1.4.5.ebuild, Manifest, files/{digest-hdf5-1.4.5} :
initial release (#21071)
diff --git a/dev-libs/hdf5/Manifest b/dev-libs/hdf5/Manifest
index 2b887282c525..a4e1249fba83 100644
--- a/dev-libs/hdf5/Manifest
+++ b/dev-libs/hdf5/Manifest
@@ -1,3 +1,6 @@
-MD5 a6f9eafbc1b8c31b7f82e933bdf7fb67 hdf5-1.4.5.ebuild 1463
-MD5 d502b836cc5d97bd1925e704104accb5 ChangeLog 560
+MD5 f051c05348d3fd8d34812837c993d44f hdf5-1.4.5.ebuild 1462
+MD5 2e7f447c15271fd3300bc1bc1e661d9f hdf5-1.6.0.ebuild 1441
+MD5 28edd1db28305a4392f824b7150fb7e6 ChangeLog 825
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 eb29b80216a0a85ed3dbe10cd7e9cb0f files/digest-hdf5-1.4.5 69
+MD5 65fa18117e012e612d6e02d2964b857a files/digest-hdf5-1.6.0 63
diff --git a/dev-libs/hdf5/files/digest-hdf5-1.6.0 b/dev-libs/hdf5/files/digest-hdf5-1.6.0
new file mode 100644
index 000000000000..37d31d40362d
--- /dev/null
+++ b/dev-libs/hdf5/files/digest-hdf5-1.6.0
@@ -0,0 +1 @@
+MD5 6002dd2774931ec8c429671cb416d26e hdf5-1.6.0.tar.gz 3788918
diff --git a/dev-libs/hdf5/hdf5-1.4.5.ebuild b/dev-libs/hdf5/hdf5-1.4.5.ebuild
index 2b32a7d23912..0311417c8d8c 100644
--- a/dev-libs/hdf5/hdf5-1.4.5.ebuild
+++ b/dev-libs/hdf5/hdf5-1.4.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf5/hdf5-1.4.5.ebuild,v 1.1 2003/06/19 07:51:43 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf5/hdf5-1.4.5.ebuild,v 1.2 2003/08/24 21:39:21 george Exp $
DESCRIPTION="HDF5 is a general purpose library and file format for storing scientific data."
SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/${P}-post2.tar.gz"
HOMEPAGE="http://hdf.ncsa.uiuc.edu/HDF5/"
LICENSE="NCSA-HDF"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
IUSE="static zlib"
diff --git a/dev-libs/hdf5/hdf5-1.6.0.ebuild b/dev-libs/hdf5/hdf5-1.6.0.ebuild
new file mode 100644
index 000000000000..94008ee799a2
--- /dev/null
+++ b/dev-libs/hdf5/hdf5-1.6.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf5/hdf5-1.6.0.ebuild,v 1.1 2003/08/24 21:39:21 george Exp $
+
+DESCRIPTION="HDF5 is a general purpose library and file format for storing scientific data."
+SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/${P}.tar.gz"
+HOMEPAGE="http://hdf.ncsa.uiuc.edu/HDF5/"
+
+LICENSE="NCSA-HDF"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE="static zlib"
+
+DEPEND="zlib? ( sys-libs/zlib )"
+PROVIDE="dev-libs/hdf5"
+
+src_compile() {
+ local myconf
+
+ use static || myconf="--disable-static"
+ use zlib || myconf="${myconf} --disable-zlib"
+
+ # NOTE: the hdf5 configure script has its own interpretation of
+ # the ARCH environment variable which conflicts with that of
+ # ebuild/emerge. As a work around, we save the ARCH variable as
+ # EBUILD_ARCH and restore it when we are done.
+ EBUILD_ARCH=${ARCH}
+ unset ARCH
+
+ ./configure ${myconf} --enable-linux-lfs \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "configure failed"
+
+ # restore the ARCH environment variable
+ ARCH=${EBUILD_ARCH}
+
+ make || die "emake failed"
+}
+
+src_install() {
+ make \
+ prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ docdir=${D}/usr/share/doc/${PF} \
+ infodir=${D}/usr/share/info \
+ install || die "make install failed"
+
+ dodoc README.txt COPYING MANIFEST
+ dohtml doc/html/*
+}
diff --git a/dev-libs/hdf5/metadata.xml b/dev-libs/hdf5/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/dev-libs/hdf5/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+</pkgmetadata>