no need to bzip smallish patches
authorSimon Stelling <blubb@gentoo.org>
Fri, 17 Feb 2006 16:48:49 +0000 (16:48 +0000)
committerSimon Stelling <blubb@gentoo.org>
Fri, 17 Feb 2006 16:48:49 +0000 (16:48 +0000)
Package-Manager: portage-2.1_pre4-r1

sys-cluster/openmosix-3dmon-stats/ChangeLog
sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch [new file with mode: 0644]
sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2 [deleted file]
sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild
sys-cluster/openmosix-3dmon/ChangeLog
sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch [new file with mode: 0644]
sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch.bz2 [deleted file]
sys-cluster/openmosix-3dmon/openmosix-3dmon-0.2.1.ebuild

index 452701a614978c9850ec2f89893302015c792ba4..e2a25e381fc386d88b8b4d3d5d779b24a19eb087 100644 (file)
@@ -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 (file)
index 0000000..24663d5
--- /dev/null
@@ -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 (file)
index 32e04b1..0000000
Binary files a/sys-cluster/openmosix-3dmon-stats/files/openmosix-3dmon-stats-0.2.1-makefile+init-script.patch.bz2 and /dev/null differ
index 6c0a5467ca809e8540498d2d343f6f642a7a67f1..e027e53c153f2143954dc3ba7fdbdd42b8975a10 100644 (file)
@@ -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."
 }
 
index e4b3b2524382b48c17c335598a002b297940c789..4365a5cadd07493c3374401e9ffe43f6b85657a3 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/openmosix-3dmon
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon/ChangeLog,v 1.4 2004/07/01 21:48:17 eradicator Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon/ChangeLog,v 1.5 2006/02/17 16:47:16 blubb Exp $
+
+  17 Feb 2006; Simon Stelling <blubb@gentoo.org>
+  +files/openmosix-3dmon-0.2.1-trivial.patch,
+  -files/openmosix-3dmon-0.2.1-trivial.patch.bz2,
+  openmosix-3dmon-0.2.1.ebuild:
+  no need to bzip smallish patches
 
   01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
   openmosix-3dmon-0.2.1.ebuild:
diff --git a/sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch b/sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch
new file mode 100644 (file)
index 0000000..c71636e
--- /dev/null
@@ -0,0 +1,165 @@
+diff -Nru 3dmon-0.2.1/3dmosmon/3dmosmon.cpp 3dmon-0.2.1-fix/3dmosmon/3dmosmon.cpp
+--- 3dmon-0.2.1/3dmosmon/3dmosmon.cpp  2002-11-15 20:03:23.000000000 +0300
++++ 3dmon-0.2.1-fix/3dmosmon/3dmosmon.cpp      2004-03-21 21:42:22.805031659 +0300
+@@ -457,7 +457,8 @@
+       switch (key)
+       { 
+       case 'q': kill(kpid, SIGKILL); Barmanager.quit(); break;
+-    
++        case 27 : kill(kpid, SIGKILL); Barmanager.quit(); break;
++      
+       case 'r': Barmanager.ToggleSpin(); break;
+       
+       case 'w':
+@@ -655,7 +656,7 @@
+ }
+       
+-void main(int argc, char** argv)
++int main(int argc, char** argv)
+ {
+       ParseArguments(argc, argv);
+diff -Nru 3dmon-0.2.1/3dmosmon/barmanager.h 3dmon-0.2.1-fix/3dmosmon/barmanager.h
+--- 3dmon-0.2.1/3dmosmon/barmanager.h  2002-11-09 17:30:32.000000000 +0300
++++ 3dmon-0.2.1-fix/3dmosmon/barmanager.h      2004-03-21 21:36:40.892913624 +0300
+@@ -27,7 +27,7 @@
+ #include "rand.h"
+ #include "spin.h"
+-#include "map.h"
++#include <map>
+ #define LOAD 1 //values for display mode
+ #define MEM 2
+@@ -68,11 +68,11 @@
+ private:
+       //TwoDMosixMap map;
+ //        map MosixMap;
+-      list <CObject *> ObjectList;
+-      list<CObject *> ::iterator ObjectIter;
++      std::list <CObject *> ObjectList;
++      std::list <CObject *> ::iterator ObjectIter;
+       
+-      list <bar_record> BarList;
+-      list <bar_record> ::iterator BarIter;
++      std::list <bar_record> BarList;
++      std::list <bar_record> ::iterator BarIter;
+       int Spin;
+diff -Nru 3dmon-0.2.1/3dmosmon/materials.h 3dmon-0.2.1-fix/3dmosmon/materials.h
+--- 3dmon-0.2.1/3dmosmon/materials.h   2002-10-11 15:57:04.000000000 +0400
++++ 3dmon-0.2.1-fix/3dmosmon/materials.h       2004-03-21 21:36:40.892913624 +0300
+@@ -29,20 +29,20 @@
+       {1.0, 1.0, 1.0, 1.0},
+       {0.0, 0.0, 0.0, 1.0},   
+       {1.0, 1.0, 1.0, 1.0},
+-      {20.0}
++      20.0
+ };
+  
+ static material_struct lensMaterials = {
+       {0.1, 0.1, 0.1, 1.0},
+       {0.1, 0.1, 0.1, 1.0},   
+       {1.0, 1.0, 1.0, 1.0},
+-      {20.0}
++      20.0
+ };
+ static material_struct redMaterials = {
+       {1.0, 0.0, 0.0, 0.4},
+       {0.0, 0.0, 0.0, 0.4},
+       {0.0, 0.0, 0.0, 0.4},
+-      {20.0}
++      20.0
+ };
+@@ -50,14 +50,14 @@
+       {0.0, 0.6, 0.2, 0.4},
+       {0.0, 0.0, 0.0, 0.4},
+       {0.3, 0.3, 0.3, 0.4},
+-      {20.0}
++      20.0
+ };
+ static material_struct blueMaterials = {
+       {0.0, 0.0, 1.0, 0.4},
+       {0.0, 0.0, 0.0, 0.4},
+       {0.6, 0.6, 0.8, 0.4},
+-      {20.0}
++      20.0
+ };
+@@ -65,7 +65,7 @@
+       {1.0, 1.0, 0.0, 1.0},
+       {0.0, 0.0, 0.0, 1.0},
+       {0.8, 0.8, 0.6, 1.0},
+-      {25.0}
++      25.0
+ };
+@@ -74,7 +74,7 @@
+       {1.0, 0.75, 0.5, 1.0},
+       {0.0, 0.0, 0.0, 1.0},
+       {0.8, 0.8, 0.6, 1.0},
+-      {25.0}
++      25.0
+ };
+@@ -83,35 +83,35 @@
+       {0.0, 0.3, 0.0, 0.3},
+       {1.0, 1.0, 1.0, 0.3},
+       {0.2, 0.2, 0.2, 0.3},
+-      {30.0}
++      30.0
+ };
+ static material_struct groundMaterials = {
+       {0.0, 0.3, 0.0, 1.0},
+       {0.0, 0.0, 0.0, 1.0},
+       {0.6, 0.8, 0.6, 1.0},
+-      {0.0}
++      0.0
+ };
+ static material_struct brownMaterials = {
+       {0.4, 0.24, 0.11, 1.0},
+       {0.0, 0.0, 0.0, 1.0},
+       {0.3, 0.3, 0.3, 1.0},
+-      {35.0}
++      35.0
+ };
+ static material_struct moonMaterials = {
+       {0.5, 0.5, 0.6, 1.0},
+       {0.0, 0.0, 0.0, 1.0},
+       {0.6, 0.6, 0.8, 1.0},
+-      {20.0}
++      20.0
+ };
+ static material_struct sunMaterials = {
+       {0.75, 0.5, 0.0,1.0},
+       {0.0, 0.0, 0.0, 1.0},
+       {0.6, 0.6, 0.8, 1.0},
+-      {20.0}
++      20.0
+ };
+diff -Nru 3dmon-0.2.1/3dmosmon/objects.cpp 3dmon-0.2.1-fix/3dmosmon/objects.cpp
+--- 3dmon-0.2.1/3dmosmon/objects.cpp   2002-11-04 22:13:04.000000000 +0300
++++ 3dmon-0.2.1-fix/3dmosmon/objects.cpp       2004-03-21 21:46:31.954585523 +0300
+@@ -314,7 +314,7 @@
+       glutSolidCone(cone_data.base, cone_data.height, (int)cone_data.stacks, (int)cone_data.slices);
+     
+     glFlush();
+-//    glEnd();
++    glEnd();
+     glLoadIdentity();
+       glPopMatrix();
+ }
diff --git a/sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch.bz2 b/sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch.bz2
deleted file mode 100644 (file)
index 1466176..0000000
Binary files a/sys-cluster/openmosix-3dmon/files/openmosix-3dmon-0.2.1-trivial.patch.bz2 and /dev/null differ
index 5e78d752ce19dc1245fd821bca3b0b997876794e..68fd2f2474fb9239d73ce2c96087743738c5e62f 100644 (file)
@@ -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/openmosix-3dmon-0.2.1.ebuild,v 1.5 2004/07/15 03:03:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon/openmosix-3dmon-0.2.1.ebuild,v 1.6 2006/02/17 16:47:16 blubb Exp $
 
 inherit eutils
 
@@ -19,8 +19,8 @@ IUSE=""
 src_unpack() {
        unpack ${A}
 
-       cd ${S}                                                                                 && \
-               epatch ${FILESDIR}/${P}-trivial.patch.bz2       || die "Failed to patch the source."
+       cd ${S} && \
+               epatch ${FILESDIR}/${P}-trivial.patch || die "Failed to patch the source."
 }
 
 src_compile() {