aboutsummaryrefslogtreecommitdiff
blob: 76004e5c342253ac223dbb7d30849a3d57168663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils

DESCRIPTION="Handling Multiple MPI Implementations"
HOMEPAGE="http://dev.gentoo.org/~jsbronder/empi.xml"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc ppc64 x86"
IUSE=""
DEPEND="app-admin/eselect"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_install() {
	newbin "${FILESDIR}"/${P} ${PN}
	dodoc "${FILESDIR}"/README.txt
	dodoc "${FILESDIR}"/ChangeLog-${PV}

	insinto /usr/share/eselect/modules
	newins "${FILESDIR}"/eselect.mpi-${PV} mpi.eselect
	exeinto /etc/profile.d
	doexe "${FILESDIR}"/mpi.sh
	doexe "${FILESDIR}"/mpi.csh
}