diff options
Diffstat (limited to 'sys-cluster/openmosix-3dmon-stats')
6 files changed, 0 insertions, 163 deletions
diff --git a/sys-cluster/openmosix-3dmon-stats/ChangeLog b/sys-cluster/openmosix-3dmon-stats/ChangeLog deleted file mode 100644 index e2a25e381fc3..000000000000 --- a/sys-cluster/openmosix-3dmon-stats/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for sys-cluster/openmosix-3dmon-stats -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon-stats/ChangeLog,v 1.5 2006/02/17 16:48:49 blubb Exp $ - - 17 Feb 2006; Simon Stelling <blubb@gentoo.org> - +files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch, - -files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2, - openmosix-3dmon-stats-0.2.1.ebuild: - no need to bzip smallish patches - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> - openmosix-3dmon-stats-0.2.1.ebuild: - virtual/glibc -> virtual/libc - - 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> - openmosix-3dmon-stats-0.2.1.ebuild: - Add inherit eutils - -*openmosix-3dmon-stats-0.2.1 (22 Mar 2004) - - 22 Mar 2004; Michael Imhof <tantive@gentoo.org> openmosix-3dmon-stats-0.2.1.ebuild: - Initial ebuild submitted by Konstantin Arkhipov <voxus@infonet.ee>. - Closes #22502.
\ No newline at end of file diff --git a/sys-cluster/openmosix-3dmon-stats/Manifest b/sys-cluster/openmosix-3dmon-stats/Manifest deleted file mode 100644 index f6ac40961592..000000000000 --- a/sys-cluster/openmosix-3dmon-stats/Manifest +++ /dev/null @@ -1,15 +0,0 @@ -MD5 747414c6296789b0119a0a532bf3f216 ChangeLog 950 -RMD160 1e4b3a166beeec7c9afb8e97a295ee8a6e288b95 ChangeLog 950 -SHA256 df6d4b024527530a51839defb6a3464795a7bd69b2a8284a9fc847029941c4bd ChangeLog 950 -MD5 06b0ebf9ade54beb837ed9bad0595a32 files/digest-openmosix-3dmon-stats-0.2.1 64 -RMD160 06a5ee2cd3b31f90138c67ba51df3d13097961ce files/digest-openmosix-3dmon-stats-0.2.1 64 -SHA256 37f70be2c540e2217dff6ca1a6d8c33787bb6cad2e6d6616fe8c4a0f8d6862ba files/digest-openmosix-3dmon-stats-0.2.1 64 -MD5 7b654e830bef778c59df531108659387 files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch 1400 -RMD160 39040ab659f2bad6b00fade456bcde43ebbea01b files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch 1400 -SHA256 ee4833669f71c1bdfa7966d79ce223253656704f65752b01ad67d4e3fae3bcbf files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch 1400 -MD5 c43fa6073244d71313f9aeb54f341ca8 metadata.xml 316 -RMD160 d78bbae4f2927ca974cbf7dae6b8e0de18b71afa metadata.xml 316 -SHA256 c770ba083c1594688984a2bc8e2b91ee1bde20e5bf17ed87d9c3ec326a110564 metadata.xml 316 -MD5 efa752ee09ab355ff617fa770550abac openmosix-3dmon-stats-0.2.1.ebuild 1397 -RMD160 17f956665d33a3f2972dc978fc76702f6f6f20ed openmosix-3dmon-stats-0.2.1.ebuild 1397 -SHA256 1276e58f724fea9380193055e39eaeec8d2822d24e207c6b86fd3158a1b2abcd openmosix-3dmon-stats-0.2.1.ebuild 1397 diff --git a/sys-cluster/openmosix-3dmon-stats/files/digest-openmosix-3dmon-stats-0.2.1 b/sys-cluster/openmosix-3dmon-stats/files/digest-openmosix-3dmon-stats-0.2.1 deleted file mode 100644 index 3f912f42192d..000000000000 --- a/sys-cluster/openmosix-3dmon-stats/files/digest-openmosix-3dmon-stats-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 89c1625d8aaeb827edd230272ed89630 mosstatd-0.2.1.tar.gz 6356 diff --git a/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch b/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch deleted file mode 100644 index 24663d54d6a7..000000000000 --- a/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch +++ /dev/null @@ -1,53 +0,0 @@ -diff -Nru mosstatd-0.2.1/Makefile mosstatd-0.2.1-fix/Makefile ---- mosstatd-0.2.1/Makefile 2002-11-16 12:49:11.000000000 +0300 -+++ mosstatd-0.2.1-fix/Makefile 2004-03-21 23:09:33.000000000 +0300 -@@ -4,13 +4,15 @@ - OWNER=root - GROUP=root - CTAGS= ctags -x >tags --CFLAGS= -O -+INCLUDE=/usr/src/linux/include -+CFLAGS= -O -I$(INCLUDE) - LDFLAGS= -s -lmos - CC=gcc - INSTALL=install - SRCS=mosstatd.c - OBJS=mosstatd.o - BINDIR=/usr/bin -+INITDIR=/etc/init.d - - - -@@ -22,6 +24,7 @@ - - # To install it in the right place - install: mosstatd -+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -m 750 omstat $(INITDIR) - $(INSTALL) -c -o $(OWNER) -g $(GROUP) -m 755 mosstatd $(BINDIR) - - # To uninstall it -diff -Nru mosstatd-0.2.1/mosstat mosstatd-0.2.1-fix/mosstat ---- mosstatd-0.2.1/mosstat 1970-01-01 03:00:00.000000000 +0300 -+++ mosstatd-0.2.1-fix/mosstat 2004-03-21 23:07:09.000000000 +0300 -@@ -0,0 +1,21 @@ -+#!/sbin/runscript -+# Copyright 1999-2003 Gentoo Technologies, Inc. -+# Distributed under the terms of the GNU General Public License, v2 or later -+ -+depend() { -+ need net -+} -+ -+start() { -+ ebegin "Starting statistics daemon for 3d openmosix monitor" -+ einfon -+ start-stop-daemon --start --quiet --exec /usr/sbin/mosstatd -+ eend $? -+} -+ -+stop() { -+ ebegin "Stopping statistics daemon for 3d openmosix monitor" -+ start-stop-daemon --stop --quiet --exec /usr/sbin/mosstatd && \ -+ rm /var/run/mosstatd.pid -+ eend $? -+} diff --git a/sys-cluster/openmosix-3dmon-stats/metadata.xml b/sys-cluster/openmosix-3dmon-stats/metadata.xml deleted file mode 100644 index 5f798a9da45b..000000000000 --- a/sys-cluster/openmosix-3dmon-stats/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>cluster</herd> -<maintainer> - <email>voxus@infonet.ee</email> - <name>Konstantin Arkhipov</name> - <description>Release manager, patch manager</description> -</maintainer> -</pkgmetadata> diff --git a/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild b/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild deleted file mode 100644 index e027e53c153f..000000000000 --- a/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild,v 1.6 2006/02/17 16:48:49 blubb Exp $ - -inherit eutils - -S=${WORKDIR}/mosstatd-${PV} -DESCRIPTION="Statistics daemon for three dimensional openmosix's monitoring tool" -SRC_URI="mirror://sourceforge/threedmosmon/mosstatd-${PV}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/threedmosmon" -DEPEND="virtual/libc - sys-cluster/openmosix-user" -RDEPEND="${DEPEND}" -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} - epatch ${FILESDIR}/${P}-makefile+init-script.patch \ - || die "Failed to patch the source." -} - -src_compile() { - cd ${S} - make -} - -src_install() { - dodir /usr/sbin - dodir /etc/init.d - dodir /usr/share/doc - - cd ${S} - chmod 0755 mosstatd && cp -f ./mosstatd ${D}/usr/sbin - chmod 0750 mosstat && cp -f ./mosstat ${D}/etc/init.d/mosstat - - cd ${S} - dodoc README ChangeLog -} - -pkg_postinst() { - einfo - einfo " Type:" - einfo " # rc-update add mosstat default" - einfo " to add openMosix to the default runlevel." - einfo -} |