diff options
author | Sam James <sam@gentoo.org> | 2022-06-21 23:08:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 23:08:51 +0100 |
commit | 52357140f6a8248e7ea514955ea332cc9a85c31d (patch) | |
tree | 3dbc010a6635e4a05e2abcfe6907033bece14346 /sci-libs/mpir | |
parent | sci-libs/mpir: use HTTPS (diff) | |
download | gentoo-52357140f6a8248e7ea514955ea332cc9a85c31d.tar.gz gentoo-52357140f6a8248e7ea514955ea332cc9a85c31d.tar.bz2 gentoo-52357140f6a8248e7ea514955ea332cc9a85c31d.zip |
sci-libs/mpir: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/mpir')
-rw-r--r-- | sci-libs/mpir/metadata.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/sci-libs/mpir/metadata.xml b/sci-libs/mpir/metadata.xml index 069a5c0beaec..dc640b9e6bd5 100644 --- a/sci-libs/mpir/metadata.xml +++ b/sci-libs/mpir/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription> MPIR is an open source multiprecision integer (bignum) library forked from the GMP (GNU Multi Precision) project. It consists of much code from past GMP releases, in combination with much original contributed @@ -14,8 +14,11 @@ code. MPIR is constructed by a developer and vendor friendly community of professional and amateur mathematicians, computer scientists and hobbyists. -</longdescription> - <use> - <flag name="cpudetection">Enables runtime cpudetection (useful for bindist, compatability on other CPUs)</flag> - </use> + </longdescription> + <use> + <flag name="cpudetection">Enables runtime cpudetection (useful for bindist, compatability on other CPUs)</flag> + </use> + <upstream> + <remote-id type="github">wbhart/mpir</remote-id> + </upstream> </pkgmetadata> |