Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/magic/files/
Date: Sat, 26 Dec 2020 22:05:10
Message-Id: 1609020293.86d4b139c81a8fcda52ec981fff0500e9fd91e6f.asturm@gentoo
1 commit: 86d4b139c81a8fcda52ec981fff0500e9fd91e6f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 13 08:29:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 22:04:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d4b139
7
8 sci-electronics/magic: remove unused patches
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/18633
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sci-electronics/magic/files/magic-7.5.231-blt-test.patch | 11 -----------
16 sci-electronics/magic/files/magic-7.5.231-ldflags.patch | 16 ----------------
17 2 files changed, 27 deletions(-)
18
19 diff --git a/sci-electronics/magic/files/magic-7.5.231-blt-test.patch b/sci-electronics/magic/files/magic-7.5.231-blt-test.patch
20 deleted file mode 100644
21 index bf78f3f5b6b..00000000000
22 --- a/sci-electronics/magic/files/magic-7.5.231-blt-test.patch
23 +++ /dev/null
24 @@ -1,11 +0,0 @@
25 ---- magic-7.5.231/scripts/configure.in
26 -+++ magic-7.5.231/scripts/configure.in
27 -@@ -1695,7 +1695,7 @@
28 - if {[[catch {package require BLT}]]} {puts stdout no} {puts stdout yes}
29 - exit
30 - EOF
31 -- usingBLT=`cat temp.out`
32 -+ usingBLT=yes
33 - rm -f temp.out
34 - if test "x${usingBLT}" = "xyes" ; then
35 - echo "yes"
36
37 diff --git a/sci-electronics/magic/files/magic-7.5.231-ldflags.patch b/sci-electronics/magic/files/magic-7.5.231-ldflags.patch
38 deleted file mode 100644
39 index 32555d66f81..00000000000
40 --- a/sci-electronics/magic/files/magic-7.5.231-ldflags.patch
41 +++ /dev/null
42 @@ -1,16 +0,0 @@
43 ---- magic-7.5.231/scripts/configure.in
44 -+++ magic-7.5.231/scripts/configure.in
45 -@@ -1428,11 +1428,11 @@
46 - ;;
47 -
48 - *-linux*)
49 -- LDDL_FLAGS='-shared -Wl,-soname,$@'
50 -+ LDDL_FLAGS+=' -shared -Wl,-soname,$@'
51 - if test "x${loader_run_path}" != "x" ; then
52 - LD_RUN_PATH="${LD_RUN_PATH} -Wl,-rpath,${loader_run_path}"
53 - fi
54 -- LDFLAGS=""
55 -+ LDFLAGS+=" "
56 - EXTRA_LIB_SPECS="-ldl"
57 - ;;
58 -