Changeset - 97d86729edd6
[Not reviewed]
26 2 0
Jan Kaluza - 10 years ago 2015-11-10 12:03:29
jkaluza@redhat.com
Remove libyahoo2 backend - it was based on really old library without any support
13 files changed:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -26,7 +26,6 @@ option(ENABLE_SMSTOOLS3 "Build SMSTools3 plugin" ON)
 
option(ENABLE_SKYPE "Build Skype plugin" ON)
 
option(ENABLE_SWIFTEN "Build Swiften plugin" ON)
 
option(ENABLE_TWITTER "Build Twitter plugin" ON)
 
option(ENABLE_YAHOO2 "Build Libyahoo2 plugin" ON)
 

	
 
option(ENABLE_DOCS "Build Docs" ON)
 
# option(ENABLE_LOG "Build with logging using Log4cxx" ON)
 
@@ -219,10 +218,6 @@ set(dbus_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(dbus)
 
endif()
 

	
 
# if(ENABLE_YAHOO2)
 
# 	set(yahoo2_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
# 	find_package(yahoo2)
 
# endif()
 

	
 
####### Miscallanous ######
 

	
 
@@ -395,18 +390,6 @@ if (PROTOBUF_FOUND)
 
		message("Skype plugin      : no (does not run on Win32)")
 
	endif()
 

	
 
#  	if(YAHOO2_FOUND)
 
# 		message("Libyahoo2 plugin  : yes")
 
#  		include_directories(${YAHOO2_INCLUDE_DIR})
 
# 	else()
 
		if(ENABLE_YAHOO2)
 
			set(YAHOO2_FOUND 1)
 
			message("Libyahoo2 plugin  : yes")
 
		else(ENABLE_YAHOO2)
 
			message("Libyahoo2 plugin  : no (user disabled)")
 
		endif()
 
#  	endif()
 

	
 
	if(ENABLE_SWIFTEN)
 
		message("Swiften plugin    : yes")
 
	else()
backends/CMakeLists.txt
Show inline comments
 
@@ -22,9 +22,6 @@ if (PROTOBUF_FOUND)
 
		if(ENABLE_FROTZ)
 
			ADD_SUBDIRECTORY(frotz)
 
		endif()
 
 		if(YAHOO2_FOUND)
 
			ADD_SUBDIRECTORY(libyahoo2)
 
	 	endif()
 
		if (${LIBDBUSGLIB_FOUND})
 
			ADD_SUBDIRECTORY(skype)
 
		endif()
backends/libyahoo2/CMakeLists.txt
Show inline comments
 
deleted file
backends/libyahoo2/httpfetch.cpp
Show inline comments
 
deleted file
backends/libyahoo2/httpfetch.h
Show inline comments
 
deleted file
backends/libyahoo2/main.cpp
Show inline comments
 
deleted file
backends/libyahoo2/sample_client.example
Show inline comments
 
deleted file
backends/libyahoo2/yahoo/crypt.c
Show inline comments
 
deleted file
backends/libyahoo2/yahoo/libyahoo2.c
Show inline comments
 
deleted file
backends/libyahoo2/yahoo/md5.c
Show inline comments
 
deleted file
backends/libyahoo2/yahoo/md5.h
Show inline comments
 
deleted file
backends/libyahoo2/yahoo/sha1.c
Show inline comments
 
deleted file
backends/libyahoo2/yahoo/sha1.h
Show inline comments
 
deleted file

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)