Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/files/
Date: Wed, 13 Jul 2016 10:17:56
Message-Id: 1468405066.6568eda884cbd6854acc8103b1e12eddfcc54892.monsieurp@gentoo
1 commit: 6568eda884cbd6854acc8103b1e12eddfcc54892
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 12 17:34:40 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 10:17:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6568eda8
7
8 app-office/texmacs: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/1876
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-office/texmacs/files/texmacs-mupad.patch | 8 -----
15 app-office/texmacs/files/texmacs-plugins.patch | 48 --------------------------
16 app-office/texmacs/files/texmacs-strip.patch | 14 --------
17 3 files changed, 70 deletions(-)
18
19 diff --git a/app-office/texmacs/files/texmacs-mupad.patch b/app-office/texmacs/files/texmacs-mupad.patch
20 deleted file mode 100644
21 index a6a6b5e..0000000
22 --- a/app-office/texmacs/files/texmacs-mupad.patch
23 +++ /dev/null
24 @@ -1,8 +0,0 @@
25 -diff -r -U1 TeXmacs-1.0.7.10-src.orig/plugins/mupad/bin/tm_mupad_help TeXmacs-1.0.7.10-src/plugins/mupad/bin/tm_mupad_help
26 ---- TeXmacs-1.0.7.10-src.orig/plugins/mupad/bin/tm_mupad_help 2011-03-05 16:46:18.000000000 +0600
27 -+++ TeXmacs-1.0.7.10-src/plugins/mupad/bin/tm_mupad_help 2011-03-18 01:56:23.000000000 +0600
28 -@@ -28,3 +28,3 @@
29 - export SYSINFO
30 --LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MuPAD_ROOT_PATH}/${SYSINFO}/lib:/usr/local/X11R6/motif-2.0/lib:/usr/local/X11R6/lib:$MuPAD_ROOT_PATH/$SYSINFO/bin
31 -+LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}${MuPAD_ROOT_PATH}/${SYSINFO}/lib:/usr/local/X11R6/motif-2.0/lib:/usr/local/X11R6/lib:$MuPAD_ROOT_PATH/$SYSINFO/bin
32 - export LD_LIBRARY_PATH
33
34 diff --git a/app-office/texmacs/files/texmacs-plugins.patch b/app-office/texmacs/files/texmacs-plugins.patch
35 deleted file mode 100644
36 index bb6197f..0000000
37 --- a/app-office/texmacs/files/texmacs-plugins.patch
38 +++ /dev/null
39 @@ -1,48 +0,0 @@
40 -diff -r -U1 TeXmacs-1.0.7.16-src.orig/plugins/axiom/Makefile TeXmacs-1.0.7.16-src/plugins/axiom/Makefile
41 ---- TeXmacs-1.0.7.16-src.orig/plugins/axiom/Makefile 2010-12-18 01:02:16.000000000 +0600
42 -+++ TeXmacs-1.0.7.16-src/plugins/axiom/Makefile 2012-09-13 00:38:53.000000000 +0700
43 -@@ -16,3 +16,3 @@
44 - bin/tm_axiom: src/tm_axiom.c
45 -- $(CC) $(CPPFLAGS) $(CFLAGS) src/tm_axiom.c -o bin/tm_axiom
46 -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/tm_axiom.c -o bin/tm_axiom
47 -
48 -diff -r -U1 TeXmacs-1.0.7.16-src.orig/plugins/graphviz/Makefile TeXmacs-1.0.7.16-src/plugins/graphviz/Makefile
49 ---- TeXmacs-1.0.7.16-src.orig/plugins/graphviz/Makefile 2010-12-18 01:02:15.000000000 +0600
50 -+++ TeXmacs-1.0.7.16-src/plugins/graphviz/Makefile 2012-09-13 00:38:58.000000000 +0700
51 -@@ -16,3 +16,3 @@
52 - bin/tm_graphviz: src/tm_graphviz.c
53 -- $(CC) $(CPPFLAGS) $(CFLAGS) src/tm_graphviz.c -o bin/tm_graphviz
54 -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/tm_graphviz.c -o bin/tm_graphviz
55 -
56 -diff -r -U1 TeXmacs-1.0.7.16-src.orig/plugins/maple/Makefile TeXmacs-1.0.7.16-src/plugins/maple/Makefile
57 ---- TeXmacs-1.0.7.16-src.orig/plugins/maple/Makefile 2010-12-18 01:02:16.000000000 +0600
58 -+++ TeXmacs-1.0.7.16-src/plugins/maple/Makefile 2012-09-13 00:39:59.000000000 +0700
59 -@@ -17,3 +17,3 @@
60 - bin/tm_maple_5: src/tm_maple_5.cpp
61 -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) src/tm_maple_5.cpp -o bin/tm_maple_5
62 -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) src/tm_maple_5.cpp -o bin/tm_maple_5
63 -
64 -diff -r -U1 TeXmacs-1.0.7.16-src.orig/plugins/mathematica/Makefile TeXmacs-1.0.7.16-src/plugins/mathematica/Makefile
65 ---- TeXmacs-1.0.7.16-src.orig/plugins/mathematica/Makefile 2010-12-18 01:02:15.000000000 +0600
66 -+++ TeXmacs-1.0.7.16-src/plugins/mathematica/Makefile 2012-09-13 00:40:18.000000000 +0700
67 -@@ -14,3 +14,3 @@
68 - bin/realpath: src/realpath.c
69 -- $(CC) $(CPPFLAGS) $(CFLAGS) src/realpath.c -o bin/realpath
70 -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/realpath.c -o bin/realpath
71 -
72 -diff -r -U1 TeXmacs-1.0.7.16-src.orig/plugins/r/Makefile TeXmacs-1.0.7.16-src/plugins/r/Makefile
73 ---- TeXmacs-1.0.7.16-src.orig/plugins/r/Makefile 2010-12-18 01:02:16.000000000 +0600
74 -+++ TeXmacs-1.0.7.16-src/plugins/r/Makefile 2012-09-13 00:41:16.000000000 +0700
75 -@@ -16,3 +16,3 @@
76 - bin/tm_r: src/tm_r.c
77 -- $(CC) $(CPPFLAGS) $(CFLAGS) -I../../src/System src/tm_r.c -o bin/tm_r -lutil
78 -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -I../../src/System src/tm_r.c -o bin/tm_r -lutil
79 -
80 -diff -r -U1 TeXmacs-1.0.7.16-src.orig/plugins/shell/Makefile TeXmacs-1.0.7.16-src/plugins/shell/Makefile
81 ---- TeXmacs-1.0.7.16-src.orig/plugins/shell/Makefile 2010-12-18 01:02:15.000000000 +0600
82 -+++ TeXmacs-1.0.7.16-src/plugins/shell/Makefile 2012-09-13 00:41:57.000000000 +0700
83 -@@ -16,3 +16,3 @@
84 - bin/tm_shell: src/tm_shell.cpp
85 -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) -I../../src/System -lutil src/tm_shell.cpp -o bin/tm_shell
86 -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -I../../src/System -lutil src/tm_shell.cpp -o bin/tm_shell
87 -
88
89 diff --git a/app-office/texmacs/files/texmacs-strip.patch b/app-office/texmacs/files/texmacs-strip.patch
90 deleted file mode 100644
91 index b6e660e..0000000
92 --- a/app-office/texmacs/files/texmacs-strip.patch
93 +++ /dev/null
94 @@ -1,14 +0,0 @@
95 -Index: TeXmacs-1.0.7.1-src/Makefile.in
96 -===================================================================
97 ---- TeXmacs-1.0.7.1-src.orig/Makefile.in
98 -+++ TeXmacs-1.0.7.1-src/Makefile.in
99 -@@ -130,9 +130,7 @@ INSTALL:
100 - $(CP) $(tmdir)/bin/tm_gs $(DESTDIR)$(tmbin)/bin
101 - $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin
102 - $(CP) $(tmdir)/plugins/*/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
103 -- $(STRIP) $(DESTDIR)$(tmbin)/bin/texmacs.bin
104 - $(CP) $(tmdir)/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
105 -- $(STRIP) $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
106 - $(CHMOD) 755 $(DESTDIR)$(tmbin)/bin/*
107 - $(CHMOD) 755 $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
108 - $(RM) $(DESTDIR)$(tmbin)/lib/*.a