summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-08-16 07:35:42 -0400
committerMichael Orlitzky <mjo@gentoo.org>2022-08-16 07:35:56 -0400
commit593939033ea059c02c1af39c05326277fdbf70ec (patch)
tree6824c506c2f482b3a46ec0a334885a000049c7a0 /sci-mathematics/normaliz
parentapp-emulation/ruffle: add 0_p20220816 (diff)
downloadgentoo-593939033ea059c02c1af39c05326277fdbf70ec.tar.gz
gentoo-593939033ea059c02c1af39c05326277fdbf70ec.tar.bz2
gentoo-593939033ea059c02c1af39c05326277fdbf70ec.zip
sci-mathematics/normaliz: drop 3.1.3-r1, 3.8.10-r1
Closes: https://bugs.gentoo.org/625912 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/normaliz')
-rw-r--r--sci-mathematics/normaliz/Manifest2
-rw-r--r--sci-mathematics/normaliz/normaliz-3.1.3-r1.ebuild69
-rw-r--r--sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild62
3 files changed, 0 insertions, 133 deletions
diff --git a/sci-mathematics/normaliz/Manifest b/sci-mathematics/normaliz/Manifest
index 526cf8e4b9a9..dca93e793264 100644
--- a/sci-mathematics/normaliz/Manifest
+++ b/sci-mathematics/normaliz/Manifest
@@ -1,3 +1 @@
-DIST normaliz-3.1.3.tar.gz 3075453 BLAKE2B 0860b466dfa5335a58a496c21f7567e7e4682b07c73e36dbbd947eb65500e03758577d32355adb02fa4e271ca2f49bc5cb0449e26f1bdd11eab2dd5dbafd8f17 SHA512 c7fb1620e758dc59de88f0d7c55f50db0f67be772a00af27205e478f30c3836b7cf012a16a8adfdee3f0367d3adb4e3f887dc7d03793a7ca1601968ddb1946ce
-DIST normaliz-3.8.10.tar.gz 5086191 BLAKE2B b40de665718dc1cee8a7246ccfb9b8496bdfa0754408f0260421352f1b4776133047ed1a5e8e0f044bdc15dde63a9f7d9ea1721773f36ecdccce3a8575493772 SHA512 8755011b1305b571d6bef7b6200e01bb56dbadce3f67de022fae0ef42c69c095b1f7cd2a2a432282098277ee39aa17caeffda15c806b28a6060a737930d5b82c
DIST normaliz-3.9.3.tar.gz 4946498 BLAKE2B 3faff64fda86216ee11b0f55ba1341d70988472f65eedafe5b52bf6b05abd817add2dbab45144de0a43d02c501caf3c4a89d66c2b2d621b81188a2a5100d158f SHA512 5d6866cc35835c196d22d6b4b0d5f0e3e2e00f772553115fbbabd8415b20388cf367cf9a282904a72c03c2ef482b804f7009d67e3334add4fc37f3bab675da6c
diff --git a/sci-mathematics/normaliz/normaliz-3.1.3-r1.ebuild b/sci-mathematics/normaliz/normaliz-3.1.3-r1.ebuild
deleted file mode 100644
index a2d3890c2854..000000000000
--- a/sci-mathematics/normaliz/normaliz-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs versionator
-
-MYP="Normaliz-${PV}"
-
-DESCRIPTION="Tool for computations in affine monoids and more"
-HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/"
-SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc extras openmp"
-
-RDEPEND="
- dev-libs/gmp[cxx(+)]
-"
-DEPEND="${RDEPEND}
- doc? ( app-text/texlive )
- dev-libs/boost"
-# Only a boost header is needed -> not RDEPEND
-
-S=${WORKDIR}/${MYP}
-
-pkg_pretend() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
- ./bootstrap.sh || die
- default
-}
-
-src_configure() {
- econf $(use_enable openmp)
-}
-
-src_install() {
- default
- if use doc ; then
- pushd doc
- pdflatex Normaliz || die
- pdflatex Normaliz || die
- dodoc "Normaliz.pdf"
- pdflatex NmzIntegrate || die
- pdflatex NmzIntegrate || die
- dodoc "NmzIntegrate.pdf"
- popd
- fi
- if use extras; then
- elog "You have selected to install extras which consist of Macaulay2"
- elog "and Singular packages. These have been installed into "
- elog "/usr/share/${PN}, and cannot be used without additional setup. Please refer"
- elog "to the homepages of the respective projects for additional information."
- elog "Note however, Gentoo's versions of Singular and Macaulay2 bring their own"
- elog "copies of these interface packages. Usually you don't need normaliz's versions."
- insinto "/usr/share/${PN}"
- doins Singular/normaliz.lib
- doins Macaulay2/Normaliz.m2
- fi
-}
diff --git a/sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild b/sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild
deleted file mode 100644
index d696ca7b9817..000000000000
--- a/sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Tool for computations in affine monoids and more"
-HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/"
-SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/Normaliz-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0/3"
-KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc extras openmp"
-
-# would be nice to package scip and cocoalib
-RDEPEND="
- dev-libs/gmp:=[cxx(+)]
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/boost
-"
-# Only a boost header is needed -> not RDEPEND
-
-pkg_pretend() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable openmp) \
- --disable-static
-}
-
-src_test() {
- emake check
-}
-
-src_install() {
- default
- find "${ED}" -name "*.la" -delete || die
-
- use doc && dodoc doc/Normaliz.pdf
- if use extras; then
- newdoc Singular/normaliz.pdf singular-normaliz.pdf
- insinto /usr/share/${PN}
- doins Singular/normaliz.lib
- doins Macaulay2/Normaliz.m2
- fi
-}