diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-16 15:31:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-16 15:31:49 +0200 |
commit | 67064ef687e8b3a61f5a4698ae1b029e2e70822c (patch) | |
tree | c3db398dabe9c6abe72d4840ef57f1518f923e93 /sci-libs/netcdf-cxx | |
parent | 5aed275dd662ecd294a9ba54ab68b9a2b819f4b7 (diff) | |
download | gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.tar.gz gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.tar.xz |
Update remote-ids
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/netcdf-cxx')
-rw-r--r-- | sci-libs/netcdf-cxx/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/netcdf-cxx/metadata.xml b/sci-libs/netcdf-cxx/metadata.xml index 5703447ef64..e565992156d 100644 --- a/sci-libs/netcdf-cxx/metadata.xml +++ b/sci-libs/netcdf-cxx/metadata.xml @@ -1,8 +1,8 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <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 @@ -10,5 +10,8 @@ Together, the interface, library, and format support the creation, access, and sharing of scientific data. This is the C++ library which links to the C library. -</longdescription> + </longdescription> + <upstream> + <remote-id type="github">Unidata/netcdf-cxx4</remote-id> + </upstream> </pkgmetadata> |