diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-05-08 22:42:20 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-05-08 22:42:20 +0000 |
commit | eff9b8470cb474d959e97ee95f04533de12956bf (patch) | |
tree | 36f654b5986aa8f67f57b32b2b8524bf55eea0f0 /sys-cluster | |
parent | Fix a typo in the subversion ebuild (diff) | |
download | gentoo-2-eff9b8470cb474d959e97ee95f04533de12956bf.tar.gz gentoo-2-eff9b8470cb474d959e97ee95f04533de12956bf.tar.bz2 gentoo-2-eff9b8470cb474d959e97ee95f04533de12956bf.zip |
cleaned out old ebuilds
Diffstat (limited to 'sys-cluster')
18 files changed, 2 insertions, 738 deletions
diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.0 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.0 deleted file mode 100644 index 085b9d842674..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9d67096ca1c9bc3224773caae54235ff openMosixUserland-0.2.0.tar.gz 42030 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r1 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r1 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r2 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r2 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r3 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r3 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r4 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r4 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r5 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r5 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r6 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r6 deleted file mode 100644 index 85f88e730ce3..000000000000 --- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.2.4-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e4e630a391900b331323bffea5c5547 openMosixUserland-0.2.4.tgz 65494 diff --git a/sys-cluster/openmosix-user/files/openmosixcollector.init b/sys-cluster/openmosix-user/files/openmosixcollector.init deleted file mode 100644 index 2b4b380005c2..000000000000 --- a/sys-cluster/openmosix-user/files/openmosixcollector.init +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh - -PATH=$PATH:/usr/local/bin - -case "$1" in - start) - echo -n "starting openmosixcollector" - openmosixcollector -d - ;; - stop) - echo -n "stopping openmosixcollector" - openmosixcollector -k - ;; - checkpoint) - echo -n "checkpointing openmosixcollector" - openmosixcollector -c - ;; - restart) - echo -n "restarting openmosixcollector" - openmosixcollector -r - ;; - *) - echo "Usage: $0 {start|stop|checkpoint|restart}" - exit 1 - ;; -esac - - - diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.0.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.0.ebuild deleted file mode 100644 index 2e54c2c27f78..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.0.ebuild +++ /dev/null @@ -1,70 +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/openmosix-user/openmosix-user-0.2.0.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tar.gz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.17" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -src_unpack() { - unpack ${A} - cd ${S} - cat > configuration << EOF -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF -# #use perl, find and xargs to convert /usr/man references to /usr/share/man (FHS) -# find . -iname Makefile | xargs perl -pi.orig -e "s:INSTALLDIR\)/man:INSTALLDIR)/share/man:g" -} - -src_compile() { - cd ${S} - make clean build -} - -src_install () { - sed -e "s:INSTALLEXTRADIR:INSTALLBASEDIR:" moslib/Makefile > moslib/Makefile.hacked - mv moslib/Makefile.hacked moslib/Makefile - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/bin - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/mosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.17-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.17)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r1.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4-r1.ebuild deleted file mode 100644 index ba22965d5fe9..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r1.ebuild +++ /dev/null @@ -1,84 +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/openmosix-user/openmosix-user-0.2.4-r1.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then - eerror - eerror "Your linux kernel sources do not appear to be openmosix," - eerror "please check your /usr/src/linux symlink." - eerror - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - cat > configuration << EOF - -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF -} - -src_compile() { - cd ${S} - make clean build -} - -src_install() { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/bin - dodir /bin - ln -s /usr/bin/migrate ${D}/bin/migrate - ln -s /usr/bin/mmon ${D}/bin/mmon - ln -s /usr/bin/mosctl ${D}/bin/mosctl - ln -s /usr/bin/mosrun ${D}/bin/mosrun - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map - -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/mosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r2.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4-r2.ebuild deleted file mode 100644 index 0476e9c672cc..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r2.ebuild +++ /dev/null @@ -1,87 +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/openmosix-user/openmosix-user-0.2.4-r2.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - - -pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then - eerror - eerror "Your linux kernel sources do not appear to be openmosix," - eerror "please check your /usr/src/linux symlink." - eerror - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - cat Makefile | sed s/DIRS.*=/DIRS=autodiscovery/g > Makefile - cat > configuration << EOF - -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF -} - -src_compile() { - cd ${S} - make clean build -} - -src_install() { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/share/include - dodir /usr/bin - dodir /bin - ln -s /usr/bin/migrate ${D}/bin/migrate - ln -s /usr/bin/mmon ${D}/bin/mmon - ln -s /usr/bin/mosctl ${D}/bin/mosctl - ln -s /usr/bin/mosrun ${D}/bin/mosrun - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map - -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/mosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4-r3.ebuild deleted file mode 100644 index ad44fdf02361..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r3.ebuild +++ /dev/null @@ -1,92 +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/openmosix-user/openmosix-user-0.2.4-r3.ebuild,v 1.4 2003/03/11 21:11:47 seemant Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then - eerror - eerror "Your linux kernel sources do not appear to be openmosix," - eerror "please check your /usr/src/linux symlink." - eerror - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - cat Makefile | sed s/DIRS.*=/DIRS=autodiscovery/g > Makefile - cat > configuration << EOF - -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF - -#non-alpha-mode for autodiscovery (omdiscd) -cd ${S}/autodiscovery -cat openmosix.c | grep -v "define ALPHA" > openmosix.c.tmp -mv openmosix.c.tmp openmosix.c -cat showmap.c | grep -v "define ALPHA" > showmap.c.tmp -mv showmap.c.tmp showmap.c -} - -src_compile() { - cd ${S} - make clean build -} - -src_install() { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/share/include - dodir /usr/bin - dodir /bin - ln -s /usr/bin/migrate ${D}/bin/migrate - ln -s /usr/bin/mmon ${D}/bin/mmon - ln -s /usr/bin/mosctl ${D}/bin/mosctl - ln -s /usr/bin/mosrun ${D}/bin/mosrun - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/mosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r4.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4-r4.ebuild deleted file mode 100644 index 0cb159817592..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r4.ebuild +++ /dev/null @@ -1,94 +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/openmosix-user/openmosix-user-0.2.4-r4.ebuild,v 1.4 2003/03/11 21:11:47 seemant Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then - eerror - eerror "Your linux kernel sources do not appear to be openmosix," - eerror "please check your /usr/src/linux symlink." - eerror - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - cat Makefile | sed s/DIRS.*=/DIRS=autodiscovery/g > Makefile.tmp - mv Makefile.tmp Makefile - cat > configuration << EOF - -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF - -#non-alpha-mode for autodiscovery (omdiscd) -cd ${S}/autodiscovery -cat openmosix.c | grep -v "define ALPHA" > openmosix.c.tmp -mv openmosix.c.tmp openmosix.c -cat showmap.c | grep -v "define ALPHA" > showmap.c.tmp -mv showmap.c.tmp showmap.c -} - -src_compile() { - cd ${S} - make clean build -} - -src_install() { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/share/include - dodir /usr/bin - dodir /bin - ln -s /usr/bin/migrate ${D}/bin/migrate - ln -s /usr/bin/mmon ${D}/bin/mmon - ln -s /usr/bin/mosctl ${D}/bin/mosctl - ln -s /usr/bin/mosrun ${D}/bin/mosrun - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map - -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/mosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r5.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4-r5.ebuild deleted file mode 100644 index 756e789e9002..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r5.ebuild +++ /dev/null @@ -1,102 +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/openmosix-user/openmosix-user-0.2.4-r5.ebuild,v 1.2 2003/03/26 16:43:35 tantive Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then - eerror - eerror "Your linux kernel sources do not appear to be openmosix," - eerror "please check your /usr/src/linux symlink." - eerror - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - cat Makefile | sed s/DIRS.*=/DIRS=autodiscovery/g > Makefile.tmp - mv Makefile.tmp Makefile - cat > configuration << EOF - -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF - -#autodiscovery seems to be in non-alpha-mode by default now -#non-alpha-mode for autodiscovery (omdiscd) -#cd ${S}/autodiscovery -#cat openmosix.c | grep -v "define ALPHA" > openmosix.c.tmp -#mv openmosix.c.tmp openmosix.c -#cat showmap.c | grep -v "define ALPHA" > showmap.c.tmp -#mv showmap.c.tmp showmap.c -} - -src_compile() { - cd ${S} - make clean build -} - -src_install() { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/share/include - dodir /usr/bin - dodir /bin - ln -s /usr/bin/migrate ${D}/bin/migrate - ln -s /usr/bin/mmon ${D}/bin/mmon - ln -s /usr/bin/mosctl ${D}/bin/mosctl - ln -s /usr/bin/mosrun ${D}/bin/mosrun - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #Test if mosix.map is present, stub appropriate openmosix.map - #file - if test -e /etc/openmosix.map; then - einfo "Seems you already have a openmosix.map file, using it."; - elif test -e /etc/mosix.map; then - cp /etc/mosix.map ${WORKDIR}/openmosix.map; - doins ${WORKDIR}/openmosix.map; - else - doins ${FILESDIR}/openmosix.map; - fi -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/openmosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r6.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4-r6.ebuild deleted file mode 100644 index e6f39fb8fdac..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4-r6.ebuild +++ /dev/null @@ -1,101 +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/openmosix-user/openmosix-user-0.2.4-r6.ebuild,v 1.1 2003/03/31 14:31:02 tantive Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then - eerror - eerror "Your linux kernel sources do not appear to be openmosix," - eerror "please check your /usr/src/linux symlink." - eerror - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - cat Makefile | sed s/DIRS.*=/DIRS=autodiscovery/g > Makefile.tmp - mv Makefile.tmp Makefile - cat > configuration << EOF - -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF - -#non-alpha-mode for autodiscovery (omdiscd) -cd ${S}/autodiscovery -cat openmosix.c | grep -v "define ALPHA" > openmosix.c.tmp -mv openmosix.c.tmp openmosix.c -cat showmap.c | grep -v "define ALPHA" > showmap.c.tmp -mv showmap.c.tmp showmap.c -} - -src_compile() { - cd ${S} - make clean build -} - -src_install() { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/share/include - dodir /usr/bin - dodir /bin - ln -s /usr/bin/migrate ${D}/bin/migrate - ln -s /usr/bin/mmon ${D}/bin/mmon - ln -s /usr/bin/mosctl ${D}/bin/mosctl - ln -s /usr/bin/mosrun ${D}/bin/mosrun - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #Test if mosix.map is present, stub appropriate openmosix.map - #file - if test -e /etc/openmosix.map; then - einfo "Seems you already have a openmosix.map file, using it."; - elif test -e /etc/mosix.map; then - cp /etc/mosix.map ${WORKDIR}/openmosix.map; - doins ${WORKDIR}/openmosix.map; - else - doins ${FILESDIR}/openmosix.map; - fi -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/openmosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.2.4.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.2.4.ebuild deleted file mode 100644 index c51d5d29dde6..000000000000 --- a/sys-cluster/openmosix-user/openmosix-user-0.2.4.ebuild +++ /dev/null @@ -1,67 +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/openmosix-user/openmosix-user-0.2.4.ebuild,v 1.4 2003/03/11 21:11:47 seemant Exp $ - -S=${WORKDIR}/openMosixUserland-${PV} -DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" -SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz" -HOMEPAGE="http://www.openmosix.com/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-kernel/openmosix-sources-2.4.18" -RDEPEND="${DEPEND} - sys-apps/findutils - dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc -alpha" - -src_unpack() { - unpack ${A} - cd ${S} - cat > configuration << EOF -OPENMOSIX=/usr/src/linux -PROCDIR=/proc/hpc -MONNAME=mmon -CC=gcc -INSTALLDIR=/usr -CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS} -INSTALL=/usr/bin/install -EOF -} - -src_compile() { - cd ${S} - make clean build -} - -src_install () { - dodir /usr/lib - dodir /usr/sbin - dodir /usr/include - dodir /usr/bin - dodir /usr/share/man/man1 - make INSTALLBASEDIR=${D}usr \ - INSTALLMANDIR=${D}usr/share/man \ - INSTALLEXTRADIR=${D}usr/share \ - DESTDIR=${D} \ - INSTALLDIR=${D}usr \ - install - - dodoc COPYING README - exeinto /etc/init.d - newexe ${FILESDIR}/openmosix.init openmosix - insinto /etc - #stub mosix.map file - doins ${FILESDIR}/mosix.map -} - -pkg_postinst() { - einfo - einfo " To complete openMosix installation, edit /etc/mosix.map and then type:" - einfo " # rc-update add openmosix default" - einfo " ...to add openMosix to the default runlevel. This particular version of" - einfo " openmosix-user has been designed to work with the linux-2.4.18-openmosix-r1" - einfo " or later kernel (>=sys-kernel/openmosix-sources-2.4.18)" - einfo -} diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild index 1d41dd2a3d4a..65c7184e0e57 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild,v 1.1 2003/05/07 21:26:31 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild,v 1.2 2003/05/08 22:42:20 tantive Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -14,7 +14,7 @@ RDEPEND="${DEPEND} dev-lang/perl" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then @@ -62,10 +62,8 @@ src_install() { dodoc COPYING README rm ${D}/etc/init.d/openmosix - rm ${D}/etc/init.d/openmosixcollector exeinto /etc/init.d newexe ${FILESDIR}/openmosix.init openmosix - newexe ${FILESDIR}/openmosixcollector.init openmosixcollector insinto /etc rm ${D}/etc/openmosix.map #Test if mosix.map is present, stub appropriate openmosix.map |