public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/files/
@ 2017-01-29 20:10 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-29 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ba13fc61b27e910459e8f53300685e2600ce6185
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 09:17:34 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:09:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba13fc61

sci-mathematics/genius: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3709

 .../genius/files/genius-1.0.17-gcc4.8.patch        | 28 ---------
 sci-mathematics/genius/files/genius-make.patch     | 73 ----------------------
 2 files changed, 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 34427a7..00000000
--- 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 b975432..00000000
--- 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 \


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-29 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 20:10 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox