summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-03-28 10:16:27 +0000
committerMichael Imhof <tantive@gentoo.org>2004-03-28 10:16:27 +0000
commitf31fa0d58560cf842dcef142ac28eec2270ae051 (patch)
tree6207dc397fd41e3384bed284a5ab29ddc54108ea /sys-cluster
parentNew ebuild includes ltp and lmbench. Submitted by Antonio <netbix@netbix.net>... (diff)
downloadgentoo-2-f31fa0d58560cf842dcef142ac28eec2270ae051.tar.gz
gentoo-2-f31fa0d58560cf842dcef142ac28eec2270ae051.tar.bz2
gentoo-2-f31fa0d58560cf842dcef142ac28eec2270ae051.zip
Cleaned out old ebuild.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/pvm/ChangeLog7
-rw-r--r--sys-cluster/pvm/files/digest-pvm-3.4.41
-rw-r--r--sys-cluster/pvm/pvm-3.4.4.ebuild53
3 files changed, 5 insertions, 56 deletions
diff --git a/sys-cluster/pvm/ChangeLog b/sys-cluster/pvm/ChangeLog
index 36e5e482258f..88c3aa92fc19 100644
--- a/sys-cluster/pvm/ChangeLog
+++ b/sys-cluster/pvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/pvm
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.6 2003/11/10 09:03:38 spyderous Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.7 2004/03/28 10:16:27 tantive Exp $
+
+ 28 Mar 2004; Michael Imhof <tantive@gentoo.org> pvm-3.4.4.ebuild:
+ Cleaned out old ebuild.
10 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; pvm-3.4.4-r1.ebuild:
Cleanup.
diff --git a/sys-cluster/pvm/files/digest-pvm-3.4.4 b/sys-cluster/pvm/files/digest-pvm-3.4.4
deleted file mode 100644
index d82d614afdd9..000000000000
--- a/sys-cluster/pvm/files/digest-pvm-3.4.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 806abe9a866eab5981383c17ff9ed175 pvm3.4.4.tgz 967852
diff --git a/sys-cluster/pvm/pvm-3.4.4.ebuild b/sys-cluster/pvm/pvm-3.4.4.ebuild
deleted file mode 100644
index bb8a76fe5b2c..000000000000
--- a/sys-cluster/pvm/pvm-3.4.4.ebuild
+++ /dev/null
@@ -1,53 +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/pvm/pvm-3.4.4.ebuild,v 1.3 2003/02/13 16:25:46 vapier Exp $
-
-S=${WORKDIR}/pvm-${PV}
-DESCRIPTION="PVM: Parallel Virtual Machine"
-SRC_URI="ftp.netlib.org/pvm3/pvm${PV}.tgz"
-HOMEPAGE="http://www.epm.ornl.gov/pvm/pvm_home.html"
-IUSE=""
-
-DEPEND="virtual/glibc"
-RDEPEND=""
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86 ~alpha"
-
-src_unpack() {
- unpack ${A}
-}
-
-
-
-src_compile() {
- cd ${WORKDIR}
- cd pvm3
-
- export PVM_ROOT=${WORKDIR}"/pvm3"
- export
- make || die
-}
-
-src_install() {
- cd ${WORKDIR}
-
- dodir /opt/pvm3
- cp -r * ${D}/opt
-
- #installs man and doc into system
- #
- #cd pvm3
- #dodir /usr/share/man/man1
- #dodir /usr/share/man/man3
- #for i in man/man1 man/man3 ; do
- # cd ${i}
- # mv * ${D}/usr/share/${i}
- # cd ${WORKDIR}
- # cd pvm3
- # done
- #cd ${D}/usr/share/doc
- #dodoc arches bugreport example.pvmrc release-notes
-}
-