commit:     64a306d30b721616d8f04318d202eff5d8576ebf
Author:     Alessandro Barbieri <ale.barbio <AT> alice <DOT> it>
AuthorDate: Fri Apr 21 23:39:31 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:03:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a306d3

longdescription is now the same as upstream

see https://bugs.gentoo.org/show_bug.cgi?id=614928#c1
Closes: https://github.com/gentoo/gentoo/pull/4465

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/openlibm/metadata.xml | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/sci-libs/openlibm/metadata.xml b/sci-libs/openlibm/metadata.xml
index d7e84e86fe3..cd02d5ec288 100644
--- a/sci-libs/openlibm/metadata.xml
+++ b/sci-libs/openlibm/metadata.xml
@@ -6,17 +6,12 @@
     <name>Gentoo Science Project</name>
   </maintainer>
   <longdescription lang="en">
-  OpenLibm is an effort to have a high quality standalone LIBM
-  library. It is meant to be used standalone in applications and
-  programming language implementations.
-  OpenLibm also includes the AMOS library from Netlib, which is a
-  portable package for Bessel Functions of a Complex Argument and
-  Nonnegative Order. AMOS contains subroutines for computing Bessel
-  functions and Airy functions.
-  The OpenLIBM code derives from the FreeBSD msun implementation, which
-  in turn derives from FDLIBM 5.3. As a result, it has a number of fixes
-  and updates that have accumulated over the years in msun, and also
-  optimized assembly versions of many functions.
+OpenLibm is an effort to have a high quality, portable, standalone C
+mathematical library (libm). It can be used standalone in applications
+and programming language implementations.
+The project was born out of a need to have a good libm for the Julia
+programming langage that worked consistently across compilers and
+operating systems, and in 32-bit and 64-bit environments.
 </longdescription>
   <upstream>
     <remote-id type="github">JuliaLang/openlibm</remote-id>

Reply via email to