diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-11-07 16:01:52 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-11-07 16:01:52 +0000 |
commit | 3496efa87a263f60f2fd950aa8d5b94f8cd38a23 (patch) | |
tree | 3e7f18932b4aa093c863ef654b36995e1d064c3c /app-admin/openmosixtest | |
parent | unmask x86 (diff) | |
download | historical-3496efa87a263f60f2fd950aa8d5b94f8cd38a23.tar.gz historical-3496efa87a263f60f2fd950aa8d5b94f8cd38a23.tar.bz2 historical-3496efa87a263f60f2fd950aa8d5b94f8cd38a23.zip |
Fixes #10374, version bump.
Diffstat (limited to 'app-admin/openmosixtest')
6 files changed, 89 insertions, 3 deletions
diff --git a/app-admin/openmosixtest/ChangeLog b/app-admin/openmosixtest/ChangeLog index f8cf8bdeafbf..61b1dd073a2f 100644 --- a/app-admin/openmosixtest/ChangeLog +++ b/app-admin/openmosixtest/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-admin/openmosixview # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/ChangeLog,v 1.2 2002/11/04 20:10:26 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/ChangeLog,v 1.3 2002/11/07 16:01:52 tantive Exp $ + +*openmosixtest-0.1-r3 (07 Nov 2002) + + 07 Nov 2002; Michael Imhof <tantive@gentoo.org>: + Version bumped. + +*openmosixtest-0.1-r2 (07 Nov 2002) + + 07 Nov 2002; Michael Imhof <tantive@gentoo.org>: + Fixed sed for correct download-path. Version bumped. 04 Nov 2002; Michael Imhof <tantive@gentoo.org> Corrected path for openmosix-user diff --git a/app-admin/openmosixtest/files/digest-openmosixtest-0.1-r2 b/app-admin/openmosixtest/files/digest-openmosixtest-0.1-r2 new file mode 100644 index 000000000000..d229c6288dc2 --- /dev/null +++ b/app-admin/openmosixtest/files/digest-openmosixtest-0.1-r2 @@ -0,0 +1 @@ +MD5 1be6d92c26da664a745c0f016582d79f omtest-0.1-2.tar.gz 1289893 diff --git a/app-admin/openmosixtest/files/digest-openmosixtest-0.1-r3 b/app-admin/openmosixtest/files/digest-openmosixtest-0.1-r3 new file mode 100644 index 000000000000..e7e9ee029f83 --- /dev/null +++ b/app-admin/openmosixtest/files/digest-openmosixtest-0.1-r3 @@ -0,0 +1 @@ +MD5 90524aaf97ac103e94a83dc12a940bde omtest-0.1-3.tar.gz 1290188 diff --git a/app-admin/openmosixtest/openmosixtest-0.1-r1.ebuild b/app-admin/openmosixtest/openmosixtest-0.1-r1.ebuild index 67401d6fe952..527a65ab431f 100644 --- a/app-admin/openmosixtest/openmosixtest-0.1-r1.ebuild +++ b/app-admin/openmosixtest/openmosixtest-0.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r1.ebuild,v 1.5 2002/11/04 20:10:26 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r1.ebuild,v 1.6 2002/11/07 16:01:52 tantive Exp $ S=${WORKDIR}/omtest DESCRIPTION="openMosix stress test" -SRC_URI="www.openmosixview.com/omtest/omtest-${PV}-"`echo ${PR}|sed -e 's:r\+:\1:'`".tar.gz" +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="" diff --git a/app-admin/openmosixtest/openmosixtest-0.1-r2.ebuild b/app-admin/openmosixtest/openmosixtest-0.1-r2.ebuild new file mode 100644 index 000000000000..75f9b7528bea --- /dev/null +++ b/app-admin/openmosixtest/openmosixtest-0.1-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r2.ebuild,v 1.1 2002/11/07 16:01:52 tantive 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 + >=sys-devel/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 -ppc -sparc -sparc64 -alpha" + +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/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild b/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild new file mode 100644 index 000000000000..d060d91d197a --- /dev/null +++ b/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild,v 1.1 2002/11/07 16:01:52 tantive 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 + >=sys-devel/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 -ppc -sparc -sparc64 -alpha" + +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 +} |