commit:     0d24c05939e7ee8730a435ccf7433e9881510381
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 11:46:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  1 11:36:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d24c059

sci-mathematics/slepc: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/41697
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-mathematics/slepc/Manifest            |  2 -
 sci-mathematics/slepc/slepc-3.16.0.ebuild | 69 -------------------------------
 sci-mathematics/slepc/slepc-3.17.1.ebuild | 68 ------------------------------
 3 files changed, 139 deletions(-)

diff --git a/sci-mathematics/slepc/Manifest b/sci-mathematics/slepc/Manifest
index 54174fdee0fc..fd2b3bcf467d 100644
--- a/sci-mathematics/slepc/Manifest
+++ b/sci-mathematics/slepc/Manifest
@@ -1,5 +1,3 @@
-DIST slepc-3.16.0.tar.gz 5486237 BLAKE2B 
28f45036ba7e6aa2b227c6f25e2c8edf7fc6914f3150043a7e310f270d24e669f32172897b558687c33a809c484e314a865296d4879a622d85004d329ec3bd1c
 SHA512 
15ba9e4626fe3cf44142448b77869fa6d313bb7c026736d5552dfbab1ce350c2e2f2379fb647a1c236af8cb95895e4442dca1defa741a5b2b9172cbdf0baf75f
-DIST slepc-3.17.1.tar.gz 5450177 BLAKE2B 
ec4f597085a176a010797d599779cc4532e52996105bb76f755073876ebb81026c580cb5759a03bda58cb2de2767b1dcdb01ff0d946f218117edb2a7a6557414
 SHA512 
5429aa7516ec0b2fee8158f9317634faf1c963aa60237be81a0392d5f2fa9f531db59b4a9ad04e266d808befdbd71b5a30259b4abc639a1da2defffd74acd35b
 DIST slepc-3.18.1.tar.gz 6013016 BLAKE2B 
1526b7e6e0f0387a8410cfcbee9bc62f35f930420b86bcb58146b16f73b28b349c6aad0ef59e02a635c374a0a8b6eb16ac50b7bcb79ce6c06a3de56029db551a
 SHA512 
d366844c492be6bf77edabdbe0d61672ead45605fc299c25ac24bf14d9d15bc107bb62f0d08aa403a5f269a2b12ae4d7cd3768958d792812e6c1924b93a27be4
 DIST slepc-3.19.0.tar.gz 1803822 BLAKE2B 
742cc773e649d46ff8513263ef53fe5d62f6cac537d5444eeeb494d0816d496a5c0c2f260615aa8a82ebdc983877302acf7d0c88f01bd4bea66246149dabac13
 SHA512 
edb8c589c162766a7b4a81b484356f2a5b2f70a7c90c87e39efda1a00f6fe544d7ae644e8903059b7dab990c1fa2129cd5d1c7dbb759511483ab43d3d691419c
 DIST slepc-3.19.1.tar.gz 1804559 BLAKE2B 
e70d0801f84ee62409efd53b56cf57405017ee02cbc0c5484ca2aaf550f97ce8be665a360d774b69b8315dc1cdd0404535a316b6d744c7d0a6f87129c93dcf4d
 SHA512 
a0bcbdb917e0a9606ba2bd00ee04e3016e9d5feb7e6ced069c1c57452a8661cdb57fa0d81004340367796cec91b7f9280339c7c0dfaaa0e5f839d91194dd43cb

diff --git a/sci-mathematics/slepc/slepc-3.16.0.ebuild 
b/sci-mathematics/slepc/slepc-3.16.0.ebuild
deleted file mode 100644
index 398991839815..000000000000
--- a/sci-mathematics/slepc/slepc-3.16.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit flag-o-matic python-any-r1 toolchain-funcs
-
-DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
-HOMEPAGE="https://slepc.upv.es/";
-SRC_URI="https://slepc.upv.es/download/distrib/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="complex-scalars doc mpi"
-
-RDEPEND="
-       =sci-mathematics/petsc-$(ver_cut 1-2)*:=[mpi=,complex-scalars=]
-       sci-libs/arpack[mpi=]
-       mpi? ( virtual/mpi )
-"
-
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-       dev-build/cmake
-"
-
-MAKEOPTS="${MAKEOPTS} V=1"
-
-src_configure() {
-       # *sigh*
-       addpredict "${PETSC_DIR}"/.nagged
-
-       # Make sure that the environment is set up correctly:
-       unset PETSC_DIR
-       unset PETSC_ARCH
-       source "${EPREFIX}"/etc/env.d/99petsc
-       export PETSC_DIR
-       export PETSC_ARCH
-       export SLEPC_DIR="${S}"
-
-       # configure is a custom python script and doesn't want to have default
-       # configure arguments that we set with econf
-       ./configure \
-               --prefix="${EPREFIX}/usr/$(get_libdir)/slepc" \
-               --with-arpack=1 \
-               --with-arpack-dir="${EPREFIX}/usr/$(get_libdir)" \
-               --with-arpack-lib="$(usex mpi "-lparpack,-larpack" "-larpack")"
-}
-
-src_install() {
-       emake DESTDIR="${ED}" install
-
-       # add PETSC_DIR to environmental variables
-       cat >> 99slepc <<- EOF
-               SLEPC_DIR=${EPREFIX}/usr/$(get_libdir)/slepc
-               LDPATH=${EPREFIX}/usr/$(get_libdir)/slepc/lib
-       EOF
-       doenvd 99slepc
-
-       if use doc ; then
-               dodoc docs/slepc.pdf
-               docinto html
-               dodoc -r docs/*.html docs/manualpages
-       fi
-}

diff --git a/sci-mathematics/slepc/slepc-3.17.1.ebuild 
b/sci-mathematics/slepc/slepc-3.17.1.ebuild
deleted file mode 100644
index 32dcd9642922..000000000000
--- a/sci-mathematics/slepc/slepc-3.17.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit flag-o-matic python-any-r1 toolchain-funcs
-
-DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
-HOMEPAGE="https://slepc.upv.es/";
-SRC_URI="https://slepc.upv.es/download/distrib/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="complex-scalars doc mpi"
-
-RDEPEND="
-       =sci-mathematics/petsc-$(ver_cut 1-2)*:=[mpi=,complex-scalars=]
-       sci-libs/arpack[mpi=]
-       mpi? ( virtual/mpi )
-"
-
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-       dev-build/cmake
-"
-
-MAKEOPTS="${MAKEOPTS} V=1"
-
-src_configure() {
-       # *sigh*
-       addpredict "${PETSC_DIR}"/.nagged
-
-       # Make sure that the environment is set up correctly:
-       unset PETSC_DIR
-       unset PETSC_ARCH
-       source "${EPREFIX}"/etc/env.d/99petsc
-       export PETSC_DIR
-       export PETSC_ARCH
-       export SLEPC_DIR="${S}"
-
-       # configure is a custom python script and doesn't want to have default
-       # configure arguments that we set with econf
-       ./configure \
-               --prefix="${EPREFIX}/usr/$(get_libdir)/slepc" \
-               --with-arpack=1 \
-               --with-arpack-lib="$(usex mpi "-lparpack,-larpack" "-larpack")"
-}
-
-src_install() {
-       emake DESTDIR="${ED}" install
-
-       # add PETSC_DIR to environmental variables
-       cat >> 99slepc <<- EOF
-               SLEPC_DIR=${EPREFIX}/usr/$(get_libdir)/slepc
-               LDPATH=${EPREFIX}/usr/$(get_libdir)/slepc/lib
-       EOF
-       doenvd 99slepc
-
-       if use doc ; then
-               dodoc docs/slepc.pdf
-               docinto html
-               dodoc -r docs/*.html docs/manualpages
-       fi
-}

Reply via email to