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)