summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-30 14:30:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-30 14:41:57 +0200
commit13ee3ee9ada0ab11fe906231bdcfd1fc8a4241dd (patch)
tree246f04cdbdbab952d18d24ef668bedd52bd1e314 /net-p2p/ktorrent/files
parentdev-lang/xsb: C99 extern inline fixes (diff)
downloadgentoo-13ee3ee9ada0ab11fe906231bdcfd1fc8a4241dd.tar.gz
gentoo-13ee3ee9ada0ab11fe906231bdcfd1fc8a4241dd.tar.bz2
gentoo-13ee3ee9ada0ab11fe906231bdcfd1fc8a4241dd.zip
net-p2p/ktorrent: Drop old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'net-p2p/ktorrent/files')
-rw-r--r--net-p2p/ktorrent/files/ktorrent-5.0.1-build.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-5.0.1-build.patch b/net-p2p/ktorrent/files/ktorrent-5.0.1-build.patch
deleted file mode 100644
index 58949a2884f6..000000000000
--- a/net-p2p/ktorrent/files/ktorrent-5.0.1-build.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From ac8eb6b360fbaa2588ec523bb81c380289586db6 Mon Sep 17 00:00:00 2001
-From: David Faure <faure@kde.org>
-Date: Sat, 14 May 2016 11:19:34 +0200
-Subject: [PATCH] Fix compilation, KSharedConfig was not found.
-
----
- ktorrent/dialogs/pastedialog.h | 1 +
- plugins/mediaplayer/mediaview.h | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/ktorrent/dialogs/pastedialog.h b/ktorrent/dialogs/pastedialog.h
-index 2446848..430ea82 100644
---- a/ktorrent/dialogs/pastedialog.h
-+++ b/ktorrent/dialogs/pastedialog.h
-@@ -22,6 +22,7 @@
- #define PASTEDIALOG_H
-
- #include <KDialog>
-+#include <KSharedConfig>
- #include "ui_pastedlgbase.h"
-
-
-diff --git a/plugins/mediaplayer/mediaview.h b/plugins/mediaplayer/mediaview.h
-index 2b9a7e6..d1959c1 100644
---- a/plugins/mediaplayer/mediaview.h
-+++ b/plugins/mediaplayer/mediaview.h
-@@ -25,7 +25,7 @@
- #include <QListView>
- #include <QCheckBox>
- #include <QSortFilterProxyModel>
--#include <KSharedConfigPtr>
-+#include <KSharedConfig>
- #include "mediafile.h"
-
-
---
-2.7.3
-