summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-09-19 19:50:30 +0000
committerMichael Imhof <tantive@gentoo.org>2004-09-19 19:50:30 +0000
commit4b4708845a1ae6ef199a064ec168c8501a747f24 (patch)
tree2694ce39f5980ab9fd8a3e59ff34cd56c3dcd807 /sys-cluster
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-4b4708845a1ae6ef199a064ec168c8501a747f24.tar.gz
gentoo-2-4b4708845a1ae6ef199a064ec168c8501a747f24.tar.bz2
gentoo-2-4b4708845a1ae6ef199a064ec168c8501a747f24.zip
Cleaned out old ebuild.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ganglia-monitor-core/ChangeLog6
-rw-r--r--sys-cluster/ganglia-monitor-core/files/digest-ganglia-monitor-core-2.5.41
-rw-r--r--sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild59
-rw-r--r--sys-cluster/openmosixtest/ChangeLog6
-rw-r--r--sys-cluster/openmosixtest/files/digest-openmosixtest-0.1-r41
-rw-r--r--sys-cluster/openmosixtest/openmosixtest-0.1-r4.ebuild48
-rw-r--r--sys-cluster/xpvm/ChangeLog6
-rw-r--r--sys-cluster/xpvm/files/digest-xpvm-1.2.51
-rw-r--r--sys-cluster/xpvm/files/digest-xpvm-1.2.5-r11
-rw-r--r--sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild62
-rw-r--r--sys-cluster/xpvm/xpvm-1.2.5.ebuild62
11 files changed, 15 insertions, 238 deletions
diff --git a/sys-cluster/ganglia-monitor-core/ChangeLog b/sys-cluster/ganglia-monitor-core/ChangeLog
index 79d5e8e528fc..d079a68758c2 100644
--- a/sys-cluster/ganglia-monitor-core/ChangeLog
+++ b/sys-cluster/ganglia-monitor-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/ganglia-monitor-core
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ChangeLog,v 1.9 2004/08/25 03:03:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ChangeLog,v 1.10 2004/09/19 19:45:36 tantive Exp $
+
+ 19 Sep 2004; Michael Imhof <tantive@gentoo.org>
+ -ganglia-monitor-core-2.5.4.ebuild:
+ Cleaned out old ebuild.
25 Aug 2004; Sven Wegener <swegener@gentoo.org>
ganglia-monitor-core-2.5.3.ebuild, ganglia-monitor-core-2.5.4.ebuild,
diff --git a/sys-cluster/ganglia-monitor-core/files/digest-ganglia-monitor-core-2.5.4 b/sys-cluster/ganglia-monitor-core/files/digest-ganglia-monitor-core-2.5.4
deleted file mode 100644
index d3a34141d1f6..000000000000
--- a/sys-cluster/ganglia-monitor-core/files/digest-ganglia-monitor-core-2.5.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 354b18077ba33738af5bcb9539ae854d ganglia-monitor-core-2.5.4.tar.gz 431972
diff --git a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild
deleted file mode 100644
index a48ac2bee1e6..000000000000
--- a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild,v 1.5 2004/08/25 03:03:43 swegener Exp $
-
-DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids"
-HOMEPAGE="http://ganglia.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ganglia/${P}.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="net-analyzer/rrdtool"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-gexec \
- --with-gmetad || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
-
- einstall || die
-
- insinto /etc
- doins gmond/gmond.conf
- doins gmetad/gmetad.conf
- doman mans/{gmetad.1,gmetric.1,gmond.1,gstat.1}
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
- dodir /var/lib/ganglia/rrds
- fowners nobody:nobody /var/lib/ganglia/rrds
- exeinto /etc/init.d
- newexe ${FILESDIR}/gmond.rc gmond
- newexe ${FILESDIR}/gmetad.rc gmetad
-
- einfo
- einfo "Warning- it is more than likely ganglia-monitor-core-2.5.3"
- einfo "overwrote /usr/include/error.h, which belongs to glibc."
- einfo
- einfo "Please verify the error.h which belongs to glibc is still"
- einfo "in place if you are upgrading from ganglia-monitor-core-2.5.3,"
- einfo "using something like 'epm -V glibc'."
- einfo
- einfo "If /usr/include/error.h is missing, you will need to take"
- einfo "the appropriate action to put the original file back in place,"
- einfo "such as re-installing glibc."
- einfo
- einfo "Sorry about that."
- einfo
-}
diff --git a/sys-cluster/openmosixtest/ChangeLog b/sys-cluster/openmosixtest/ChangeLog
index 61db43b65e4b..290c5f607e0d 100644
--- a/sys-cluster/openmosixtest/ChangeLog
+++ b/sys-cluster/openmosixtest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/openmosixtest
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosixtest/ChangeLog,v 1.5 2004/08/25 03:02:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosixtest/ChangeLog,v 1.6 2004/09/19 19:50:29 tantive Exp $
+
+ 19 Sep 2004; Michael Imhof <tantive@gentoo.org>
+ -openmosixtest-0.1-r4.ebuild:
+ Cleaned out old ebuild.
25 Aug 2004; Sven Wegener <swegener@gentoo.org> openmosixtest-0.1-r6.ebuild:
Changed SRC_URI to use mirror:// syntax.
diff --git a/sys-cluster/openmosixtest/files/digest-openmosixtest-0.1-r4 b/sys-cluster/openmosixtest/files/digest-openmosixtest-0.1-r4
deleted file mode 100644
index f7c4e0aeb152..000000000000
--- a/sys-cluster/openmosixtest/files/digest-openmosixtest-0.1-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 876e3796f2b9caaaae075b72ba96e772 omtest-0.1-4.tar.gz 2479960
diff --git a/sys-cluster/openmosixtest/openmosixtest-0.1-r4.ebuild b/sys-cluster/openmosixtest/openmosixtest-0.1-r4.ebuild
deleted file mode 100644
index 40f09926278b..000000000000
--- a/sys-cluster/openmosixtest/openmosixtest-0.1-r4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosixtest/openmosixtest-0.1-r4.ebuild,v 1.4 2004/06/24 22:40:00 agriffis Exp $
-
-S=${WORKDIR}/omtest
-DESCRIPTION="openMosix stress test"
-SRC_URI="www.openmosixview.com/omtest/omtest-${PV}-`echo ${PR}|sed -e 's:r\([0-9]\+\):\1:'`.tar.gz"
-HOMEPAGE="http://www.openmosixview.com/omtest/"
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.6.9g
- >=dev-lang/perl-5.6.1
- >=sys-cluster/openmosix-user-0.2.4
- >=sys-kernel/openmosix-sources-2.4.18"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-* x86"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- #Make compile_tests.sh non-interactive
- mv compile_tests.sh compile_tests.sh.orig
- sed -e 's:read::' compile_tests.sh.orig >compile_tests.sh
- rm compile_tests.sh.orig
- chmod +x compile_tests.sh
-}
-
-src_install() {
- dodir /opt/omtest
- cp -r * ${WORKDIR}/../image/opt/omtest
-}
-
-pkg_postinst() {
- cd /opt/omtest
- einfo
- einfo "The openMosix stress test installation will be completed right now."
- einfo
- ./compile_tests.sh
-
- einfo
- einfo "openMosix stress test is now installed in /opt/omtest"
- einfo "You can run it by executing start_openMosix_test.sh"
- einfo
-}
diff --git a/sys-cluster/xpvm/ChangeLog b/sys-cluster/xpvm/ChangeLog
index 037dfd9fe2e4..221fde41269c 100644
--- a/sys-cluster/xpvm/ChangeLog
+++ b/sys-cluster/xpvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/xpvm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/ChangeLog,v 1.10 2004/09/03 19:44:42 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/ChangeLog,v 1.11 2004/09/19 19:48:26 tantive Exp $
+
+ 19 Sep 2004; Michael Imhof <tantive@gentoo.org> -xpvm-1.2.5-r1.ebuild,
+ -xpvm-1.2.5.ebuild:
+ Cleaned out old ebuild.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
xpvm-1.2.5-r1.ebuild, xpvm-1.2.5-r2.ebuild, xpvm-1.2.5-r3.ebuild,
diff --git a/sys-cluster/xpvm/files/digest-xpvm-1.2.5 b/sys-cluster/xpvm/files/digest-xpvm-1.2.5
deleted file mode 100644
index b9694694f22c..000000000000
--- a/sys-cluster/xpvm/files/digest-xpvm-1.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7b20143cb2ff61e3cb28baf8f9cb2770 XPVM.src.1.2.5.tgz 196004
diff --git a/sys-cluster/xpvm/files/digest-xpvm-1.2.5-r1 b/sys-cluster/xpvm/files/digest-xpvm-1.2.5-r1
deleted file mode 100644
index b9694694f22c..000000000000
--- a/sys-cluster/xpvm/files/digest-xpvm-1.2.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7b20143cb2ff61e3cb28baf8f9cb2770 XPVM.src.1.2.5.tgz 196004
diff --git a/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild b/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild
deleted file mode 100644
index 4fc9590de6a1..000000000000
--- a/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/xpvm-1.2.5-r1.ebuild,v 1.7 2004/09/03 19:44:42 pvdabeel Exp $
-
-DESCRIPTION="XPVM: A graphical console and monitor for PVM"
-SRC_URI="http://www.netlib.org/pvm3/xpvm/XPVM.src.1.2.5.tgz"
-HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html"
-IUSE=""
-
-DEPEND=">=sys-cluster/pvm-3.4.1-r1
- dev-lang/tcl
- dev-lang/tk"
-RDEPEND=""
-
-SLOT="0"
-KEYWORDS="~x86 ppc"
-LICENSE="LGPL-2"
-
-src_unpack() {
- unpack ${A}
- patch -p0 <${FILESDIR}/xpvm-1.2.5-gentoo.diff || die
-}
-
-src_compile() {
- cd ${WORKDIR}/xpvm
-
- export PVM_ROOT="/usr/local/pvm3"
- export PVM_ARCH="LINUX"
- export XPVM_ROOT=${WORKDIR}"/xpvm"
-
- emake xpvm || die
-}
-
-src_install() {
- cd ${WORKDIR}/xpvm
- dodir ${PVM_ROOT}"/xpvm"
- dodir ${PVM_ROOT}"/bin/"${PVM_ARCH}
- dodir "/usr/bin"
-
- export XPVM_ROOT=${PVM_ROOT}"/xpvm"
-
- #create symlinks to xpvm binary
- dosym ${XPVM_ROOT}"/src/"${PVM_ARCH}"/xpvm" ${PVM_ROOT}"/bin/"${PVM_ARCH}"/xpvm"
- dosym ${XPVM_ROOT}"/src/"${PVM_ARCH}"/xpvm" "/usr/bin/xpvm"
-
- #install headers and libs and binary
- export PVM_ROOT=${D}"/usr/local/pvm3"
- cp ${WORKDIR}/xpvm ${PVM_ROOT} -r
-
- #environment variables:
- touch 97xpvm
- echo XPVM_ROOT=/usr/local/pvm3/xpvm/src >>97xpvm
- insinto /etc/env.d
- doins 97xpvm
-
- dodoc README
-}
-
-pkg_postinst() {
- ewarn "Environment Variables have changed. Do not forget to reboot or perform"
- ewarn "source /etc/profile before using xpvm !"
-}
diff --git a/sys-cluster/xpvm/xpvm-1.2.5.ebuild b/sys-cluster/xpvm/xpvm-1.2.5.ebuild
deleted file mode 100644
index 972732a008ce..000000000000
--- a/sys-cluster/xpvm/xpvm-1.2.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/xpvm-1.2.5.ebuild,v 1.7 2004/09/03 19:44:42 pvdabeel Exp $
-
-DESCRIPTION="XPVM: A graphical console and monitor for PVM"
-SRC_URI="http://www.netlib.org/pvm3/xpvm/XPVM.src.1.2.5.tgz"
-HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html"
-IUSE=""
-
-DEPEND=">=sys-cluster/pvm-3.4.1
- dev-lang/tcl
- dev-lang/tk"
-RDEPEND=""
-
-SLOT="0"
-KEYWORDS="~x86 ppc"
-LICENSE="LGPL-2"
-
-src_unpack() {
- unpack ${A}
- patch -p0 <${FILESDIR}/xpvm-1.2.5-gentoo.diff || die
-}
-
-src_compile() {
- cd ${WORKDIR}/xpvm
-
- export PVM_ROOT="/opt/pvm3"
- export PVM_ARCH="LINUX"
- export XPVM_ROOT=${WORKDIR}"/xpvm"
-
- emake xpvm || die
-}
-
-src_install() {
- cd ${WORKDIR}/xpvm
- dodir ${PVM_ROOT}"/xpvm"
- dodir ${PVM_ROOT}"/bin/"${PVM_ARCH}
- dodir "/usr/bin"
-
- export XPVM_ROOT=${PVM_ROOT}"/xpvm"
-
- #create symlinks to xpvm binary
- dosym ${XPVM_ROOT}"/src/"${PVM_ARCH}"/xpvm" ${PVM_ROOT}"/bin/"${PVM_ARCH}"/xpvm"
- dosym ${XPVM_ROOT}"/src/"${PVM_ARCH}"/xpvm" "/usr/bin/xpvm"
-
- #install headers and libs and binary
- export PVM_ROOT=${D}"/opt/pvm3"
- cp ${WORKDIR}/xpvm ${PVM_ROOT} -r
-
- #environment variables:
- touch 97xpvm
- echo XPVM_ROOT=/opt/pvm3/xpvm/src >>97xpvm
- insinto /etc/env.d
- doins 97xpvm
-
- dodoc README
-}
-
-pkg_postinst() {
- ewarn "Environment Variables have changed. Do not forget to reboot or perform"
- ewarn "source /etc/profile before using xpvm !"
-}