commit: 66205a355a6252e60b05fc24774d29c897ef2e8f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 9 21:26:03 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 20:00:57 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66205a35
app-shells/mpibash: drop 1.3-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-shells/mpibash/Manifest | 1 -
app-shells/mpibash/mpibash-1.3-r1.ebuild | 44 --------------------------------
2 files changed, 45 deletions(-)
diff --git a/app-shells/mpibash/Manifest b/app-shells/mpibash/Manifest
index 2c26a2bfb599..a8a67ab57e5a 100644
--- a/app-shells/mpibash/Manifest
+++ b/app-shells/mpibash/Manifest
@@ -1,2 +1 @@
-DIST mpibash-1.3.tar.gz 369803 BLAKE2B
b1959deaa2d5b3bce1a66e5ef0ff41ad156093aec9cc1efcd12873b6d5814ad1586ff951d6fd7f37dab6a55040378774b435edc4e2c8892952480539864f91fa
SHA512
4728565239aae80013322231a928fd1e9a59484614a92cf7e314d0cd5c090d3a47de395507ce52f71a6900245855089d659c6509f8c4df3bfd88e46fc2187749
DIST mpibash-1.5.tar.gz 378098 BLAKE2B
9c8646ad93c08f9d8d3e773b2f71696f356de6d278fe155596f6b79490467ea7b8d87d66eba37d85bfdf35cf617eedc9f27f66aaea8dabdc17ba167baafb9486
SHA512
a12db26bc97798e49c2ccedc0ff0567f873713be8ef8a223af8567cd6b298e779a620c951ec7c1c89cb6594755a6f276fa131bd1bf4d05231837572b0e50e791
diff --git a/app-shells/mpibash/mpibash-1.3-r1.ebuild
b/app-shells/mpibash/mpibash-1.3-r1.ebuild
deleted file mode 100644
index 160036e9b797..000000000000
--- a/app-shells/mpibash/mpibash-1.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
- inherit git-r3
-else
-
SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Parallel scripting right from the Bourne-Again Shell (Bash)"
-HOMEPAGE="https://github.com/lanl/MPI-Bash"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="virtual/mpi
- >=app-shells/bash-4.2:0[plugins]
- sys-cluster/libcircle"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/mpi-3.patch" )
-
-src_prepare() {
- default
- [[ ${PV} != 9999 ]] || eautoreconf
-}
-
-src_configure() {
- econf --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/bash \
- --with-bashdir="${EPREFIX}"/usr/include/bash-plugins
-}
-
-src_install() {
- default
- sed -i '/^export LD_LIBRARY_PATH/d' "${ED}/usr/bin/${PN}" || die
- use examples || rm -r "${ED}/usr/share/doc/${PF}/examples" || die
-}