summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-17 08:14:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-17 08:14:04 +0000
commit4db8a830f88d0f1af296943fcb8625b514fb9e57 (patch)
tree0cfd6b05fccedb7df492f5a13f979595953e5e44 /sys-cluster/mpich
parentfix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> and also switch ... (diff)
downloadgentoo-2-4db8a830f88d0f1af296943fcb8625b514fb9e57.tar.gz
gentoo-2-4db8a830f88d0f1af296943fcb8625b514fb9e57.tar.bz2
gentoo-2-4db8a830f88d0f1af296943fcb8625b514fb9e57.zip
tidy extra ebuilds
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r--sys-cluster/mpich/ChangeLog8
-rw-r--r--sys-cluster/mpich/files/digest-mpich-1.2.41
-rw-r--r--sys-cluster/mpich/files/digest-mpich-1.2.51
-rw-r--r--sys-cluster/mpich/mpich-1.2.4.ebuild42
-rw-r--r--sys-cluster/mpich/mpich-1.2.5.ebuild76
5 files changed, 6 insertions, 122 deletions
diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog
index e5fac060ff8d..c4ef5a3dbb87 100644
--- a/sys-cluster/mpich/ChangeLog
+++ b/sys-cluster/mpich/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/mpich
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.6 2003/11/10 09:26:20 spyderous Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.7 2004/03/17 08:14:04 mr_bones_ Exp $
+
+ 17 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> mpich-1.2.4.ebuild,
+ mpich-1.2.5.ebuild:
+ tidy extra ebuilds
*mpich-1.2.5.2 (10 Nov 2003)
diff --git a/sys-cluster/mpich/files/digest-mpich-1.2.4 b/sys-cluster/mpich/files/digest-mpich-1.2.4
deleted file mode 100644
index 3961c7b89b17..000000000000
--- a/sys-cluster/mpich/files/digest-mpich-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45ab0a0fb35aa155ce9368c475a84e12 mpich-1.2.4.tar.gz 12313304
diff --git a/sys-cluster/mpich/files/digest-mpich-1.2.5 b/sys-cluster/mpich/files/digest-mpich-1.2.5
deleted file mode 100644
index da880c59243f..000000000000
--- a/sys-cluster/mpich/files/digest-mpich-1.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e10f2fde92b6c3264eeb00fdefbb09f1 mpich-1.2.5.tar.gz 12573526
diff --git a/sys-cluster/mpich/mpich-1.2.4.ebuild b/sys-cluster/mpich/mpich-1.2.4.ebuild
deleted file mode 100644
index ab1c3f814d89..000000000000
--- a/sys-cluster/mpich/mpich-1.2.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.4.ebuild,v 1.4 2003/09/11 01:29:22 msterret Exp $
-
-S=${WORKDIR}/mpich-${PV}
-DESCRIPTION="MPICH - A portable MPI implementation"
-SRC_URI="ftp://ftp.mcs.anl.gov/pub/mpi/mpich-${PV}.tar.gz"
-HOMEPAGE="http://www-unix.mcs.anl.gov/mpi/mpich"
-IUSE=""
-
-DEPEND="virtual/glibc"
-RDEPEND="net-misc/openssh"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/romio/util/
- mv romioinstall.in romioinstall.in-orig
- sed -e "s|docdir=\"\$datadir/lam/doc\"|docdir=\"${D}/usr/share/doc/${PF}\"|" romioinstall.in-orig >romioinstall.in
-
-}
-
-src_compile() {
- cd ${S}
- ./configure --mandir=/usr/share/man --prefix=/usr || die
- make || die
-}
-
-src_install() {
- dodir /usr/sbin
- dodir /usr/local/bin
-
- make prefix=${D}/usr mandir=${D}/usr/share/man --infodir=/usr/share/infoinstall --sysconfdir=/etc/mpich || die
-
- dodoc COPYING README
-
-}
-
diff --git a/sys-cluster/mpich/mpich-1.2.5.ebuild b/sys-cluster/mpich/mpich-1.2.5.ebuild
deleted file mode 100644
index 18c5ce125107..000000000000
--- a/sys-cluster/mpich/mpich-1.2.5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.5.ebuild,v 1.1 2003/03/29 07:38:45 george Exp $
-
-S=${WORKDIR}/mpich-${PV}
-DESCRIPTION="MPICH - A portable MPI implementation"
-SRC_URI="ftp://ftp.mcs.anl.gov/pub/mpi/mpich-${PV}.tar.gz"
-HOMEPAGE="http://www-unix.mcs.anl.gov/mpi/mpich"
-IUSE=""
-
-DEPEND="virtual/glibc"
-RDEPEND="net-misc/openssh"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/romio/util/
- mv romioinstall.in romioinstall.in-orig
- sed -e "s|docdir=\"\$datadir/lam/doc\"|docdir=\"${D}/usr/share/doc/${PF}\"|" romioinstall.in-orig >romioinstall.in
-}
-
-src_compile() {
- #looks like P is one of used vars, need to wrap around build...
- local PSave
- PSave=${P}
- unset P
- ./configure \
- --mandir=/usr/share/man \
- --prefix=/usr || die
- make || die
- P=${PSave}
-}
-
-src_install() {
- dodir /usr/sbin
- dodir /usr/local/bin
-
- #mangle P here as well..
- local PSave
- PSave=${P}
- unset P
-
- #mpic install process is really weird, need to do some hand work perheaps
-
- #to skip installation of man pages, uncomment following line
- #export MPIINSTALL_OPTS=-noman
-
- ./bin/mpiinstall -prefix=${D}/usr || die
-
- P=${PSave}
-
- dodir /usr/share/doc/${PF}
- mv ${D}/usr/doc/* ${D}/usr/share/doc/${PF}
- rmdir ${D}/usr/doc/
-
- dodir /etc/mpich
- mv ${D}/usr/etc/* ${D}/etc/mpich/
- rmdir ${D}/usr/etc/
-
- dodir /usr/share/${PN}
- mv ${D}/usr/examples ${D}/usr/share/${PN}/examples1
- mv ${D}/usr/share/examples ${D}/usr/share/${PN}/examples2
-
- rm -rf ${D}/usr/local
- rm -f ${D}/usr/man/mandesc
-
- mv ${D}/usr/share/{machines*,jumpshot-3,Makefile.sample,upshot} ${D}/usr/share/${PN}
-
- dodoc COPYING README
- mv ${D}/usr/www ${D}/usr/share/doc/${PF}/html
-}
-