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 E05E01396D0 for ; Thu, 10 Aug 2017 12:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31EFBE0D29; Thu, 10 Aug 2017 12:25:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 01632E0D29 for ; Thu, 10 Aug 2017 12:25:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8A1E634172B for ; Thu, 10 Aug 2017 12:25:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310B974EF for ; Thu, 10 Aug 2017 12:24:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502367883.2ec9f9525aeb8d104c9f057ef9bbddce928dc458.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch X-VCS-Directories: x11-misc/bbkeys/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2ec9f9525aeb8d104c9f057ef9bbddce928dc458 X-VCS-Branch: master Date: Thu, 10 Aug 2017 12:24:59 +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: aab96937-6c0c-4116-9c4f-725afedc8d76 X-Archives-Hash: 07d95c7ace88ff970ccc93d7b9250455 commit: 2ec9f9525aeb8d104c9f057ef9bbddce928dc458 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Tue Aug 8 08:28:38 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 10 12:24:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec9f952 x11-misc/bbkeys: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/5351 x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch | 59 ------------------------ 1 file changed, 59 deletions(-) diff --git a/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch b/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch deleted file mode 100644 index 58b536ff38e..00000000000 --- a/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff -Naupr bbkeys-0.9.0.orig/src/actions.cc bbkeys-0.9.0/src/actions.cc ---- bbkeys-0.9.0.orig/src/actions.cc 2005-02-20 22:03:43.000000000 +0100 -+++ bbkeys-0.9.0/src/actions.cc 2008-02-24 09:26:30.000000000 +0100 -@@ -25,7 +25,8 @@ - #include "actions.hh" - - #include --#include -+#include -+#include - #include - - Action::Action(enum ActionType type, Display * display, KeyCode keycode, -diff -Naupr bbkeys-0.9.0.orig/src/Config.cpp bbkeys-0.9.0/src/Config.cpp ---- bbkeys-0.9.0.orig/src/Config.cpp 2004-09-03 03:08:00.000000000 +0200 -+++ bbkeys-0.9.0/src/Config.cpp 2008-02-24 09:29:55.000000000 +0100 -@@ -24,7 +24,7 @@ - - - #include "Config.h" --#include -+#include - - #include - using std::cout; -diff -Naupr bbkeys-0.9.0.orig/src/KeyClient.cpp bbkeys-0.9.0/src/KeyClient.cpp ---- bbkeys-0.9.0.orig/src/KeyClient.cpp 2004-09-26 04:27:46.000000000 +0200 -+++ bbkeys-0.9.0/src/KeyClient.cpp 2008-02-24 09:26:14.000000000 +0100 -@@ -58,6 +58,7 @@ extern "C" { - #include - #include - #include -+#include - - //-------------------------------------------------------- - // Constructor/Destructor -diff -Naupr bbkeys-0.9.0.orig/src/main.cpp bbkeys-0.9.0/src/main.cpp ---- bbkeys-0.9.0.orig/src/main.cpp 2004-09-16 02:53:51.000000000 +0200 -+++ bbkeys-0.9.0/src/main.cpp 2008-02-24 09:31:38.000000000 +0100 -@@ -27,6 +27,8 @@ - - #include "main.h" - -+#include -+ - //-------------------------------------------------------- - // parseOptions - //-------------------------------------------------------- -diff -Naupr bbkeys-0.9.0.orig/src/Netclient.cpp bbkeys-0.9.0/src/Netclient.cpp ---- bbkeys-0.9.0.orig/src/Netclient.cpp 2004-09-26 04:27:46.000000000 +0200 -+++ bbkeys-0.9.0/src/Netclient.cpp 2008-02-24 09:30:41.000000000 +0100 -@@ -25,6 +25,7 @@ - // Methods, ideas, implementations taken from Openbox's XAtom class *sigh* - - #include "Netclient.h" -+#include - - Netclient::Netclient (const bt::Display &display) - : bt::EWMH(display), _display(display)