diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-08-03 18:45:09 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-08-03 18:45:09 +0000 |
commit | 29d6ae6b9cfd86684d8d6ddeaafc38ebfca73322 (patch) | |
tree | cae52cbf4fbe8f46fd79cc103ae3482fa45ae976 /sys-cluster | |
parent | - useless ebuild (diff) | |
download | historical-29d6ae6b9cfd86684d8d6ddeaafc38ebfca73322.tar.gz historical-29d6ae6b9cfd86684d8d6ddeaafc38ebfca73322.tar.bz2 historical-29d6ae6b9cfd86684d8d6ddeaafc38ebfca73322.zip |
* stabilization of -r3
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-cluster')
5 files changed, 9 insertions, 106 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..3972e4a5df46 100644 --- a/sys-cluster/openmosix-user/Manifest +++ b/sys-cluster/openmosix-user/Manifest @@ -1,8 +1,6 @@ -MD5 2342b3d222d1985658bb5a0544bb78c9 openmosix-user-0.3.6-r2.ebuild 2491 -MD5 8ffe484a665900c5ed0d928d0efe51e0 openmosix-user-0.3.6-r3.ebuild 2808 -MD5 691c7ec948bb6f7caf727382664e348b ChangeLog 4980 +MD5 2093f38997de3acb53e9ef5229c87666 openmosix-user-0.3.6-r3.ebuild 2805 +MD5 c1b243d9764e2a2ee87cbfe923ad99d5 ChangeLog 5122 MD5 41664043c4624dedcfeeb07950f08d13 metadata.xml 312 MD5 8bba8ee22957c18e2fce4c810644323e files/openmosix.map 382 MD5 7f4416fd3fa777945fd838f447b7b977 files/openmosix.init 2851 -MD5 2cd0de3f32bf02aa324ddc84dd3a33e6 files/digest-openmosix-user-0.3.6-r2 75 MD5 2cd0de3f32bf02aa324ddc84dd3a33e6 files/digest-openmosix-user-0.3.6-r3 75 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() { |