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 8D3D1139083 for ; Sat, 23 Dec 2017 13:11:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C054E0E61; Sat, 23 Dec 2017 13:11:24 +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 DDFB8E0E61 for ; Sat, 23 Dec 2017 13:11:23 +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 E31FB341671 for ; Sat, 23 Dec 2017 13:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CD56AEA7 for ; Sat, 23 Dec 2017 13:11:19 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514034654.1e2b7c81afac9290b3d65d38355c50ff926dc20c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/catcodec/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/catcodec/files/catcodec-1.0.3-gcc47.patch X-VCS-Directories: games-util/catcodec/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1e2b7c81afac9290b3d65d38355c50ff926dc20c X-VCS-Branch: master Date: Sat, 23 Dec 2017 13:11:19 +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: faa77966-3e08-4f5d-9540-4e418a0fa499 X-Archives-Hash: 38e376b78f64355b7785605a769d2116 commit: 1e2b7c81afac9290b3d65d38355c50ff926dc20c Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Dec 22 15:29:01 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 23 13:10:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2b7c81 games-util/catcodec: remove unused patches .../catcodec/files/catcodec-1.0.3-gcc47.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch b/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch deleted file mode 100644 index a36546a43aa..00000000000 --- a/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN src/io.cpp.orig src/io.cpp ---- src/io.cpp.orig 2012-05-19 20:48:05.930777509 +0200 -+++ src/io.cpp 2012-05-19 20:49:04.303822711 +0200 -@@ -20,6 +20,8 @@ - - /** @file io.cpp Implementation of reading/writing to files */ - -+#include -+ - #include "stdafx.h" - #include "io.hpp" - -diff -ruN src/catcodec.cpp.orig src/catcodec.cpp ---- src/catcodec.cpp.orig 2012-05-19 20:47:55.847255343 +0200 -+++ src/catcodec.cpp 2012-05-19 20:48:38.937144091 +0200 -@@ -22,6 +22,7 @@ - - #include - #include -+#include - - #include "stdafx.h" - #include "io.hpp" -