diff options
author | 2004-09-19 19:50:30 +0000 | |
---|---|---|
committer | 2004-09-19 19:50:30 +0000 | |
commit | 0e155e4cc72e483844a3a48ba5d2dc485fad83b3 (patch) | |
tree | 79dffb38d9f8b9340fc39cf8d2a421565da92c28 /sys-cluster/openmosixtest | |
parent | Cleaned out old ebuilds. (diff) | |
download | historical-0e155e4cc72e483844a3a48ba5d2dc485fad83b3.tar.gz historical-0e155e4cc72e483844a3a48ba5d2dc485fad83b3.tar.bz2 historical-0e155e4cc72e483844a3a48ba5d2dc485fad83b3.zip |
Cleaned out old ebuild.
Diffstat (limited to 'sys-cluster/openmosixtest')
-rw-r--r-- | sys-cluster/openmosixtest/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/openmosixtest/files/digest-openmosixtest-0.1-r4 | 1 | ||||
-rw-r--r-- | sys-cluster/openmosixtest/openmosixtest-0.1-r4.ebuild | 48 |
3 files changed, 5 insertions, 50 deletions
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 -} |