From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 170CD1382C5 for ; Sat, 24 Mar 2018 06:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11784E087D; Sat, 24 Mar 2018 06:16:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6ED0E087D for ; Sat, 24 Mar 2018 06:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43114335C09 for ; Sat, 24 Mar 2018 06:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A58266 for ; Sat, 24 Mar 2018 06:16:41 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1521872190.dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/teckit/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/teckit/files/teckit-2.5.1-gcc43.patch app-text/teckit/files/teckit-2.5.1-rc.patch X-VCS-Directories: app-text/teckit/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230 X-VCS-Branch: master Date: Sat, 24 Mar 2018 06:16:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89bd21fe-265d-49f4-8911-ae99e2308cea X-Archives-Hash: 400bd774c053ef04986ba4d22a895e3b commit: dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 24 06:16:30 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 24 06:16:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdf9fb2 app-text/teckit: drop unused patches wrt bug #432144 app-text/teckit/files/teckit-2.5.1-gcc43.patch | 12 ------------ app-text/teckit/files/teckit-2.5.1-rc.patch | 15 --------------- 2 files changed, 27 deletions(-) diff --git a/app-text/teckit/files/teckit-2.5.1-gcc43.patch b/app-text/teckit/files/teckit-2.5.1-gcc43.patch deleted file mode 100644 index f5a6bfddcfa..00000000000 --- a/app-text/teckit/files/teckit-2.5.1-gcc43.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: TECkit_2_5_1/source/Compiler.cpp -=================================================================== ---- TECkit_2_5_1.orig/source/Compiler.cpp -+++ TECkit_2_5_1/source/Compiler.cpp -@@ -29,6 +29,7 @@ Description: - - #include "Compiler.h" - -+#include - #include - #include - #include diff --git a/app-text/teckit/files/teckit-2.5.1-rc.patch b/app-text/teckit/files/teckit-2.5.1-rc.patch deleted file mode 100644 index a4f1a3fae5d..00000000000 --- a/app-text/teckit/files/teckit-2.5.1-rc.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: TECkit_2_5_1/configure.ac -=================================================================== ---- TECkit_2_5_1.orig/configure.ac -+++ TECkit_2_5_1/configure.ac -@@ -15,10 +15,6 @@ AM_PROG_CC_C_O - AC_PROG_INSTALL - AC_PROG_LIBTOOL - --if test "${target_os}" = "mingw32"; then --AC_PROG_RC --fi -- - AC_ARG_WITH(old-lib-names, - [ --with-old-lib-names Use old library names (for Windows only)], - [case "${withval}" in