diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-28 10:16:27 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-28 10:16:27 +0000 |
commit | 169b2649e5c14b0e315e393a0d178318f61e68b9 (patch) | |
tree | 3ab48ed1019d7d95e1fe8163902d4ad0ec181b2e /sys-cluster/pvm | |
parent | New ebuild includes ltp and lmbench. Submitted by Antonio <netbix@netbix.net>... (diff) | |
download | historical-169b2649e5c14b0e315e393a0d178318f61e68b9.tar.gz historical-169b2649e5c14b0e315e393a0d178318f61e68b9.tar.bz2 historical-169b2649e5c14b0e315e393a0d178318f61e68b9.zip |
Cleaned out old ebuild.
Diffstat (limited to 'sys-cluster/pvm')
-rw-r--r-- | sys-cluster/pvm/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/pvm/Manifest | 4 | ||||
-rw-r--r-- | sys-cluster/pvm/files/digest-pvm-3.4.4 | 1 | ||||
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.4.ebuild | 53 |
4 files changed, 6 insertions, 59 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/Manifest b/sys-cluster/pvm/Manifest index 068941817075..5abd0c37c33e 100644 --- a/sys-cluster/pvm/Manifest +++ b/sys-cluster/pvm/Manifest @@ -1,7 +1,5 @@ -MD5 20128044760f95fbf0a9fcef5cd70770 ChangeLog 647 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 MD5 a53d3e0f0bb519bd2857aef9a40de11f pvm-3.4.4-r1.ebuild 1132 -MD5 df4a94a51f5b47e4d1eaba74355998d8 pvm-3.4.4.ebuild 994 -MD5 c6d622987f4e06f522dcbc72cff9127d files/digest-pvm-3.4.4 57 +MD5 410ac95dd80016884d3a40f666ab1bb0 ChangeLog 740 MD5 c6d622987f4e06f522dcbc72cff9127d files/digest-pvm-3.4.4-r1 57 MD5 726a6a69ba5fb9e140e8f7e1a85c9c9d files/pvm-3.4.4-gentoo.diff 608 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 -} - |