From kde-commits Thu Dec 23 19:01:10 2010 From: Artur Duque de Souza Date: Thu, 23 Dec 2010 19:01:10 +0000 To: kde-commits Subject: branches/KDE/4.6/kdebase/workspace/plasma/generic/dataengines/share/backends Message-Id: <20101223190110.5D1C73E1F3 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129313090110797 SVN commit 1208950 by asouza: Remove the backends that are broken These backends rely on scraping the webpage and everytime the services change the page they get broken. The sanest way to work with this is to remove them from KDE release and start releasing them on GHNS where we will be able to provide a fix as soon as the breaks. M +0 -3 CMakeLists.txt D imagebinca (directory) D imageshack (directory) D pastebinca (directory) --- branches/KDE/4.6/kdebase/workspace/plasma/generic/dataengines/share/backends/CMakeLists.txt #1208949:1208950 @@ -1,7 +1,4 @@ -add_subdirectory(imagebinca) -add_subdirectory(imageshack) add_subdirectory(imgur) -add_subdirectory(pastebinca) add_subdirectory(pastebincom) add_subdirectory(pasteubuntucom) add_subdirectory(simplestimagehosting)