summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-08-01 23:16:50 +0000
committerMichael Imhof <tantive@gentoo.org>2003-08-01 23:16:50 +0000
commit15fceb6d6e8827ee7f6d85092961cafa596e4f83 (patch)
treee683524bc540cadaf0a0221f6055f54c649f7f40 /sys-cluster
parent Initial import. Submitted by the <the@weird-birds>. (diff)
downloadgentoo-2-15fceb6d6e8827ee7f6d85092961cafa596e4f83.tar.gz
gentoo-2-15fceb6d6e8827ee7f6d85092961cafa596e4f83.tar.bz2
gentoo-2-15fceb6d6e8827ee7f6d85092961cafa596e4f83.zip
Initial import. Submitted by the <the@weird-birds>.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/cppvm/ChangeLog10
-rw-r--r--sys-cluster/cppvm/Manifest3
-rw-r--r--sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild55
-rw-r--r--sys-cluster/cppvm/files/digest-cppvm-1.5.0-r11
4 files changed, 68 insertions, 1 deletions
diff --git a/sys-cluster/cppvm/ChangeLog b/sys-cluster/cppvm/ChangeLog
new file mode 100644
index 000000000000..895ca84015c1
--- /dev/null
+++ b/sys-cluster/cppvm/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-cluster/cppvm
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cppvm/ChangeLog,v 1.1 2003/08/01 23:16:33 tantive Exp $
+
+*cppvm-1.5.0-r1 (02 Aug 2003)
+
+ 02 Aug 2003; Michael Imhof <tantive@gentoo.org> cppvm-1.5.0-r1.ebuild:
+ Initial import. Submitted by the <the@weird-birds>.
+ Should close #21828 and #24199.
+
diff --git a/sys-cluster/cppvm/Manifest b/sys-cluster/cppvm/Manifest
index 5d0ae905c90f..5a2aada71340 100644
--- a/sys-cluster/cppvm/Manifest
+++ b/sys-cluster/cppvm/Manifest
@@ -1,2 +1,3 @@
-MD5 8d5f20ec79ec699306bd6c37838e4c82 cppvm-1.5.0-r1.ebuild 1048
+MD5 2b99473c7f59eaca0da863e76838b454 cppvm-1.5.0-r1.ebuild 1168
+MD5 41b7ecf844aeed7c91b5f55fc625ef17 ChangeLog 410
MD5 d1730233cb2e067ce1be3a59078b8196 files/digest-cppvm-1.5.0-r1 57
diff --git a/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild b/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild
new file mode 100644
index 000000000000..34150eaeab89
--- /dev/null
+++ b/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cppvm/cppvm-1.5.0-r1.ebuild,v 1.1 2003/08/01 23:16:33 tantive Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="CPPVM: A C++ Interface to PVM"
+SRC_URI="ftp://ftp.informatik.uni-stuttgart.de/pub/cppvm/cppvm.tar.gz"
+HOMEPAGE="http://www.informatik.uni-stuttgart.de/ipvr/bv/cppvm/index.html"
+IUSE=""
+
+DEPEND=">=sys-cluster/pvm-3.4.1-r1"
+RDEPEND=""
+
+SLOT="0"
+LICENSE="LGPL-2"
+
+KEYWORDS="~x86"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ cd ${WORKDIR}/cppvm
+
+# export PVM_ROOT="/usr/local/pvm3"
+# export PVM_ARCH="LINUX"
+
+ emake || die
+}
+
+src_install() {
+ cd ${WORKDIR}
+ dodir ${PVM_ROOT}/bin/${PVM_ARCH}
+ dodir ${HOME}/pvm3/bin/${PVM_ARCH}
+ cd cppvm
+
+ export PVM_ROOT=${D}/${PVM_ROOT}
+ export HOME=${D}/${HOME}
+# export PVM_ARCH="LINUX"
+
+ einstall
+
+ #install headers and libs
+ cp ${WORKDIR}/cppvm ${PVM_ROOT} -r
+
+ dodoc CONTACT LICENCE README VERSION doc/cppvm.ps
+
+}
+
+pkg_postinst() {
+ ewarn "Do not forget do copy the /root/pvm3 dir to the homedirs of all users"
+ ewarn "that should be allowed access to cppvm!"
+}
+
diff --git a/sys-cluster/cppvm/files/digest-cppvm-1.5.0-r1 b/sys-cluster/cppvm/files/digest-cppvm-1.5.0-r1
new file mode 100644
index 000000000000..a483bb50bcc2
--- /dev/null
+++ b/sys-cluster/cppvm/files/digest-cppvm-1.5.0-r1
@@ -0,0 +1 @@
+MD5 dc76d7c8a78e8ea4744e0c794437594e cppvm.tar.gz 871076