summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-06 07:11:44 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-06 07:11:44 +0000
commit7c25f4c31195dee1cb186a925edcb3cfe9b262dd (patch)
tree526bc3030d8063e503d792817e9faee24abdfa5d /sys-cluster/openmosix-user
parent (Manifest recommit) (diff)
downloadgentoo-2-7c25f4c31195dee1cb186a925edcb3cfe9b262dd.tar.gz
gentoo-2-7c25f4c31195dee1cb186a925edcb3cfe9b262dd.tar.bz2
gentoo-2-7c25f4c31195dee1cb186a925edcb3cfe9b262dd.zip
unmask
Diffstat (limited to 'sys-cluster/openmosix-user')
-rw-r--r--sys-cluster/openmosix-user/ChangeLog9
-rw-r--r--sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.61
-rw-r--r--sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild4
-rw-r--r--sys-cluster/openmosix-user/openmosix-user-0.3.6.ebuild95
4 files changed, 10 insertions, 99 deletions
diff --git a/sys-cluster/openmosix-user/ChangeLog b/sys-cluster/openmosix-user/ChangeLog
index f0422f39fcd6..1d5ee3a5f046 100644
--- a/sys-cluster/openmosix-user/ChangeLog
+++ b/sys-cluster/openmosix-user/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-cluster/openmosix-user
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/ChangeLog,v 1.21 2004/08/05 15:02:54 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/ChangeLog,v 1.22 2004/08/06 07:11:44 voxus Exp $
+
+*openmosix-user-0.3.6-r1 (06 Aug 2004)
+
+ 06 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org>
+ -openmosix-user-0.3.6.ebuild,
+ openmosix-user-0.3.6-r1.ebuild:
+ Unmasked -r1 on x86, old version dropped.
*openmosix-user-0.3.6-r1 (05 Aug 2004)
diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6
deleted file mode 100644
index 5add8eec6bc4..000000000000
--- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7bde8d0f0f8d7f6c916bd980bef5e88c openmosix-tools-0.3.6.tar.gz 513202
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild
index 3f532ac7a4f1..ea9af9c713d4 100644
--- a/sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild
+++ b/sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild,v 1.1 2004/08/05 15:02:54 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.6-r1.ebuild,v 1.2 2004/08/06 07:11:44 voxus Exp $
PV=0.3.6-2
S=${WORKDIR}/openmosix-tools-${PV}
@@ -15,7 +15,7 @@ RDEPEND="${DEPEND}
dev-lang/perl"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
IUSE=""
pkg_setup() {
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.6.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.6.ebuild
deleted file mode 100644
index c85e361fb667..000000000000
--- a/sys-cluster/openmosix-user/openmosix-user-0.3.6.ebuild
+++ /dev/null
@@ -1,95 +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/openmosix-user/openmosix-user-0.3.6.ebuild,v 1.2 2004/07/15 03:04:45 agriffis Exp $
-
-S=${WORKDIR}/openmosix-tools-${PV}
-DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
-SRC_URI="mirror://sourceforge/openmosix/openmosix-tools-${PV}.tar.gz"
-HOMEPAGE="http://www.openmosix.com/"
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2
- >=sys-kernel/openmosix-sources-2.4.24"
-RDEPEND="${DEPEND}
- sys-apps/findutils
- dev-lang/perl"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-* ~x86"
-IUSE=""
-
-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 -I${S}/moslib ${CFLAGS}
-INSTALL=/usr/bin/install
-EOF
-}
-
-src_compile() {
- cd ${S}
- ./configure --with-kerneldir=/usr/src/linux \
- --mandir=${D}usr/share/man \
- --sysconfdir=${D}/etc \
- --bindir=${D}/bin \
- --sbindir=${D}/sbin \
- --libdir=${D}/usr/lib \
- --with-sysvdir=${D}/etc/init.d \
- --with-configdir=${D}/etc/openmosix \
- --with-mapdir=${D}/etc \
- --with-mosrundir=${D}/bin \
- --prefix=${D}/usr
- make
-}
-
-src_install() {
- dodir /bin
- dodir /sbin
- dodir /usr/share/doc
- dodir /usr/share/man/man1
-
- make install
-
- dodoc COPYING README
- rm ${D}/etc/init.d/openmosix
- exeinto /etc/init.d
- newexe ${FILESDIR}/openmosix.init openmosix
- insinto /etc
- rm ${D}/etc/openmosix.map
- #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 or"
- einfo " delete it to use autodiscovery."
- einfo " Type:"
- einfo " # rc-update add openmosix default"
- einfo " to add openMosix to the default runlevel."
- einfo
-}