pidgin/purple-plugin-pack

Apparently okcupid has been broke for awhile, so lets remove it instead

Testing Done:
ran ninja and ninja plugin_pack-pot

Reviewed at https://reviews.imfreedom.org/r/2407/
if TYPES.contains('default') and PURPLE.found()
eight_ball = shared_library('eight_ball',
'eight_ball.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'eight_ball'
endif