summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-08-03 18:45:09 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-08-03 18:45:09 +0000
commite8782f052154842703f013fe25986400f5a92166 (patch)
tree9aad062635a50132695405fe941a965cfbfc1de3
parentStable on alpha. (diff)
downloadgentoo-2-e8782f052154842703f013fe25986400f5a92166.tar.gz
gentoo-2-e8782f052154842703f013fe25986400f5a92166.tar.bz2
gentoo-2-e8782f052154842703f013fe25986400f5a92166.zip
* stabilization of -r3
(Portage version: 2.0.51.22-r2)
-rw-r--r--sys-cluster/openmosix-user/ChangeLog6
-rw-r--r--sys-cluster/openmosix-user/Manifest2
-rw-r--r--sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6-r21
-rw-r--r--sys-cluster/openmosix-user/openmosix-user-0.3.6-r2.ebuild98
-rw-r--r--sys-cluster/openmosix-user/openmosix-user-0.3.6-r3.ebuild4
5 files changed, 8 insertions, 103 deletions
diff --git a/sys-cluster/openmosix-user/ChangeLog b/sys-cluster/openmosix-user/ChangeLog
index ca428971e3fb..c6c59a1c08a2 100644
--- a/sys-cluster/openmosix-user/ChangeLog
+++ b/sys-cluster/openmosix-user/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/openmosix-user
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/ChangeLog,v 1.26 2005/06/15 21:05:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/ChangeLog,v 1.27 2005/08/03 18:45:09 voxus Exp $
+
+ 03 Aug 2005; Konstantin Arkhipov <voxus@gentoo.org>
+ -openmosix-user-0.3.6-r2.ebuild, openmosix-0.3.6-r3.ebuild:
+ Finally -r3 goes stable.
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
openmosix-user-0.3.6-r3.ebuild:
diff --git a/sys-cluster/openmosix-user/Manifest b/sys-cluster/openmosix-user/Manifest
index 82123f95b24c..21a53105ebbf 100644
--- a/sys-cluster/openmosix-user/Manifest
+++ b/sys-cluster/openmosix-user/Manifest
@@ -1,5 +1,5 @@
MD5 2342b3d222d1985658bb5a0544bb78c9 openmosix-user-0.3.6-r2.ebuild 2491
-MD5 8ffe484a665900c5ed0d928d0efe51e0 openmosix-user-0.3.6-r3.ebuild 2808
+MD5 bb493daed13633fcd5830b700df3a8a5 openmosix-user-0.3.6-r3.ebuild 2807
MD5 691c7ec948bb6f7caf727382664e348b ChangeLog 4980
MD5 41664043c4624dedcfeeb07950f08d13 metadata.xml 312
MD5 8bba8ee22957c18e2fce4c810644323e files/openmosix.map 382
diff --git a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6-r2 b/sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6-r2
deleted file mode 100644
index aedd439df431..000000000000
--- a/sys-cluster/openmosix-user/files/digest-openmosix-user-0.3.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e947c622b945fda7f24a949b73ba5280 openmosix-tools-0.3.6-2.tar.gz 515181
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.6-r2.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.6-r2.ebuild
deleted file mode 100644
index 5e0c5973c789..000000000000
--- a/sys-cluster/openmosix-user/openmosix-user-0.3.6-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2005 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-r2.ebuild,v 1.2 2005/01/18 16:35:21 tantive Exp $
-
-inherit toolchain-funcs
-
-OMRELEASE=2
-S=${WORKDIR}/openmosix-tools-${PV}-${OMRELEASE}
-DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
-SRC_URI="mirror://sourceforge/openmosix/openmosix-tools-${PV}-${OMRELEASE}.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=$(tc-getCC)
-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
-}
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.6-r3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.6-r3.ebuild
index 03cae1449bc3..f8ccb0d5cb12 100644
--- a/sys-cluster/openmosix-user/openmosix-user-0.3.6-r3.ebuild
+++ b/sys-cluster/openmosix-user/openmosix-user-0.3.6-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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-r3.ebuild,v 1.2 2005/06/15 21:05:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.6-r3.ebuild,v 1.3 2005/08/03 18:45:09 voxus Exp $
inherit toolchain-funcs
@@ -17,7 +17,7 @@ RDEPEND="${DEPEND}
dev-lang/perl"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
IUSE=""
pkg_setup() {