diff options
author | Michael Imhof <tantive@gentoo.org> | 2006-07-16 21:26:31 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2006-07-16 21:26:31 +0000 |
commit | c05090fca6383da24f747a143fda4854e0fe21db (patch) | |
tree | 958db9528d50fec464b69c18efac7493dd2595da /sys-cluster | |
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')
-rw-r--r-- | sys-cluster/mpich/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.5.2.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.6-r4.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.7_p1.ebuild | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog index dbac08de0889..71d096e5c1c7 100644 --- a/sys-cluster/mpich/ChangeLog +++ b/sys-cluster/mpich/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/mpich # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.26 2006/05/01 18:25:33 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.27 2006/07/16 21:26:31 tantive Exp $ + + 16 Jul 2006; Michael Imhof <tantive@gentoo.org> mpich-1.2.5.2.ebuild, + -mpich-1.2.6-r3.ebuild, mpich-1.2.6-r4.ebuild, mpich-1.2.7_p1.ebuild: + Cleaned out old ebuild. Removed calling of "prepallman", closes #140697. 01 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> mpich-1.2.7_p1.ebuild: diff --git a/sys-cluster/mpich/mpich-1.2.5.2.ebuild b/sys-cluster/mpich/mpich-1.2.5.2.ebuild index 016ad754811c..285890d62cca 100644 --- a/sys-cluster/mpich/mpich-1.2.5.2.ebuild +++ b/sys-cluster/mpich/mpich-1.2.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.5.2.ebuild,v 1.10 2005/02/21 07:57:19 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.5.2.ebuild,v 1.11 2006/07/16 21:26:31 tantive Exp $ # Set the MPICH_CONFIGURE_OPTS environment variable to change the signal # mpich listens on or any other custom options (#38207). @@ -111,7 +111,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. diff --git a/sys-cluster/mpich/mpich-1.2.6-r4.ebuild b/sys-cluster/mpich/mpich-1.2.6-r4.ebuild index 1cb535fa0e50..4a5f8dd7e8b7 100644 --- a/sys-cluster/mpich/mpich-1.2.6-r4.ebuild +++ b/sys-cluster/mpich/mpich-1.2.6-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.6-r4.ebuild,v 1.1 2005/11/07 01:31:39 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.6-r4.ebuild,v 1.2 2006/07/16 21:26:31 tantive Exp $ inherit eutils @@ -136,7 +136,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. 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. |