summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-01-13 23:08:00 +0100
committerAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-01-13 23:09:25 +0100
commit9bbdf6e7566f70e41e1d565b84da2e22da33c269 (patch)
tree87e4a3ad6637da6f33e6f0f525bd016c25cf1497 /games-simulation/corewars/files
parentRemove broken packages reported by QA (diff)
downloadaluco-master.tar.gz
aluco-master.tar.bz2
aluco-master.zip
Remove broken packages reported by QAHEADmaster
- phoronix-test-suite - spacenavd - radare2 - moria - omega - corewars Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'games-simulation/corewars/files')
-rw-r--r--games-simulation/corewars/files/0.9.13-corewars-lm.patch12
-rw-r--r--games-simulation/corewars/files/0.9.13-fix-get_current_dir_name-prototype.patch11
-rw-r--r--games-simulation/corewars/files/reroute.cw17
3 files changed, 0 insertions, 40 deletions
diff --git a/games-simulation/corewars/files/0.9.13-corewars-lm.patch b/games-simulation/corewars/files/0.9.13-corewars-lm.patch
deleted file mode 100644
index 2bedfe1..0000000
--- a/games-simulation/corewars/files/0.9.13-corewars-lm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Npur corewars-0.9.13.orig/configure.ac corewars-0.9.13/configure.ac
---- corewars-0.9.13.orig/configure.ac 2014-10-13 21:14:24.986941709 +0200
-+++ corewars-0.9.13/configure.ac 2014-10-13 21:21:02.827976130 +0200
-@@ -49,7 +49,7 @@ AM_PATH_GTK_2_0(2.0.0,,COREWARS=;AC_MSG_
- ************************************************************************
- ]))
-
--LIBS="$LIBS $GTK_LIBS"
-+LIBS="$LIBS $GTK_LIBS -lm"
- dnl GTK_INCLUDE=`gtk-config --cflags`
- AC_SUBST(INCLUDES)
- INCLUDES="$INCLUDES $GTK_CFLAGS"
diff --git a/games-simulation/corewars/files/0.9.13-fix-get_current_dir_name-prototype.patch b/games-simulation/corewars/files/0.9.13-fix-get_current_dir_name-prototype.patch
deleted file mode 100644
index d5d9cd7..0000000
--- a/games-simulation/corewars/files/0.9.13-fix-get_current_dir_name-prototype.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Npur corewars-0.9.13.orig/src/main-gui.c corewars-0.9.13/src/main-gui.c
---- corewars-0.9.13.orig/src/main-gui.c 2014-10-14 23:08:11.461410224 +0200
-+++ corewars-0.9.13/src/main-gui.c 2014-10-14 23:09:38.931417792 +0200
-@@ -15,6 +15,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-+#define _GNU_SOURCE
- #include <stdlib.h>
- #include <gtk/gtk.h>
- #include <string.h>
diff --git a/games-simulation/corewars/files/reroute.cw b/games-simulation/corewars/files/reroute.cw
deleted file mode 100644
index 1c15271..0000000
--- a/games-simulation/corewars/files/reroute.cw
+++ /dev/null
@@ -1,17 +0,0 @@
-# Reroute other processes to execute my code
-
- Title "Reroute"
- Author "Jonathan Enders <kannibalenfleisch@web.de>"
-DIA: data &DIA #DestinationIndexA for Jump-Instruction
-DIB: data &DIB #DestinationIndexB for Jump-Coordinates
-
-S: add -2038,DIA
- add -2038,DIB #Move Jump-Instruction to more
- move INST,[DIA] #or less random location
- move DIS,[DIB]
-
-E: jump S #Repeat
-
-
-INST: jump [DIS] #Instruction to be copied to Destination
-DIS: data &S #Address where other processes should jump to