commit:     2ec9f9525aeb8d104c9f057ef9bbddce928dc458
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Aug  8 08:28:38 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <iostream>
--#include <string>
-+#include <cstring>
-+#include <cstdlib>
- #include <sstream>
- 
- 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 <string>
-+#include <cstring>
- 
- #include <iostream>
- 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 <iostream>
- #include <algorithm>
- #include <vector>
-+#include <cstring>
- 
- //--------------------------------------------------------
- // 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 <cstring>
-+
- //--------------------------------------------------------
- // 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 <cstring>
- 
- Netclient::Netclient (const bt::Display &display)
-   : bt::EWMH(display), _display(display)

Reply via email to