diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 10:29:24 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 10:29:24 +0000 |
commit | db3b3aa3b4dd2915ec5433451a49ee9512456d6d (patch) | |
tree | 11c19c0e6671505f176cc37a243e0344d2841af5 /app-sci/h5utils | |
parent | Added IUSE (Manifest recommit) (diff) | |
download | gentoo-2-db3b3aa3b4dd2915ec5433451a49ee9512456d6d.tar.gz gentoo-2-db3b3aa3b4dd2915ec5433451a49ee9512456d6d.tar.bz2 gentoo-2-db3b3aa3b4dd2915ec5433451a49ee9512456d6d.zip |
Adding IUSE
Diffstat (limited to 'app-sci/h5utils')
-rw-r--r-- | app-sci/h5utils/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/h5utils/h5utils-1.7.2.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-sci/h5utils/ChangeLog b/app-sci/h5utils/ChangeLog index 3c7e5d2407ec..67cbbccbd77d 100644 --- a/app-sci/h5utils/ChangeLog +++ b/app-sci/h5utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/h5utils -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/ChangeLog,v 1.3 2004/03/19 08:59:43 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/ChangeLog,v 1.4 2004/04/19 10:24:43 phosphan Exp $ + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> h5utils-1.7.2.ebuild: + Adding IUSE 03 Mar 2004; Peter Bienstman <pbienst@gentoo.org> h5utils-1.7.2.ebuild: mark stable on x86 diff --git a/app-sci/h5utils/h5utils-1.7.2.ebuild b/app-sci/h5utils/h5utils-1.7.2.ebuild index b79c6b3088c4..972a4d7bd738 100644 --- a/app-sci/h5utils/h5utils-1.7.2.ebuild +++ b/app-sci/h5utils/h5utils-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/h5utils-1.7.2.ebuild,v 1.2 2004/03/03 16:46:40 pbienst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/h5utils-1.7.2.ebuild,v 1.3 2004/04/19 10:24:43 phosphan Exp $ DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format" SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://ab-initio.mit.edu/h5utils/" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" SLOT="0" DEPEND="dev-libs/hdf5" |