Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/files/
Date: Sat, 09 Feb 2019 20:12:50
Message-Id: 1549743150.ae8a8097450c8cfc70759801da66d82b49c472cd.bman@gentoo
1 commit: ae8a8097450c8cfc70759801da66d82b49c472cd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 11 17:59:52 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 20:12:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8a8097
7
8 net-news/rssguard: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 net-news/rssguard/files/rssguard-3.3.5-deps.patch | 25 -----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/net-news/rssguard/files/rssguard-3.3.5-deps.patch b/net-news/rssguard/files/rssguard-3.3.5-deps.patch
17 deleted file mode 100644
18 index 86733e362af..00000000000
19 --- a/net-news/rssguard/files/rssguard-3.3.5-deps.patch
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -Remove these dependencies that are not used.
23 -
24 ---- a/rssguard.pro
25 -+++ b/rssguard.pro
26 -@@ -164,7 +164,7 @@ message(rssguard: Prefix directory: \"$$PREFIX\".)
27 - message(rssguard: Build revision: \"$$APP_REVISION\".)
28 - message(rssguard: lrelease executable name: \"$$LRELEASE_EXECUTABLE\".)
29 -
30 --QT += core gui widgets sql network xml printsupport
31 -+QT += core gui widgets sql network xml
32 -
33 - CONFIG *= c++11 debug_and_release warn_on
34 - DEFINES *= QT_USE_QSTRINGBUILDER QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS UNICODE _UNICODE
35 -diff --git a/src/miscellaneous/systemfactory.cpp b/src/miscellaneous/systemfactory.cpp
36 -index da35aba..1d6b2cd 100755
37 ---- a/src/miscellaneous/systemfactory.cpp
38 -+++ b/src/miscellaneous/systemfactory.cpp
39 -@@ -35,7 +35,6 @@
40 - #include <QFileInfo>
41 - #include <QDir>
42 - #include <QFutureWatcher>
43 --#include <QtConcurrent/QtConcurrentRun>
44 - #include <QDesktopServices>
45 -
46 -