commit:     74418408157113e6c1e9defb0a2d8349d839082a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 20:28:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 20:48:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74418408

sci-mathematics/arb: drop 2.19.0, 2.21.0, 2.22.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-mathematics/arb/Manifest                       |  3 -
 sci-mathematics/arb/arb-2.19.0.ebuild              | 37 -----------
 sci-mathematics/arb/arb-2.21.0.ebuild              | 38 -----------
 sci-mathematics/arb/arb-2.22.1.ebuild              | 33 ----------
 .../arb/files/arb-2.18.0-multilib-strict.patch     | 20 ------
 .../arb/files/arb-2.21.0-gamma_fmpq-testfix.patch  | 73 ----------------------
 .../arb/files/arb-2.21.0-qa-warning-fix.patch      | 21 -------
 7 files changed, 225 deletions(-)

diff --git a/sci-mathematics/arb/Manifest b/sci-mathematics/arb/Manifest
index 8ca8d3d858b5..d49a65d16ee8 100644
--- a/sci-mathematics/arb/Manifest
+++ b/sci-mathematics/arb/Manifest
@@ -1,4 +1 @@
-DIST arb-2.19.0.tar.gz 1606463 BLAKE2B 
85d832113ae42737a460198cbf485f825a9435963a888c0d0ab87b7ed7277d158480b573fd8ace42484dd4767bf4f1a372f637cfff01f18c105fd2b62d0d019e
 SHA512 
199d1a26edd01e3b30f7aef69a9ae29456e3db384037744a1e073007ddb93a248873dfe83f3e48f9de58a9d17ebd7dc9a22a058f4adf766599d01d7eb17db204
-DIST arb-2.21.0.tar.gz 1842021 BLAKE2B 
1ab3c4d18eb1918eaee9ea9aff68d82fc33a136ff5612e5173bf0cc29e5753f2c002256d68ae7983b5677d5082ab6849c68755e7544cee24144ca4e84e4d8411
 SHA512 
e441f8325d3095f1d568ebf9018520aedb25b6a066678e870942efcc8ac005dbf10cdffe42bc4fdbce3ba3ac397241c1d92fb54556e444243bd56dd3d5d72664
-DIST arb-2.22.1.tar.gz 1906319 BLAKE2B 
a302fe35ce5820f8cd7f98831906e9a114e120e6cfd24f42c9d76c9cb67cb232bf9b6b369801d201536552daa8cb7310bbabb7f8924a67d416ada4d37d1fcee1
 SHA512 
e5092b1b3f828d21a5e18722004aac5af4268b4bdce1d2a7e858485ca59ed77b32661678e229e7a44ebd29678aebe9e6b591f0dd3e1a9751460fc5d72980d0c4
 DIST arb-2.23.0.tar.gz 1989841 BLAKE2B 
cab9892b903a1f61ac7b37e0a0ee6c78ff78a4ad442ae12f42ad741cf6e251c1ab74b370dc6b912f75d2558a5baa248567e79d4ae90f8d98e16551d6ea90601f
 SHA512 
cd15c1adc1c8a6b7cd7b98f5d32afec3b04f6849998cd8586924a6ebb5fe1a1a6efc250fa7fc1d346b2331daa02a4d07133ee58edeae3cc6684d306c8b78c4ae

diff --git a/sci-mathematics/arb/arb-2.19.0.ebuild 
b/sci-mathematics/arb/arb-2.19.0.ebuild
deleted file mode 100644
index a841702944c9..000000000000
--- a/sci-mathematics/arb/arb-2.19.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE=Release
-inherit cmake
-
-DESCRIPTION="C library for arbitrary-precision interval arithmetic"
-HOMEPAGE="https://fredrikj.net/arb/";
-SRC_URI="https://github.com/fredrik-johansson/arb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-LICENSE="GPL-2+"
-SLOT="0/2"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-RDEPEND="
-       dev-libs/gmp:0=
-       dev-libs/mpfr:0=
-       sci-mathematics/flint:="
-
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.18.0-multilib-strict.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING="$(usex test)"
-       )
-
-       cmake_src_configure
-}

diff --git a/sci-mathematics/arb/arb-2.21.0.ebuild 
b/sci-mathematics/arb/arb-2.21.0.ebuild
deleted file mode 100644
index 6d7c604056cd..000000000000
--- a/sci-mathematics/arb/arb-2.21.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE=Release
-inherit cmake
-
-DESCRIPTION="C library for arbitrary-precision interval arithmetic"
-HOMEPAGE="https://fredrikj.net/arb/";
-SRC_URI="https://github.com/fredrik-johansson/arb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-LICENSE="GPL-2+"
-SLOT="0/2"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
-
-RDEPEND="
-       dev-libs/gmp:0=
-       dev-libs/mpfr:0=
-       sci-mathematics/flint:="
-
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-gamma_fmpq-testfix.patch"
-       "${FILESDIR}/${P}-qa-warning-fix.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING="$(usex test)"
-       )
-
-       cmake_src_configure
-}

diff --git a/sci-mathematics/arb/arb-2.22.1.ebuild 
b/sci-mathematics/arb/arb-2.22.1.ebuild
deleted file mode 100644
index 0c54365c8935..000000000000
--- a/sci-mathematics/arb/arb-2.22.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE=Release
-inherit cmake
-
-DESCRIPTION="C library for arbitrary-precision interval arithmetic"
-HOMEPAGE="https://fredrikj.net/arb/";
-SRC_URI="https://github.com/fredrik-johansson/arb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
-
-RDEPEND="
-       dev-libs/gmp:0=
-       dev-libs/mpfr:0=
-       sci-mathematics/flint:="
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING="$(usex test)"
-       )
-
-       cmake_src_configure
-}

diff --git a/sci-mathematics/arb/files/arb-2.18.0-multilib-strict.patch 
b/sci-mathematics/arb/files/arb-2.18.0-multilib-strict.patch
deleted file mode 100644
index e45dec9f3742..000000000000
--- a/sci-mathematics/arb/files/arb-2.18.0-multilib-strict.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ec806fe..d6136a8 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -136,10 +136,12 @@ if(NOT MSVC)
-     target_link_libraries(arb m)
- endif()
- 
-+include(GNUInstallDirs)
-+
- install(TARGETS arb
--            RUNTIME DESTINATION bin
--            ARCHIVE DESTINATION lib
--            LIBRARY DESTINATION lib
-+            RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}"
-+            ARCHIVE DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}"
-+            LIBRARY DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}"
-         )
- 
- foreach (FOLDER ${FOLDERS})

diff --git a/sci-mathematics/arb/files/arb-2.21.0-gamma_fmpq-testfix.patch 
b/sci-mathematics/arb/files/arb-2.21.0-gamma_fmpq-testfix.patch
deleted file mode 100644
index 179ba8887f32..000000000000
--- a/sci-mathematics/arb/files/arb-2.21.0-gamma_fmpq-testfix.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From 450435a84a40acc1871cd84f1caf2ea47c11a18c Mon Sep 17 00:00:00 2001
-From: fredrik <fredrik.johans...@gmail.com>
-Date: Tue, 28 Sep 2021 12:07:45 +0200
-Subject: [PATCH] fix (hopefully) spurious test failures for gamma_fmpq
-
----
- arb_hypgeom/gamma_fmpq.c | 16 ++++++++--------
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/arb_hypgeom/gamma_fmpq.c b/arb_hypgeom/gamma_fmpq.c
-index 996a87e5..ee750d0d 100644
---- a/arb_hypgeom/gamma_fmpq.c
-+++ b/arb_hypgeom/gamma_fmpq.c
-@@ -529,22 +529,22 @@ arb_hypgeom_gamma_fmpq_outward(arb_t y, const fmpq_t x, 
slong prec)
- 
-     if (q == 1 || q == 2 || q == 3 || q == 4 || q == 6)
-     {
--        arb_hypgeom_gamma_small_frac(t, p, q, prec);
-+        arb_hypgeom_gamma_small_frac(t, p, q, prec + 4 * (m != 0));
-     }
-     else
-     {
--        arb_hypgeom_gamma_fmpq_hyp(t, a, prec);
-+        arb_hypgeom_gamma_fmpq_hyp(t, a, prec + 4 * (m != 0));
-     }
- 
-     /* argument reduction */
-     if (m >= 0)
-     {
--        arb_rising_fmpq_ui(u, a, m, prec);
-+        arb_rising_fmpq_ui(u, a, m, prec + 4);
-         arb_mul(y, t, u, prec);
-     }
-     else
-     {
--        arb_rising_fmpq_ui(u, x, -m, prec);
-+        arb_rising_fmpq_ui(u, x, -m, prec + 4);
-         arb_div(y, t, u, prec);
-     }
- 
-@@ -602,7 +602,7 @@ arb_hypgeom_gamma_fmpq_taylor(arb_t y, const fmpq_t x, 
slong prec)
-     }
- 
-     arb_set_fmpq(t, a, prec + 4);
--    success = arb_hypgeom_gamma_taylor(t, t, 0, prec);
-+    success = arb_hypgeom_gamma_taylor(t, t, 0, prec + 4);
- 
-     if (success)
-     {
-@@ -611,12 +611,12 @@ arb_hypgeom_gamma_fmpq_taylor(arb_t y, const fmpq_t x, 
slong prec)
- 
-         if (m >= 0)
-         {
--            arb_rising_fmpq_ui(u, a, m, prec);
-+            arb_rising_fmpq_ui(u, a, m, prec + 4);
-             arb_mul(y, t, u, prec);
-         }
-         else
-         {
--            arb_rising_fmpq_ui(u, x, -m, prec);
-+            arb_rising_fmpq_ui(u, x, -m, prec + 4);
-             arb_div(y, t, u, prec);
-         }
- 
-@@ -684,7 +684,7 @@ arb_hypgeom_gamma_fmpq(arb_t y, const fmpq_t x, slong prec)
-         wp = (slong) fmpz_bits(fmpq_numref(x)) - (slong) 
fmpz_bits(fmpq_denref(x));
-         wp = FLINT_MAX(wp, 0);
-         wp = FLINT_MIN(wp, 4 * prec);
--        wp += prec;
-+        wp += prec + 4;
- 
-         arb_set_fmpq(y, x, wp);
- 

diff --git a/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch 
b/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch
deleted file mode 100644
index dd5440f938de..000000000000
--- a/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From d271652d3124c9e65a97df310a141c607a0b5ee5 Mon Sep 17 00:00:00 2001
-From: fredrik <fredrik.johans...@gmail.com>
-Date: Wed, 29 Sep 2021 19:55:34 +0200
-Subject: [PATCH] add missing include
-
----
- acb_poly/lgamma_series.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/acb_poly/lgamma_series.c b/acb_poly/lgamma_series.c
-index 504b0cb4..d50ffb9f 100644
---- a/acb_poly/lgamma_series.c
-+++ b/acb_poly/lgamma_series.c
-@@ -10,6 +10,7 @@
- */
- 
- #include "acb_poly.h"
-+#include "acb_hypgeom.h"
- 
- void
- _acb_log_rising_correct_branch(acb_t t,

Reply via email to