diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
commit | 489a32a518774f8a36538f2c966a5508c7047a58 (patch) | |
tree | b407fe8695cfdb3e5676d0a7db3e4fb9e6cb8505 /app-sci/netcdf | |
parent | added license for scilab (diff) | |
download | gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.tar.gz gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.tar.bz2 gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.zip |
few more KEYWORDS/LICENSE/SLOT clean-ups
Diffstat (limited to 'app-sci/netcdf')
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-sci/netcdf/netcdf-3.5.0-r1.ebuild b/app-sci/netcdf/netcdf-3.5.0-r1.ebuild index 61a870c6d747..9b94eab056b6 100644 --- a/app-sci/netcdf/netcdf-3.5.0-r1.ebuild +++ b/app-sci/netcdf/netcdf-3.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r1.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r1.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P}/src DESCRIPTION="Interface for array oriented data access" @@ -9,9 +9,12 @@ DESCRIPTION="Interface for array oriented data access" #SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${PN}.tar.Z" #but most of the mirrors do. SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.Z" - HOMEPAGE="http://www.unidaa.ucar.edu/packages/netcdf/" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/glibc" PROVIDE="app-misc/netcdf" |