From a125d17ce4e9fc1335936b4b9d08d9c570b44b26 Mon Sep 17 00:00:00 2001 From: rainlance Date: Mon, 24 Jul 2017 12:56:13 +0200 Subject: [PATCH] Update amath version, dist sites & homepage (#1529) * Update homepage and dist sites * Update to 1.8.3 * Cleanup description --- sci-mathematics/amath/amath-1.7.1.recipe | 9 +++++---- .../amath/{amath-1.8.1.recipe => amath-1.8.3.recipe} | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) rename sci-mathematics/amath/{amath-1.8.1.recipe => amath-1.8.3.recipe} (74%) diff --git a/sci-mathematics/amath/amath-1.7.1.recipe b/sci-mathematics/amath/amath-1.7.1.recipe index 6a34d83f6..61d4caf88 100644 --- a/sci-mathematics/amath/amath-1.7.1.recipe +++ b/sci-mathematics/amath/amath-1.7.1.recipe @@ -1,14 +1,15 @@ SUMMARY="Simple command line calculator" -DESCRIPTION="amath features a case sensitive command line interface, internal -IEEE 754 calculations with 15 significant digits, calculations with real and +DESCRIPTION="amath features a case sensitive command line interface, internal \ +IEEE 754 calculations with 15 significant digits, calculations with real and \ complex numbers, variables and user defined functions, logarithmic and exponential \ functions, trigonometric and hyperbolic function and selected mathematical \ constants and rounding functions." -HOMEPAGE="http://amath.innolan.net" +HOMEPAGE="https://amath.innolan.net" LICENSE="BSD (2-clause)" COPYRIGHT="2014-2017 Carsten Sonne Larsen" REVISION="1" -SOURCE_URI="http://suyai.innolan.net/amath-$portVersion.tar.gz" +SOURCE_URI="http://dist1.innolan.net/amath-$portVersion.tar.gz" +SOURCE_URI="http://dist2.innolan.net/amath-$portVersion.tar.gz" CHECKSUM_SHA256="6faf678ef7121aef6b5e63641218b1c826d02c58c13fcf9d59ee9fe07f21fe70" ARCHITECTURES="x86 x86_gcc2" diff --git a/sci-mathematics/amath/amath-1.8.1.recipe b/sci-mathematics/amath/amath-1.8.3.recipe similarity index 74% rename from sci-mathematics/amath/amath-1.8.1.recipe rename to sci-mathematics/amath/amath-1.8.3.recipe index 49fd59e37..247eedcf5 100644 --- a/sci-mathematics/amath/amath-1.8.1.recipe +++ b/sci-mathematics/amath/amath-1.8.3.recipe @@ -1,15 +1,16 @@ SUMMARY="Simple command line calculator" -DESCRIPTION="amath features a case sensitive command line interface, internal -IEEE 754 calculations with 15 significant digits, calculations with real and +DESCRIPTION="amath features a case sensitive command line interface, internal \ +IEEE 754 calculations with 15 significant digits, calculations with real and \ complex numbers, variables and user defined functions, logarithmic and exponential \ functions, trigonometric and hyperbolic function and selected mathematical \ constants and rounding functions." -HOMEPAGE="http://amath.innolan.net" +HOMEPAGE="https://amath.innolan.net" LICENSE="BSD (2-clause)" COPYRIGHT="2014-2017 Carsten Sonne Larsen" REVISION="1" -SOURCE_URI="http://suyai.innolan.net/amath-$portVersion.tar.gz" -CHECKSUM_SHA256="5eecb08afca75097d16c4ceb601f274105924c45d3ea8fddafb2f923560908b1" +SOURCE_URI="http://dist1.innolan.net/amath-$portVersion.tar.gz" +SOURCE_URI="http://dist2.innolan.net/amath-$portVersion.tar.gz" +CHECKSUM_SHA256="2bb005c96429eaf6cd61a7e774e4e2fc1cbf89a2137f68ae741cb8691623c574" ARCHITECTURES="x86 x86_gcc2"