summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 07:01:19 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 07:01:19 +0000
commitae3625e035bf6ee4da9f138173f3fc05804d7c2e (patch)
treeb3b4f5954a9a361f2bb068748a4486f05d86adda /sys-cluster/pvm
parentClean up. (diff)
downloadgentoo-2-ae3625e035bf6ee4da9f138173f3fc05804d7c2e.tar.gz
gentoo-2-ae3625e035bf6ee4da9f138173f3fc05804d7c2e.tar.bz2
gentoo-2-ae3625e035bf6ee4da9f138173f3fc05804d7c2e.zip
Clean up.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-cluster/pvm')
-rw-r--r--sys-cluster/pvm/ChangeLog7
-rw-r--r--sys-cluster/pvm/files/digest-pvm-3.4.4-r23
-rw-r--r--sys-cluster/pvm/pvm-3.4.4-r2.ebuild67
3 files changed, 5 insertions, 72 deletions
diff --git a/sys-cluster/pvm/ChangeLog b/sys-cluster/pvm/ChangeLog
index e145157a7a94..f7a17914fe04 100644
--- a/sys-cluster/pvm/ChangeLog
+++ b/sys-cluster/pvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/pvm
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.35 2007/04/28 17:47:48 swegener Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.36 2008/01/31 07:01:18 dberkholz Exp $
+
+ 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; -pvm-3.4.4-r2.ebuild:
+ Clean up.
28 Apr 2007; Sven Wegener <swegener@gentoo.org> pvm-3.4.4-r1.ebuild,
pvm-3.4.4-r2.ebuild, pvm-3.4.4-r3.ebuild:
diff --git a/sys-cluster/pvm/files/digest-pvm-3.4.4-r2 b/sys-cluster/pvm/files/digest-pvm-3.4.4-r2
deleted file mode 100644
index f3962e402855..000000000000
--- a/sys-cluster/pvm/files/digest-pvm-3.4.4-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 806abe9a866eab5981383c17ff9ed175 pvm3.4.4.tgz 967852
-RMD160 12e1efa58ffd9ad380ca036910d389a21e925c94 pvm3.4.4.tgz 967852
-SHA256 309643786738d2620bc0031201e4c77c5e6d595fdeb074acbf80926accf9ead5 pvm3.4.4.tgz 967852
diff --git a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild
deleted file mode 100644
index f140ec287cbe..000000000000
--- a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.10 2007/04/28 17:47:48 swegener Exp $
-
-inherit eutils
-
-MY_P="${P/-}"
-DESCRIPTION="PVM: Parallel Virtual Machine"
-HOMEPAGE="http://www.epm.ornl.gov/pvm/pvm_home.html"
-SRC_URI="ftp://ftp.netlib.org/pvm3/${MY_P}.tgz "
-IUSE=""
-DEPEND=""
-RDEPEND="virtual/libc"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ~ppc ~amd64 ~ppc64 ~ia64"
-S="${WORKDIR}/${MY_P%%.*}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff || die
- epatch ${FILESDIR}/${P}-s390.patch || die
- epatch ${FILESDIR}/${P}-x86_64-segfault.patch || die
-
-# setup def files for other archs
- cp conf/LINUX.def conf/LINUXX86_64.def
- cp conf/LINUX.m4 conf/LINUXX86_64.m4
- cp conf/LINUX64.def conf/LINUXIA64.def
- cp conf/LINUX64.m4 conf/LINUXIA64.m4
- cp conf/LINUX64.def conf/LINUXPPC64.def
- cp conf/LINUX64.m4 conf/LINUXPPC64.m4
-
-# s390 should go in this list if there is ever interest
-# Patch the 64bit def files to look in lib64 dirs as well for libraries.
- for I in X86_64 PPC64; do
- sed -i -e "s|ARCHDLIB =|ARCHDLIB = -L/usr/lib64 -L/usr/X11R6/lib64|" conf/LINUX${I}.def
- sed -i -e "s|ARCHLIB =|ARCHLIB = -L/usr/lib64 -L/usr/X11R6/lib64|" conf/LINUX${I}.def
- done
-}
-
-src_compile() {
- export PVM_ROOT="${S}"
- emake || die
-}
-
-src_install() {
- dodir /usr/share/man
- rm man/man1 -fr
- mv man/man3 ${D}/usr/share/man/
-
- dodoc Readme
-
- #installs the rest of pvm
- dodir /usr/share/pvm3
- cp -r * ${D}/usr/share/pvm3
-
- #environment variables:
- echo PVM_ROOT=/usr/share/pvm3 > ${T}/98pvm
- echo PVM_ARCH=$(${D}/usr/share/pvm3/lib/pvmgetarch) >> ${T}/98pvm
- doenvd ${T}/98pvm
-}
-
-pkg_postinst() {
- ewarn "Environment variables have changed. Do not forget to run etc-update,"
- ewarn "reboot or perform . /etc/profile before using pvm!"
-}