commit:     c4e5eb72336024e5caff2999ce96791051aca64f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 14:31:29 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 14:34:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e5eb72

net-p2p/ktorrent: remove unused patch

Package-Manager: portage-2.2.27

 .../files/ktorrent-4.3.0-mountedstoragecheck.patch | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch 
b/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch
deleted file mode 100644
index bdb494c..0000000
--- a/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/ktorrent/core.cpp
-+++ b/ktorrent/core.cpp
-@@ -1206,6 +1206,10 @@
- 
-       bool Core::checkMissingFiles(TorrentInterface* tc)
-       {
-+        QStringList missing;
-+        if(!tc->hasMissingFiles(missing))
-+            return true;
-+        
-               QStringList not_mounted;
-               while(!tc->isStorageMounted(not_mounted))
-               {
-@@ -1226,10 +1230,6 @@
-                       }
-               }
- 
--              QStringList missing;
--              if(!tc->hasMissingFiles(missing))
--                      return true;
--
-               if(tc->getStats().multi_file_torrent)
-               {
-                       QString msg = i18n(
-

Reply via email to