diff options
author | 2007-04-24 11:28:12 +0000 | |
---|---|---|
committer | 2007-04-24 11:28:12 +0000 | |
commit | 108de51ece5e12600f144625cf385ae4403a2a3e (patch) | |
tree | 6ba5201420bb629a21d658380972f2a8be905d38 /sci-libs/netcdf/metadata.xml | |
parent | ia64 + x86 stable (diff) | |
download | gentoo-2-108de51ece5e12600f144625cf385ae4403a2a3e.tar.gz gentoo-2-108de51ece5e12600f144625cf385ae4403a2a3e.tar.bz2 gentoo-2-108de51ece5e12600f144625cf385ae4403a2a3e.zip |
Version bump, with better autotools handling and install. Adapted the ebuild to match the structure. Extended the longdescription in metadata.xml.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-libs/netcdf/metadata.xml')
-rw-r--r-- | sci-libs/netcdf/metadata.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sci-libs/netcdf/metadata.xml b/sci-libs/netcdf/metadata.xml index 597cede6b022..27285af7fd97 100644 --- a/sci-libs/netcdf/metadata.xml +++ b/sci-libs/netcdf/metadata.xml @@ -2,8 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> -<maintainer> - <email>sci@gentoo.org</email> -</maintainer> -<longdescription>The netCDF library defines a machine-independent format and interface for representing scientific data.</longdescription> +<longdescription lang="en"> +NetCDF (network Common Data Form) is an interface for scientific +data access and a freely-distributed software library that provides an +implementation of the interface. The netCDF library also defines a +machine-independent format for representing scientific data. +Together, the interface, library, and format support the creation, +access, and sharing of scientific data. +</longdescription> </pkgmetadata> |