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/calc/files/
Date: Wed, 01 Feb 2017 22:41:27
Message-Id: 1485988738.bf941305ecf017155f944048a6ca61a519d352fe.soap@gentoo
1 commit: bf941305ecf017155f944048a6ca61a519d352fe
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 1 18:39:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:38:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf941305
7
8 sci-mathematics/calc: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3764
11
12 .../calc/files/calc-2.12.4.0-prefix.patch | 96 ----------------------
13 1 file changed, 96 deletions(-)
14
15 diff --git a/sci-mathematics/calc/files/calc-2.12.4.0-prefix.patch b/sci-mathematics/calc/files/calc-2.12.4.0-prefix.patch
16 deleted file mode 100644
17 index 68d0572..00000000
18 --- a/sci-mathematics/calc/files/calc-2.12.4.0-prefix.patch
19 +++ /dev/null
20 @@ -1,96 +0,0 @@
21 -diff --git a/Makefile b/Makefile
22 -index cc84386..b526442 100644
23 ---- a/Makefile
24 -+++ b/Makefile
25 -@@ -959,7 +959,7 @@ LD_DEBUG=
26 - #
27 - # If in doubt, use CALC_ENV= CALCPATH=./cal LD_LIBRARY_PATH=.:./custom
28 - #
29 --CALC_ENV= CALCPATH=./cal LD_LIBRARY_PATH=.
30 -+CALC_ENV= CALCPATH=./cal LD_LIBRARY_PATH=. DYLD_LIBRARY_PATH=.
31 - #CALC_ENV= CALCPATH=./cal MALLOC_VERBOSE=1 MALLOC_TRACING=1 \
32 - # MALLOC_FASTCHK=1 MALLOC_FULLWARN=1 LD_LIBRARY_PATH=.:./custom
33 - #CALC_ENV= CALCPATH=./cal MALLOC_VERBOSE=1 MALLOC_TRACING=1 \
34 -@@ -1143,9 +1143,7 @@ ifeq ($(target),Linux)
35 - BLD_TYPE= calc-dynamic-only
36 - #
37 - CC_SHARE= -fPIC
38 --DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
39 --LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
40 -- "-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
41 -+LD_SHARE=
42 - LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
43 - ifdef ALLOW_CUSTOM
44 - LIBCUSTCALC_SHLIB= -shared "-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
45 -@@ -1177,9 +1175,8 @@ ifeq ($(target),Darwin)
46 - BLD_TYPE= calc-dynamic-only
47 - #
48 - CC_SHARE= -fPIC
49 --DEFAULT_LIB_INSTALL_PATH= ${PWD}:${LIBDIR}:/usr/local/lib
50 - LD_SHARE= ${DARWIN_ARCH}
51 --LIBCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib
52 -+LIBCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib -install_name ${LIBDIR}/libcalc${LIB_EXT_VERSION}
53 - ifdef ALLOW_CUSTOM
54 - LIBCUSTCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib
55 - else
56 -@@ -1196,7 +1193,7 @@ CCWERR=
57 - CCOPT= ${DEBUG}
58 - CCMISC= ${DARWIN_ARCH}
59 - #
60 --LCC= MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} gcc
61 -+LCC= gcc
62 - CC= ${PURIFY} ${LCC} ${CCWERR}
63 - #
64 - # Darmin dynamic shared lib filenames
65 -@@ -1211,7 +1208,6 @@ LDCONFIG:=
66 - # DARWIN_ARCH= -arch i386 # Intel binary
67 - # DARWIN_ARCH= -arch ppc # PPC binary
68 - DARWIN_ARCH= # native binary
69 --MACOSX_DEPLOYMENT_TARGET=10.4
70 - #
71 - endif
72 -
73 -@@ -1230,9 +1226,7 @@ ifeq ($(target),FreeBSD)
74 - BLD_TYPE= calc-dynamic-only
75 - #
76 - CC_SHARE= -fPIC
77 --DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
78 --LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
79 -- "-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
80 -+LD_SHARE=
81 - LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
82 - ifdef ALLOW_CUSTOM
83 - LIBCUSTCALC_SHLIB= -shared "-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
84 -@@ -1272,9 +1266,7 @@ ifeq ($(target),OpenBSD)
85 - BLD_TYPE= calc-dynamic-only
86 - #
87 - CC_SHARE= -fPIC
88 --DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
89 --LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
90 -- "-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
91 -+LD_SHARE=
92 - LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
93 - ifdef ALLOW_CUSTOM
94 - LIBCUSTCALC_SHLIB= -shared "-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
95 -@@ -1347,9 +1339,7 @@ ifeq ($(target),simple)
96 - BLD_TYPE= calc-static-only
97 - #
98 - CC_SHARE= -fPIC
99 --DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
100 --LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
101 -- "-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
102 -+LD_SHARE=
103 - LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
104 - LIBCUSTCALC_SHLIB= -shared "-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"
105 - #
106 -@@ -1403,9 +1393,7 @@ CALCRC= ${CALC_SHAREDIR}/startup;~/.calcrc;./.calcinit
107 - BLD_TYPE= calc-static-only
108 - #
109 - CC_SHARE= -fPIC
110 --DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
111 --LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
112 -- "-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
113 -+LD_SHARE=
114 - LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"
115 - ifdef ALLOW_CUSTOM
116 - LIBCUSTCALC_SHLIB= -shared "-Wl,-soname,libcustcalc${LIB_EXT_VERSION}"