From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86674138334 for ; Sun, 6 Jan 2019 12:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69F13E0C89; Sun, 6 Jan 2019 12:06:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 390B7E0C89 for ; Sun, 6 Jan 2019 12:06:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5330335CCF for ; Sun, 6 Jan 2019 12:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D16D50A for ; Sun, 6 Jan 2019 12:06:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546776383.44cf2e4d492dc94aea62cececcbd3abfee2b9a8b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch X-VCS-Directories: net-p2p/ktorrent/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44cf2e4d492dc94aea62cececcbd3abfee2b9a8b X-VCS-Branch: master Date: Sun, 6 Jan 2019 12:06:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e02a2c1-c911-4cca-9a92-5bf04dd799e3 X-Archives-Hash: 4eed4b4cac876448560aa9962e9c4182 commit: 44cf2e4d492dc94aea62cececcbd3abfee2b9a8b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jan 6 10:34:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 6 12:06:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cf2e4d net-p2p/ktorrent: remove unused patches Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> .../ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch | 13 ---- .../ktorrent/files/ktorrent-5.1.0-qt-5.11.patch | 76 ---------------------- 2 files changed, 89 deletions(-) diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch deleted file mode 100644 index c0b9167636a..00000000000 --- a/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://docs.freebsd.org/cgi/getmsg.cgi?fetch=4423635+0+/usr/local/www/mailindex/archive/2018/svn-ports-all/20180415.svn-ports-all - ---- ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h -+++ ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h -@@ -23,6 +23,8 @@ - #define KT_TORRENTCREATORDLG_HH - - #include -+#include -+ - #include "ui_torrentcreatordlg.h" - #include - diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch deleted file mode 100644 index f0d69b82c89..00000000000 --- a/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch +++ /dev/null @@ -1,76 +0,0 @@ -From 4befccc3d0ebbd9235e6f10d411f139802e3871a Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Sun, 18 Mar 2018 19:13:26 +0100 -Subject: [PATCH] Fix build with Qt 5.11 (missing headers) - -Reviewers: stikonas - -Differential Revision: https://phabricator.kde.org/D11456 ---- - ktorrent/dialogs/fileselectdlg.cpp | 1 + - ktorrent/groups/groupview.cpp | 1 + - plugins/search/searchprefpage.cpp | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/ktorrent/dialogs/fileselectdlg.cpp b/ktorrent/dialogs/fileselectdlg.cpp -index 139b4752..ec7d8ede 100644 ---- a/ktorrent/dialogs/fileselectdlg.cpp -+++ b/ktorrent/dialogs/fileselectdlg.cpp -@@ -20,6 +20,7 @@ - - #include "fileselectdlg.h" - -+#include - #include - #include - #include -diff --git a/ktorrent/groups/groupview.cpp b/ktorrent/groups/groupview.cpp -index 990ed0d3..76208144 100644 ---- a/ktorrent/groups/groupview.cpp -+++ b/ktorrent/groups/groupview.cpp -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/plugins/search/searchprefpage.cpp b/plugins/search/searchprefpage.cpp -index 667e7a82..4be6cd5c 100644 ---- a/plugins/search/searchprefpage.cpp -+++ b/plugins/search/searchprefpage.cpp -@@ -21,6 +21,7 @@ - - #include "searchprefpage.h" - -+#include - #include - #include - #include --- -2.16.2 -From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= -Date: Fri, 4 May 2018 00:33:44 +0200 -Subject: Fix build against Qt 5.11 (missing includes) - ---- - plugins/syndication/syndicationactivity.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/plugins/syndication/syndicationactivity.cpp b/plugins/syndication/syndicationactivity.cpp -index 61e8039..5736d52 100644 ---- a/plugins/syndication/syndicationactivity.cpp -+++ b/plugins/syndication/syndicationactivity.cpp -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - - #include - #include --- -cgit v0.11.2 -