aboutsummaryrefslogtreecommitdiff
blob: a71421c8d90918ecc6be627c078397c86d3d1c8c (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="eselect-mpi"
HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="app-admin/eselect"
RDEPEND="${DEPEND}"

src_install() {
	MODULEDIR="/usr/share/eselect/modules"
	MODULE="mpi"
	dodir ${MODULEDIR}
	insinto ${MODULEDIR}
	newins "${FILESDIR}"/${MODULE}.eselect-${PV} ${MODULE}.eselect
	exeinto /etc/profile.d
	doexe "${FILESDIR}"/mpi.csh
	doexe "${FILESDIR}"/mpi.sh
}