diff options
author | 2015-09-07 17:56:00 +0200 | |
---|---|---|
committer | 2015-09-07 17:58:41 +0200 | |
commit | 438605963973a406d2631521da60e3964c47fe0a (patch) | |
tree | 3bdbb5735bae2129a3f360b16d7c4fe26991febd /sci-astronomy/casacore | |
parent | dev-util/shellcheck: Fix vesion correctly (diff) | |
download | gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2 gentoo-438605963973a406d2631521da60e3964c47fe0a.zip |
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-astronomy/casacore')
-rw-r--r-- | sci-astronomy/casacore/metadata.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sci-astronomy/casacore/metadata.xml b/sci-astronomy/casacore/metadata.xml index 3f17c8233202..ffd9290dad47 100644 --- a/sci-astronomy/casacore/metadata.xml +++ b/sci-astronomy/casacore/metadata.xml @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-astronomy</herd> -<longdescription lang="en"> + <herd>sci-astronomy</herd> + <longdescription lang="en"> A set of libraries for the the Common Astronomy Software Applications for radioastronomy. This project contains C++ libraries which were the code of the discontinued AIPS++ package. </longdescription> -<upstream> - <remote-id type="google-code">casacore</remote-id> -</upstream> -<use> - <flag name="data">Installs measures and data (pulls <pkg>sci-astronomy/casa-data</pkg>)</flag> -</use> + <upstream> + <remote-id type="google-code">casacore</remote-id> + <remote-id type="github">casacore/casacore</remote-id> + </upstream> + <use> + <flag name="data">Installs measures and data (pulls <pkg>sci-astronomy/casa-data</pkg>)</flag> + </use> </pkgmetadata> |