Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/files/
Date: Sun, 29 Jan 2017 20:11:11
Message-Id: 1485720580.ba13fc61b27e910459e8f53300685e2600ce6185.soap@gentoo
1 commit: ba13fc61b27e910459e8f53300685e2600ce6185
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:17:34 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba13fc61
7
8 sci-mathematics/genius: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 .../genius/files/genius-1.0.17-gcc4.8.patch | 28 ---------
13 sci-mathematics/genius/files/genius-make.patch | 73 ----------------------
14 2 files changed, 101 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 34427a7..00000000
19 --- a/sci-mathematics/genius/files/genius-1.0.17-gcc4.8.patch
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 - src/genius-readline-helper.c | 2 +-
23 - src/inter.c | 2 +-
24 - 2 files changed, 2 insertions(+), 2 deletions(-)
25 -
26 -diff --git a/src/genius-readline-helper.c b/src/genius-readline-helper.c
27 -index 7e9e84b..dbf8fd2 100644
28 ---- a/src/genius-readline-helper.c
29 -+++ b/src/genius-readline-helper.c
30 -@@ -183,7 +183,7 @@ main(int argc, char *argv[])
31 - rl_terminal_name = "xterm";
32 - rl_readline_name = "Genius";
33 - rl_attempted_completion_function =
34 -- (CPPFunction *)tab_completion;
35 -+ (rl_completion_func_t *)tab_completion;
36 -
37 - while(fgets(buf,4096,infp)) {
38 - int count;
39 -diff --git a/src/inter.c b/src/inter.c
40 -index 915f115..f0d2558 100644
41 ---- a/src/inter.c
42 -+++ b/src/inter.c
43 -@@ -367,5 +367,5 @@ init_inter(void)
44 - {
45 - rl_readline_name = "Genius";
46 - rl_attempted_completion_function =
47 -- (CPPFunction *)tab_completion;
48 -+ (rl_completion_func_t *)tab_completion;
49 - }
50
51 diff --git a/sci-mathematics/genius/files/genius-make.patch b/sci-mathematics/genius/files/genius-make.patch
52 deleted file mode 100644
53 index b975432..00000000
54 --- a/sci-mathematics/genius/files/genius-make.patch
55 +++ /dev/null
56 @@ -1,73 +0,0 @@
57 ---- gtkextra/Makefile.in-orig 2010-08-22 16:18:31.099596456 -0500
58 -+++ gtkextra/Makefile.in 2010-08-22 16:20:46.375575923 -0500
59 -@@ -106,16 +106,16 @@
60 - first=`echo "$$dir1" | sed -e "$$sed_first"`; \
61 - if test "$$first" != "."; then \
62 - if test "$$first" = ".."; then \
63 -- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
64 -- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
65 -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
66 -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
67 - else \
68 -- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
69 -- if test "$$first2" = "$$first"; then \
70 -- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
71 -- else \
72 -- dir2="../$$dir2"; \
73 -- fi; \
74 -- dir0="$$dir0"/"$$first"; \
75 -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
76 -+ if test "$$first2" = "$$first"; then \
77 -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
78 -+ else \
79 -+ dir2="../$$dir2"; \
80 -+ fi; \
81 -+ dir0="$$dir0"/"$$first"; \
82 - fi; \
83 - fi; \
84 - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
85 -@@ -391,7 +391,7 @@
86 - case '$(am__configure_deps)' in \
87 - *$$dep*) \
88 - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
89 -- && { if test -f $@; then exit 0; else break; fi; }; \
90 -+ && { if test -f $@; then exit 0; else break; fi; }; \
91 - exit 1;; \
92 - esac; \
93 - done; \
94 -@@ -670,12 +670,12 @@
95 - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
96 - ($(am__cd) $$subdir && \
97 - $(MAKE) $(AM_MAKEFLAGS) \
98 -- top_distdir="$$new_top_distdir" \
99 -- distdir="$$new_distdir" \
100 -+ top_distdir="$$new_top_distdir" \
101 -+ distdir="$$new_distdir" \
102 - am__remove_distdir=: \
103 - am__skip_length_check=: \
104 - am__skip_mode_fix=: \
105 -- distdir) \
106 -+ distdir) \
107 - || exit 1; \
108 - fi; \
109 - done
110 -@@ -800,13 +800,13 @@
111 -
112 -
113 - $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
114 -- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
115 -- && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
116 -- || ( rm -f gtkextra-marshal.tmp && exit 1 )
117 -+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
118 -+ && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
119 -+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
120 - $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
121 -- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
122 -- && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
123 -- || ( rm -f gtkextra-marshal.tmp && exit 1 )
124 -+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
125 -+ && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
126 -+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
127 -
128 - $(srcdir)/gtkextratypebuiltins.h: $(public_h_sources)
129 - ( cd $(srcdir) && glib-mkenums \