diff options
author | 2006-07-16 21:26:31 +0000 | |
---|---|---|
committer | 2006-07-16 21:26:31 +0000 | |
commit | c05090fca6383da24f747a143fda4854e0fe21db (patch) | |
tree | 958db9528d50fec464b69c18efac7493dd2595da /sys-cluster/mpich/mpich-1.2.7_p1.ebuild | |
parent | Little change to init.d scripts. (diff) | |
download | historical-c05090fca6383da24f747a143fda4854e0fe21db.tar.gz historical-c05090fca6383da24f747a143fda4854e0fe21db.tar.bz2 historical-c05090fca6383da24f747a143fda4854e0fe21db.zip |
Cleaned out old ebuild. Removed calling of "prepallman", closes #140697.
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'sys-cluster/mpich/mpich-1.2.7_p1.ebuild')
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.7_p1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/mpich/mpich-1.2.7_p1.ebuild b/sys-cluster/mpich/mpich-1.2.7_p1.ebuild index 3289ff5a6501..f586e5bda139 100644 --- a/sys-cluster/mpich/mpich-1.2.7_p1.ebuild +++ b/sys-cluster/mpich/mpich-1.2.7_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.7_p1.ebuild,v 1.4 2006/05/01 18:25:33 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.7_p1.ebuild,v 1.5 2006/07/16 21:26:31 tantive Exp $ inherit eutils @@ -140,7 +140,6 @@ src_install() { ${D}/usr/share/mpich/examples2/mpirun mv ${D}/usr/man ${D}/usr/share/man - prepallman #FIXME: Here, we should either clean the empty directories # or use keepdir to make sure they stick around. |