diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 17:57:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:40:55 +0100 |
commit | a1e896f9fcf71c5f574e4c71f64527664519bc6e (patch) | |
tree | 6f438337f27b2d4cffeceaedb30bbf5d6b22e860 /sci-chemistry | |
parent | sci-chemistry/bkchem: remove unused patch (diff) | |
download | gentoo-a1e896f9fcf71c5f574e4c71f64527664519bc6e.tar.gz gentoo-a1e896f9fcf71c5f574e4c71f64527664519bc6e.tar.bz2 gentoo-a1e896f9fcf71c5f574e4c71f64527664519bc6e.zip |
sci-chemistry/burrow-owl: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch | 38 | ||||
-rw-r--r-- | sci-chemistry/burrow-owl/files/1.4-include.patch | 12 | ||||
-rw-r--r-- | sci-chemistry/burrow-owl/files/burrow-owl-1.5-prll.patch | 20 |
3 files changed, 0 insertions, 70 deletions
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 <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 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 |