Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ltrace/files/
Date: Tue, 17 Oct 2017 17:52:14
Message-Id: 1508262726.a9553401ba31f62f1ded701fe2c0fc19f8608fcf.slyfox@gentoo
1 commit: a9553401ba31f62f1ded701fe2c0fc19f8608fcf
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 28 18:32:36 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 17:52:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9553401
7
8 dev-util/ltrace: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/5817
11
12 dev-util/ltrace/files/0.4-parallel-make.patch | 11 -----------
13 dev-util/ltrace/files/ltrace-0.5.3-cross.patch | 20 --------------------
14 dev-util/ltrace/files/ltrace-0.5.3-ppc.patch | 10 ----------
15 .../files/ltrace-0.5.3.1-gcc43-testsuite.patch | 9 ---------
16 4 files changed, 50 deletions(-)
17
18 diff --git a/dev-util/ltrace/files/0.4-parallel-make.patch b/dev-util/ltrace/files/0.4-parallel-make.patch
19 deleted file mode 100644
20 index 3fd3624477a..00000000000
21 --- a/dev-util/ltrace/files/0.4-parallel-make.patch
22 +++ /dev/null
23 @@ -1,11 +0,0 @@
24 ---- ltrace-0.3.36.orig/Makefile.in 2004-11-10 01:12:03.000000000 +0200
25 -+++ ltrace-0.3.36/Makefile.in 2006-09-02 11:10:57.000000000 +0300
26 -@@ -35,6 +35,8 @@
27 - ltrace: sysdeps/sysdep.o $(OBJ)
28 - $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
29 -
30 -+$(OBJ): sysdeps/sysdep.o
31 -+
32 - sysdeps/sysdep.o: dummy
33 - $(MAKE) -C sysdeps/$(OS)
34 -
35
36 diff --git a/dev-util/ltrace/files/ltrace-0.5.3-cross.patch b/dev-util/ltrace/files/ltrace-0.5.3-cross.patch
37 deleted file mode 100644
38 index 610bbccf1fd..00000000000
39 --- a/dev-util/ltrace/files/ltrace-0.5.3-cross.patch
40 +++ /dev/null
41 @@ -1,20 +0,0 @@
42 ---- configure.ac
43 -+++ configure.ac
44 -@@ -8,6 +8,8 @@
45 - AC_CANONICAL_HOST
46 - HOST_OS="$host_os"
47 - AC_SUBST(HOST_OS)
48 -+HOST_CPU="$host_cpu"
49 -+AC_SUBST(HOST_CPU)
50 -
51 - dnl Checks for programs.
52 - AC_PROG_CC
53 -@@ -84,7 +86,7 @@
54 - dnl of libelf and ltrace matches.
55 - AC_SYS_LARGEFILE
56 - fi
57 --AC_OUTPUT(Makefile testsuite/Makefile \
58 -+AC_OUTPUT(Makefile sysdeps/linux-gnu/Makefile testsuite/Makefile \
59 - testsuite/ltrace.main/Makefile testsuite/ltrace.minor/Makefile \
60 - testsuite/ltrace.torture/Makefile )
61 -
62
63 diff --git a/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch b/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch
64 deleted file mode 100644
65 index e344c3e28f5..00000000000
66 --- a/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch
67 +++ /dev/null
68 @@ -1,10 +0,0 @@
69 -diff -Naur ltrace-0.5.old/sysdeps/linux-gnu/Makefile.in ltrace-0.5/sysdeps/linux-gnu/Makefile.in
70 ---- ltrace-0.5.old/sysdeps/linux-gnu/Makefile.in 2007-12-26 18:55:42.000000000 +0000
71 -+++ ltrace-0.5/sysdeps/linux-gnu/Makefile.in 2007-12-26 18:55:55.000000000 +0000
72 -@@ -1,5 +1,6 @@
73 - ARCH := $(shell echo @HOST_CPU@ | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
74 -- -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/)
75 -+ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/ \
76 -+ -e s/powerpc64/ppc/ -e s/powerpc/ppc/)
77 -
78 - CPPFLAGS += -I$(TOPDIR)/sysdeps/linux-gnu/$(ARCH)
79
80 diff --git a/dev-util/ltrace/files/ltrace-0.5.3.1-gcc43-testsuite.patch b/dev-util/ltrace/files/ltrace-0.5.3.1-gcc43-testsuite.patch
81 deleted file mode 100644
82 index e115c97322f..00000000000
83 --- a/dev-util/ltrace/files/ltrace-0.5.3.1-gcc43-testsuite.patch
84 +++ /dev/null
85 @@ -1,9 +0,0 @@
86 -diff -Naurp ltrace-0.5-orig/testsuite/ltrace.minor/demangle-lib.cpp ltrace-0.5/testsuite/ltrace.minor/demangle-lib.cpp
87 ---- ltrace-0.5-orig/testsuite/ltrace.minor/demangle-lib.cpp 2006-03-13 17:12:01.000000000 -0600
88 -+++ ltrace-0.5/testsuite/ltrace.minor/demangle-lib.cpp 2009-07-27 13:47:43.876929485 -0600
89 -@@ -1,4 +1,5 @@
90 - #include<stddef.h>
91 -+#include<stdlib.h>
92 - #include<iostream>
93 -
94 - #include"demangle.h"