From: Michael Mair-Keimberger (asterix) Date: Mon, 30 Jan 2017 16:57:10 +0000 (+0100) Subject: sci-chemistry/burrow-owl: remove unused patches X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a1e896f9fcf71c5f574e4c71f64527664519bc6e;p=gentoo.git sci-chemistry/burrow-owl: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3730 --- 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 index cca640a6347d..000000000000 --- a/sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch +++ /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 index 3dc4cbdf8000..000000000000 --- a/sci-chemistry/burrow-owl/files/1.4-include.patch +++ /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 \n" - "#include \n" - "#include \n" -+ "#include \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 index 340ccd2366e5..000000000000 --- a/sci-chemistry/burrow-owl/files/burrow-owl-1.5-prll.patch +++ /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