Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/files/
Date: Thu, 10 Aug 2017 12:25:02
Message-Id: 1502367883.2ec9f9525aeb8d104c9f057ef9bbddce928dc458.mgorny@gentoo
1 commit: 2ec9f9525aeb8d104c9f057ef9bbddce928dc458
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 8 08:28:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 12:24:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec9f952
7
8 x11-misc/bbkeys: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5351
11
12 x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch | 59 ------------------------
13 1 file changed, 59 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 58b536ff38e..00000000000
18 --- a/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch
19 +++ /dev/null
20 @@ -1,59 +0,0 @@
21 -diff -Naupr bbkeys-0.9.0.orig/src/actions.cc bbkeys-0.9.0/src/actions.cc
22 ---- bbkeys-0.9.0.orig/src/actions.cc 2005-02-20 22:03:43.000000000 +0100
23 -+++ bbkeys-0.9.0/src/actions.cc 2008-02-24 09:26:30.000000000 +0100
24 -@@ -25,7 +25,8 @@
25 - #include "actions.hh"
26 -
27 - #include <iostream>
28 --#include <string>
29 -+#include <cstring>
30 -+#include <cstdlib>
31 - #include <sstream>
32 -
33 - Action::Action(enum ActionType type, Display * display, KeyCode keycode,
34 -diff -Naupr bbkeys-0.9.0.orig/src/Config.cpp bbkeys-0.9.0/src/Config.cpp
35 ---- bbkeys-0.9.0.orig/src/Config.cpp 2004-09-03 03:08:00.000000000 +0200
36 -+++ bbkeys-0.9.0/src/Config.cpp 2008-02-24 09:29:55.000000000 +0100
37 -@@ -24,7 +24,7 @@
38 -
39 -
40 - #include "Config.h"
41 --#include <string>
42 -+#include <cstring>
43 -
44 - #include <iostream>
45 - using std::cout;
46 -diff -Naupr bbkeys-0.9.0.orig/src/KeyClient.cpp bbkeys-0.9.0/src/KeyClient.cpp
47 ---- bbkeys-0.9.0.orig/src/KeyClient.cpp 2004-09-26 04:27:46.000000000 +0200
48 -+++ bbkeys-0.9.0/src/KeyClient.cpp 2008-02-24 09:26:14.000000000 +0100
49 -@@ -58,6 +58,7 @@ extern "C" {
50 - #include <iostream>
51 - #include <algorithm>
52 - #include <vector>
53 -+#include <cstring>
54 -
55 - //--------------------------------------------------------
56 - // Constructor/Destructor
57 -diff -Naupr bbkeys-0.9.0.orig/src/main.cpp bbkeys-0.9.0/src/main.cpp
58 ---- bbkeys-0.9.0.orig/src/main.cpp 2004-09-16 02:53:51.000000000 +0200
59 -+++ bbkeys-0.9.0/src/main.cpp 2008-02-24 09:31:38.000000000 +0100
60 -@@ -27,6 +27,8 @@
61 -
62 - #include "main.h"
63 -
64 -+#include <cstring>
65 -+
66 - //--------------------------------------------------------
67 - // parseOptions
68 - //--------------------------------------------------------
69 -diff -Naupr bbkeys-0.9.0.orig/src/Netclient.cpp bbkeys-0.9.0/src/Netclient.cpp
70 ---- bbkeys-0.9.0.orig/src/Netclient.cpp 2004-09-26 04:27:46.000000000 +0200
71 -+++ bbkeys-0.9.0/src/Netclient.cpp 2008-02-24 09:30:41.000000000 +0100
72 -@@ -25,6 +25,7 @@
73 - // Methods, ideas, implementations taken from Openbox's XAtom class *sigh*
74 -
75 - #include "Netclient.h"
76 -+#include <cstring>
77 -
78 - Netclient::Netclient (const bt::Display &display)
79 - : bt::EWMH(display), _display(display)