commit:     845600f799f122e45d0a544ffaacf4c8264dbcaf
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 05:48:24 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 05:48:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845600f7

sci-mathematics/ginac: remove old version

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

 sci-mathematics/ginac/Manifest              |  1 -
 sci-mathematics/ginac/ginac-1.8.7-r3.ebuild | 76 -----------------------------
 2 files changed, 77 deletions(-)

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

diff --git a/sci-mathematics/ginac/ginac-1.8.7-r3.ebuild 
b/sci-mathematics/ginac/ginac-1.8.7-r3.ebuild
deleted file mode 100644
index eb3c8da6394d..000000000000
--- a/sci-mathematics/ginac/ginac-1.8.7-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..12} )
-
-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 )
-
-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