commit:     b3941a73af550c9b3fd3e6d351689c765f90a706
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 13 23:27:15 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 23:27:15 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b3941a73

moved to gx86

---
 app-shells/mpibash/ChangeLog          | 34 ----------------------------------
 app-shells/mpibash/metadata.xml       |  5 -----
 app-shells/mpibash/mpibash-1.1.ebuild | 28 ----------------------------
 3 files changed, 67 deletions(-)

diff --git a/app-shells/mpibash/ChangeLog b/app-shells/mpibash/ChangeLog
deleted file mode 100644
index 6e2905c..0000000
--- a/app-shells/mpibash/ChangeLog
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for app-shells/mpibash
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*mpibash-1.1 (13 Feb 2015)
-
-  13 Feb 2015; Christoph Junghans <[email protected]> +mpibash-1.1.ebuild,
-  -files/bash-4.3-append-process-segfault.patch,
-  -files/bash-4.3-compat-lvl.patch, -files/bash-4.3-parse-time-keyword.patch,
-  -files/bash-4.3-term-cleanup.patch, -files/mpibash-4.3.patch,
-  -mpibash-4.3_p30-r1.ebuild, metadata.xml:
-  version bump
-
-  05 Dec 2014; Christoph Junghans <[email protected]> 
mpibash-4.3_p30-r1.ebuild:
-  added prefix support
-
-*mpibash-4.3_p30-r1 (03 Dec 2014)
-
-  03 Dec 2014; Christoph Junghans <[email protected]>
-  +files/bash-4.3-term-cleanup.patch, +mpibash-4.3_p30-r1.ebuild,
-  -mpibash-4.3_p24.ebuild:
-  version bump
-
-  01 Nov 2014; Justin Lecher <[email protected]> mpibash-4.3_p24.ebuild,
-  metadata.xml:
-  Bump to EAPI=5
-
-*mpibash-4.3_p24 (29 Aug 2014)
-
-  29 Aug 2014; Christoph Junghans <[email protected]>
-  +files/bash-4.3-append-process-segfault.patch,
-  +files/bash-4.3-compat-lvl.patch, +files/bash-4.3-parse-time-keyword.patch,
-  +files/mpibash-4.3.patch, +metadata.xml, +mpibash-4.3_p24.ebuild:
-  initial commit

diff --git a/app-shells/mpibash/metadata.xml b/app-shells/mpibash/metadata.xml
deleted file mode 100644
index 897aa2e..0000000
--- a/app-shells/mpibash/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>sci</herd>
-</pkgmetadata>

diff --git a/app-shells/mpibash/mpibash-1.1.ebuild 
b/app-shells/mpibash/mpibash-1.1.ebuild
deleted file mode 100644
index 538e32f..0000000
--- a/app-shells/mpibash/mpibash-1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Parallel scripting right from the Bourne-Again Shell (Bash)"
-HOMEPAGE="http://www.ccs3.lanl.gov/~pakin/software/mpibash-4.3.html";
-SRC_URI="https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND="virtual/mpi
-       app-shells/bash[plugins]
-       sys-cluster/libcircle"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       econf --with-bashdir="${EPREFIX}"/usr/include/bash-plugins
-}
-
-src_install() {
-       default
-       use examples || rm -r "${ED}/usr/share/doc/${PF}/examples" || die
-}

Reply via email to