summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 10:17:34 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:40 +0100
commitba13fc61b27e910459e8f53300685e2600ce6185 (patch)
treef5ad468ac35fd750b02c8217f7b331afd0e93360 /sci-mathematics/genius/files
parentsci-libs/ssm: remove unused patches (diff)
downloadgentoo-ba13fc61b27e910459e8f53300685e2600ce6185.tar.gz
gentoo-ba13fc61b27e910459e8f53300685e2600ce6185.tar.bz2
gentoo-ba13fc61b27e910459e8f53300685e2600ce6185.zip
sci-mathematics/genius: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3709
Diffstat (limited to 'sci-mathematics/genius/files')
-rw-r--r--sci-mathematics/genius/files/genius-1.0.17-gcc4.8.patch28
-rw-r--r--sci-mathematics/genius/files/genius-make.patch73
2 files changed, 0 insertions, 101 deletions
diff --git a/sci-mathematics/genius/files/genius-1.0.17-gcc4.8.patch b/sci-mathematics/genius/files/genius-1.0.17-gcc4.8.patch
deleted file mode 100644
index 34427a72dda1..000000000000
--- a/sci-mathematics/genius/files/genius-1.0.17-gcc4.8.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- src/genius-readline-helper.c | 2 +-
- src/inter.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/genius-readline-helper.c b/src/genius-readline-helper.c
-index 7e9e84b..dbf8fd2 100644
---- a/src/genius-readline-helper.c
-+++ b/src/genius-readline-helper.c
-@@ -183,7 +183,7 @@ main(int argc, char *argv[])
- rl_terminal_name = "xterm";
- rl_readline_name = "Genius";
- rl_attempted_completion_function =
-- (CPPFunction *)tab_completion;
-+ (rl_completion_func_t *)tab_completion;
-
- while(fgets(buf,4096,infp)) {
- int count;
-diff --git a/src/inter.c b/src/inter.c
-index 915f115..f0d2558 100644
---- a/src/inter.c
-+++ b/src/inter.c
-@@ -367,5 +367,5 @@ init_inter(void)
- {
- rl_readline_name = "Genius";
- rl_attempted_completion_function =
-- (CPPFunction *)tab_completion;
-+ (rl_completion_func_t *)tab_completion;
- }
diff --git a/sci-mathematics/genius/files/genius-make.patch b/sci-mathematics/genius/files/genius-make.patch
deleted file mode 100644
index b9754325aea4..000000000000
--- a/sci-mathematics/genius/files/genius-make.patch
+++ /dev/null
@@ -1,73 +0,0 @@
---- gtkextra/Makefile.in-orig 2010-08-22 16:18:31.099596456 -0500
-+++ gtkextra/Makefile.in 2010-08-22 16:20:46.375575923 -0500
-@@ -106,16 +106,16 @@
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
- if test "$$first" != "."; then \
- if test "$$first" = ".."; then \
-- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
- else \
-- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-- if test "$$first2" = "$$first"; then \
-- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-- else \
-- dir2="../$$dir2"; \
-- fi; \
-- dir0="$$dir0"/"$$first"; \
-+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-+ if test "$$first2" = "$$first"; then \
-+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-+ else \
-+ dir2="../$$dir2"; \
-+ fi; \
-+ dir0="$$dir0"/"$$first"; \
- fi; \
- fi; \
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-@@ -391,7 +391,7 @@
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-- && { if test -f $@; then exit 0; else break; fi; }; \
-+ && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
-@@ -670,12 +670,12 @@
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
- ($(am__cd) $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
-- top_distdir="$$new_top_distdir" \
-- distdir="$$new_distdir" \
-+ top_distdir="$$new_top_distdir" \
-+ distdir="$$new_distdir" \
- am__remove_distdir=: \
- am__skip_length_check=: \
- am__skip_mode_fix=: \
-- distdir) \
-+ distdir) \
- || exit 1; \
- fi; \
- done
-@@ -800,13 +800,13 @@
-
-
- $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
-- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
-- && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
-- || ( rm -f gtkextra-marshal.tmp && exit 1 )
-+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
-+ && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
-+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
- $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
-- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
-- && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
-- || ( rm -f gtkextra-marshal.tmp && exit 1 )
-+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
-+ && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
-+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
-
- $(srcdir)/gtkextratypebuiltins.h: $(public_h_sources)
- ( cd $(srcdir) && glib-mkenums \