sci-chemistry/burrow-owl: remove unused patches
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 30 Jan 2017 16:57:10 +0000 (17:57 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 31 Jan 2017 08:40:55 +0000 (09:40 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3730

sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch [deleted file]
sci-chemistry/burrow-owl/files/1.4-include.patch [deleted file]
sci-chemistry/burrow-owl/files/burrow-owl-1.5-prll.patch [deleted file]

diff --git a/sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch b/sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch
deleted file mode 100644 (file)
index cca640a..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-Fix build with GLIBC-2.12
-
-http://bugs.gentoo.org/show_bug.cgi?id=333843
-
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -82,8 +82,8 @@
- painter.h  \
- ticket.c  \
- ticket.h \
--endian.c \
--endian.h \
-+bo_endian.c \
-+bo_endian.h \
- version.c \
- version.h
---- src/hosbackingfile.c
-+++ src/hosbackingfile.c
-@@ -18,6 +18,7 @@
-  */
- #include "hosbackingfile.h"
-+#include "bo_endian.h"
- #define DEFAULT_BUF_SIZE 512
---- src/nih.c
-+++ src/nih.c
-@@ -24,7 +24,7 @@
- #include "hosdimensionblock.h"
- #include "hosbackingblock.h"
- #include "hosbackingfile.h"
--#include "endian.h"
-+#include "bo_endian.h"
- /*  --- header contents ----
-  *
diff --git a/sci-chemistry/burrow-owl/files/1.4-include.patch b/sci-chemistry/burrow-owl/files/1.4-include.patch
deleted file mode 100644 (file)
index 3dc4cbd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/gw/spectrum-spec.scm b/src/gw/spectrum-spec.scm
-index 253464c..605796c 100644
---- a/src/gw/spectrum-spec.scm
-+++ b/src/gw/spectrum-spec.scm
-@@ -30,6 +30,7 @@
-         "#include <painter_gdk.h>\n"
-         "#include <burrow/nih.h>\n"
-         "#include <hosbackingsim.h>\n"
-+        "#include <guile-cairo/guile-cairo-smob-types.h>\n"
-         "\n"))
-         ; couple of disabled sources
diff --git a/sci-chemistry/burrow-owl/files/burrow-owl-1.5-prll.patch b/sci-chemistry/burrow-owl/files/burrow-owl-1.5-prll.patch
deleted file mode 100644 (file)
index 340ccd2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
- burrow/canvas/gw/Makefile.am |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/canvas/gw/Makefile.am b/burrow/canvas/gw/Makefile.am
-index da50ee3..2ed89bc 100644
---- a/burrow/canvas/gw/Makefile.am
-+++ b/burrow/canvas/gw/Makefile.am
-@@ -31,9 +31,11 @@ H2DEF=@top_srcdir@/utils/h2def.py
- canvas.defs: $(HEADERS_1)
-       $(H2DEF) --all $(HEADERS_1) > $@
--canvas-gw.c canvas-gw.h canvas-gw.scm: canvas.defs
-+canvas-gw.c canvas-gw.h: canvas.defs
-       GUILE_LOAD_PATH=@srcdir@:@builddir@:@GUILE_GNOME_MODULE_DIR@:@G_WRAP_MODULE_DIR@:$$GUILE_LOAD_PATH $(GUILE) -s @srcdir@/run-g-wrap.scm
-+BUILT_SOURCES=canvas-gw.c canvas-gw.h canvas.defs
-+
- INCLUDES=@GTK_CFLAGS@ @G_WRAP_CFLAGS@ @GUILE_GNOME_CFLAGS@ @GUILE_CAIRO_CFLAGS@ @GUILE_CFLAGS@ -I$(headers_dir) -I@top_srcdir@
- moduledir=$(datadir)/guile/burrow