summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-02-17 16:48:49 +0000
committerSimon Stelling <blubb@gentoo.org>2006-02-17 16:48:49 +0000
commitd316b1c5c5cf632e436a92032801b86a6fbbf8e8 (patch)
tree8fcfb4158cc97a87c83c006050932e14ace295d9 /sys-cluster/openmosix-3dmon-stats
parentremove unneeded file (diff)
downloadhistorical-d316b1c5c5cf632e436a92032801b86a6fbbf8e8.tar.gz
historical-d316b1c5c5cf632e436a92032801b86a6fbbf8e8.tar.bz2
historical-d316b1c5c5cf632e436a92032801b86a6fbbf8e8.zip
no need to bzip smallish patches
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'sys-cluster/openmosix-3dmon-stats')
-rw-r--r--sys-cluster/openmosix-3dmon-stats/ChangeLog10
-rw-r--r--sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch53
-rw-r--r--sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2bin760 -> 0 bytes
-rw-r--r--sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild6
4 files changed, 64 insertions, 5 deletions
diff --git a/sys-cluster/openmosix-3dmon-stats/ChangeLog b/sys-cluster/openmosix-3dmon-stats/ChangeLog
index 452701a61497..e2a25e381fc3 100644
--- a/sys-cluster/openmosix-3dmon-stats/ChangeLog
+++ b/sys-cluster/openmosix-3dmon-stats/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/openmosix-3dmon-stats
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon-stats/ChangeLog,v 1.4 2004/07/01 21:48:30 eradicator Exp $
+# 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:
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
new file mode 100644
index 000000000000..24663d54d6a7
--- /dev/null
+++ b/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch
@@ -0,0 +1,53 @@
+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/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2 b/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2
deleted file mode 100644
index 32e04b1bbddf..000000000000
--- a/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2
+++ /dev/null
Binary files differ
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
index 6c0a5467ca80..e027e53c153f 100644
--- 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
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.5 2004/07/15 03:04:10 agriffis Exp $
+# $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
@@ -30,7 +30,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-makefile+init-script.patch.bz2 \
+ epatch ${FILESDIR}/${P}-makefile+init-script.patch \
|| die "Failed to patch the source."
}