Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/inspectrum/files/
Date: Sat, 26 Dec 2020 22:05:11
Message-Id: 1609020294.dd9e1e07fc0053ea087c75befbeb8ca47a11b211.asturm@gentoo
1 commit: dd9e1e07fc0053ea087c75befbeb8ca47a11b211
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 13 08:27:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 22:04:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9e1e07
7
8 net-wireless/inspectrum: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../inspectrum/files/inspectrum-0.2.2-qt-5.15.patch | 21 ---------------------
15 1 file changed, 21 deletions(-)
16
17 diff --git a/net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch b/net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch
18 deleted file mode 100644
19 index 3e55e814ecb..00000000000
20 --- a/net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 -From 1f2b4587ec2c6d1a1945eee8bbf361dbdf3dc8af Mon Sep 17 00:00:00 2001
24 -From: Martin Hauke <mardnh@×××.de>
25 -Date: Sun, 7 Jun 2020 21:56:38 +0200
26 -Subject: [PATCH] Fix build with Qt 5.15+
27 -
28 ----
29 - traceplot.cpp | 1 +
30 - 1 file changed, 1 insertion(+)
31 -
32 -diff --git a/traceplot.cpp b/traceplot.cpp
33 -index 3704d24..04bdba8 100644
34 ---- a/traceplot.cpp
35 -+++ b/traceplot.cpp
36 -@@ -20,6 +20,7 @@
37 - #include <QPixmapCache>
38 - #include <QTextStream>
39 - #include <QtConcurrent>
40 -+#include <QPainterPath>
41 - #include "samplesource.h"
42 - #include "traceplot.h"
43 -