longdescription is now the same as upstream
authorAlessandro Barbieri <ale.barbio@alice.it>
Fri, 21 Apr 2017 23:39:31 +0000 (01:39 +0200)
committerJustin Lecher <jlec@gentoo.org>
Sat, 22 Apr 2017 16:03:08 +0000 (17:03 +0100)
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@gentoo.org>
sci-libs/openlibm/metadata.xml

index d7e84e86fe3b996a2fef1095e639582c8c19ce67..cd02d5ec2882b708a88ec217267587e39ce966f0 100644 (file)
@@ -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>