commit:     01059dea60e34933a112685125f4162a4d990019
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 04:40:40 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri May 16 04:40:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01059dea

sci-mathematics/ginac: remove old version

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-mathematics/ginac/Manifest                     |  1 -
 .../ginac/files/ginac-1.8.8-gcc-15.patch           | 19 ------
 sci-mathematics/ginac/ginac-1.8.8.ebuild           | 77 ----------------------
 3 files changed, 97 deletions(-)

diff --git a/sci-mathematics/ginac/Manifest b/sci-mathematics/ginac/Manifest
index 4b6efcae3c2c..23038292316c 100644
--- a/sci-mathematics/ginac/Manifest
+++ b/sci-mathematics/ginac/Manifest
@@ -1,3 +1,2 @@
 DIST ginac-1.8.7.tar.bz2 1153952 BLAKE2B 
272a9603741d43d4ba4f7ac3478aac405490cf747e20a5f77d7d6c672c6aee972ab77ddf4cd68daa3c432ea0b02a46ba295311967c2c5a2135bf34070a25f272
 SHA512 
29a5dbe1fa8a40668a32eb0065d1f676b074222d76ed70a05c5841a4be92c4b1a019ae3fc820e1c7007e641ef8ef94d00adab901f89673df0d372a4c8af8e51a
-DIST ginac-1.8.8.tar.bz2 1154686 BLAKE2B 
0bcb005f6cbb20383a3903170237b6cd0d9c8012ed7770b92757e8e17be4f4c67919a17b7197c06dc21561d9737b9cbddc4ef10a7fc56a7b06ff4ec000459c14
 SHA512 
2dbf0d883d33d5f7bd9f7d107aa7068c6730b07da6540821023ade85a83d8472e61e2ea43001613d0db2c8907a12dc89951f32c4da756163091fd6fcca89f5bd
 DIST ginac-1.8.9.tar.bz2 1173214 BLAKE2B 
32126ba90b786a056d1a3e07d67611d18ee6a671e84d356fed113b7da744f2bc76cd497234d797d53d7bbe9680ba3eea2bce6111d99293c5230f1bb8ba9fec3c
 SHA512 
33e7a74458a220bb132f42a42b785c799cf0b14c5da66ab5b54cbc8359aa8f97b9a897f62387f3f79b07418bbae7937c8e14b3d8e4f79f69d3866108644a80b1

diff --git a/sci-mathematics/ginac/files/ginac-1.8.8-gcc-15.patch 
b/sci-mathematics/ginac/files/ginac-1.8.8-gcc-15.patch
deleted file mode 100644
index 9a8d618eba1d..000000000000
--- a/sci-mathematics/ginac/files/ginac-1.8.8-gcc-15.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/check/exam_archive.cpp b/check/exam_archive.cpp
-index 2ca13a8e..5821c97a 100644
---- a/check/exam_archive.cpp
-+++ b/check/exam_archive.cpp
-@@ -101,10 +101,10 @@ unsigned numeric_complex_bug()
-       const cl_I one(1);
-       const cl_R three_fp = cl_float(3.0);
-       std::vector<cl_N> numbers = {
--              complex(one, one),
--              complex(one, three_fp),
--              complex(three_fp, one),
--              complex(three_fp, three_fp)
-+              cln::complex(one, one),
-+              cln::complex(one, three_fp),
-+              cln::complex(three_fp, one),
-+              cln::complex(three_fp, three_fp)
-       };
-       for (auto & n : numbers) {
-               result += checker(n);

diff --git a/sci-mathematics/ginac/ginac-1.8.8.ebuild 
b/sci-mathematics/ginac/ginac-1.8.8.ebuild
deleted file mode 100644
index ea8d2e703fe6..000000000000
--- a/sci-mathematics/ginac/ginac-1.8.8.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit python-any-r1
-
-DESCRIPTION="C++ library and tools for symbolic calculations"
-HOMEPAGE="https://www.ginac.de/";
-SRC_URI="http://www.ginac.de/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RDEPEND=">=sci-libs/cln-1.2.2"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-       doc? (
-               app-text/doxygen
-               dev-texlive/texlive-fontsrecommended
-               >=media-gfx/fig2dev-3.2.9-r3[ghostscript]
-               dev-texlive/texlive-latexextra
-               virtual/texi2dvi
-       )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.8.2-pkgconfig.patch
-       "${FILESDIR}"/${PN}-1.8.8-gcc-15.patch )
-
-src_configure() {
-       econf \
-               --disable-rpath \
-               --disable-static
-}
-
-src_compile() {
-       emake
-
-       if use doc; then
-               local -x VARTEXFONTS="${T}"/fonts
-               emake -C doc/reference html pdf
-               emake -C doc/tutorial ginac.pdf ginac.html
-       fi
-}
-
-src_install() {
-       default
-
-       if use doc; then
-               pushd doc >/dev/null || die
-               newdoc tutorial/ginac.pdf tutorial.pdf
-               newdoc reference/reference.pdf reference.pdf
-
-               docinto html/reference
-               dodoc -r reference/html_files/.
-
-               docinto html
-               newdoc tutorial/ginac.html tutorial.html
-               popd >/dev/null || die
-       fi
-
-       if use examples; then
-               pushd doc >/dev/null || die
-               docinto examples
-               dodoc examples/*.cpp examples/ginac-examples.*
-               docompress -x /usr/share/doc/${PF}/examples
-               popd >/dev/null || die
-       fi
-
-       # no static archives
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to