Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/files/
Date: Sun, 01 Jan 2023 18:16:40
Message-Id: 1672596979.88253483f1de3ba523881ab1e0ddbc7e84c13a89.conikost@gentoo
1 commit: 88253483f1de3ba523881ab1e0ddbc7e84c13a89
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Dec 27 17:13:59 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 18:16:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88253483
7
8 net-wireless/gnuradio: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28861
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 .../files/gnuradio-3.10.3.0-fix-gcc12.patch | 50 ----------------------
15 1 file changed, 50 deletions(-)
16
17 diff --git a/net-wireless/gnuradio/files/gnuradio-3.10.3.0-fix-gcc12.patch b/net-wireless/gnuradio/files/gnuradio-3.10.3.0-fix-gcc12.patch
18 deleted file mode 100644
19 index 5db69aa60a75..000000000000
20 --- a/net-wireless/gnuradio/files/gnuradio-3.10.3.0-fix-gcc12.patch
21 +++ /dev/null
22 @@ -1,50 +0,0 @@
23 -From 9bf18900418e1d16e30072765bff1cbffdf8c0a9 Mon Sep 17 00:00:00 2001
24 -From: danielnachun <daniel.nachun@×××××.com>
25 -Date: Fri, 8 Jul 2022 12:53:47 -0700
26 -Subject: [PATCH] add missing includes
27 -
28 -Signed-off-by: danielnachun <daniel.nachun@×××××.com>
29 ----
30 - gr-qtgui/lib/FrequencyDisplayPlot.cc | 2 +-
31 - gr-qtgui/lib/VectorDisplayPlot.cc | 2 ++
32 - gr-qtgui/lib/WaterfallDisplayPlot.cc | 1 +
33 - 3 files changed, 4 insertions(+), 1 deletion(-)
34 -
35 -diff --git a/gr-qtgui/lib/FrequencyDisplayPlot.cc b/gr-qtgui/lib/FrequencyDisplayPlot.cc
36 -index f6f673e7ec6..2171f26e7d8 100644
37 ---- a/gr-qtgui/lib/FrequencyDisplayPlot.cc
38 -+++ b/gr-qtgui/lib/FrequencyDisplayPlot.cc
39 -@@ -16,7 +16,7 @@
40 - #include <gnuradio/qtgui/qtgui_types.h>
41 - #include <qwt_scale_draw.h>
42 - #include <QColor>
43 --
44 -+#include <cmath>
45 -
46 - /***********************************************************************
47 - * Widget to provide mouse pointer coordinate text
48 -diff --git a/gr-qtgui/lib/VectorDisplayPlot.cc b/gr-qtgui/lib/VectorDisplayPlot.cc
49 -index d5c2ecc27e5..2e5f3f422b9 100644
50 ---- a/gr-qtgui/lib/VectorDisplayPlot.cc
51 -+++ b/gr-qtgui/lib/VectorDisplayPlot.cc
52 -@@ -25,6 +25,8 @@
53 - #include <qwt_legend_label.h>
54 - #endif /* QWT_VERSION < 0x060100 */
55 -
56 -+#include <cmath>
57 -+
58 - /***********************************************************************
59 - * Widget to provide mouse pointer coordinate text
60 - **********************************************************************/
61 -diff --git a/gr-qtgui/lib/WaterfallDisplayPlot.cc b/gr-qtgui/lib/WaterfallDisplayPlot.cc
62 -index 69d82fdae86..d999fe046da 100644
63 ---- a/gr-qtgui/lib/WaterfallDisplayPlot.cc
64 -+++ b/gr-qtgui/lib/WaterfallDisplayPlot.cc
65 -@@ -28,6 +28,7 @@
66 - #endif /* QWT_VERSION < 0x060100 */
67 -
68 - #include <QDebug>
69 -+#include <cmath>
70 -
71 - /***********************************************************************
72 - * Text scale widget to provide Y (time) axis text