Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/teckit/files/
Date: Sat, 24 Mar 2018 06:16:48
Message-Id: 1521872190.dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230.bman@gentoo
1 commit: dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 06:16:30 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 06:16:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdf9fb2
7
8 app-text/teckit: drop unused patches wrt bug #432144
9
10 app-text/teckit/files/teckit-2.5.1-gcc43.patch | 12 ------------
11 app-text/teckit/files/teckit-2.5.1-rc.patch | 15 ---------------
12 2 files changed, 27 deletions(-)
13
14 diff --git a/app-text/teckit/files/teckit-2.5.1-gcc43.patch b/app-text/teckit/files/teckit-2.5.1-gcc43.patch
15 deleted file mode 100644
16 index f5a6bfddcfa..00000000000
17 --- a/app-text/teckit/files/teckit-2.5.1-gcc43.patch
18 +++ /dev/null
19 @@ -1,12 +0,0 @@
20 -Index: TECkit_2_5_1/source/Compiler.cpp
21 -===================================================================
22 ---- TECkit_2_5_1.orig/source/Compiler.cpp
23 -+++ TECkit_2_5_1/source/Compiler.cpp
24 -@@ -29,6 +29,7 @@ Description:
25 -
26 - #include "Compiler.h"
27 -
28 -+#include <cstdio>
29 - #include <iostream>
30 - #include <iomanip>
31 - #include <algorithm>
32
33 diff --git a/app-text/teckit/files/teckit-2.5.1-rc.patch b/app-text/teckit/files/teckit-2.5.1-rc.patch
34 deleted file mode 100644
35 index a4f1a3fae5d..00000000000
36 --- a/app-text/teckit/files/teckit-2.5.1-rc.patch
37 +++ /dev/null
38 @@ -1,15 +0,0 @@
39 -Index: TECkit_2_5_1/configure.ac
40 -===================================================================
41 ---- TECkit_2_5_1.orig/configure.ac
42 -+++ TECkit_2_5_1/configure.ac
43 -@@ -15,10 +15,6 @@ AM_PROG_CC_C_O
44 - AC_PROG_INSTALL
45 - AC_PROG_LIBTOOL
46 -
47 --if test "${target_os}" = "mingw32"; then
48 --AC_PROG_RC
49 --fi
50 --
51 - AC_ARG_WITH(old-lib-names,
52 - [ --with-old-lib-names Use old library names (for Windows only)],
53 - [case "${withval}" in