diff options
author | 2021-03-25 19:14:40 +0100 | |
---|---|---|
committer | 2021-06-09 16:55:39 +0200 | |
commit | 3cabbb8725c4b27230244c5405b7c2e2e4bcffef (patch) | |
tree | ef715df8b768484c8d4cf6bcecb92dbc5c4dfbf6 /sci-geosciences/GeographicLib/metadata.xml | |
parent | dev-python/brotlicffi: stable 1.0.9.2 for hppa, bug #794313 (diff) | |
download | gentoo-3cabbb8725c4b27230244c5405b7c2e2e4bcffef.tar.gz gentoo-3cabbb8725c4b27230244c5405b7c2e2e4bcffef.tar.bz2 gentoo-3cabbb8725c4b27230244c5405b7c2e2e4bcffef.zip |
sci-geosciences/GeographicLib: various improvements
python bindings
examples
documentation
Closes: https://bugs.gentoo.org/636338
Closes: https://bugs.gentoo.org/777810
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20118
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-geosciences/GeographicLib/metadata.xml')
-rw-r--r-- | sci-geosciences/GeographicLib/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-geosciences/GeographicLib/metadata.xml b/sci-geosciences/GeographicLib/metadata.xml index 74ced8bea005..efc517b37248 100644 --- a/sci-geosciences/GeographicLib/metadata.xml +++ b/sci-geosciences/GeographicLib/metadata.xml @@ -5,4 +5,16 @@ <email>ros@gentoo.org</email> <name>Gentoo ROS Project</name> </maintainer> + <upstream> + <maintainer status="active"> + <email>charles@karney.com</email> + <name>Charles Karney</name> + </maintainer> + <doc lang="en">https://geographiclib.sourceforge.io/html</doc> + <bugs-to>https://sourceforge.net/p/geographiclib/bugs/</bugs-to> + <remote-id type="sourceforge">geographiclib</remote-id> + </upstream> + <longdescription lang="en"> +GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, and geocentric coordinates, for gravity (e.g., EGM2008), geoid, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems. + </longdescription> </pkgmetadata> |