[evolution-data-server] Remove Google Calendar backend



commit 7d7178ce0c74c8327cf9343ca722847af14d8a5e
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Apr 21 16:53:52 2010 +0100

    Remove Google Calendar backend
    
    Remove the Google Calendar calendar backend completely. Google Calendar can,
    and should, be accessed through CalDAV, and the google-account-setup plugin
    in Evolution will manage this (and migrate old sources to use CalDAV instead
    of the Google Calendar backend). Closes: bgo#580021

 calendar/backends/Makefile.am                      |    2 +-
 calendar/backends/google/Makefile.am               |   35 -
 .../backends/google/e-cal-backend-google-factory.c |  169 --
 .../backends/google/e-cal-backend-google-factory.h |   39 -
 .../backends/google/e-cal-backend-google-utils.c   | 1099 -------------
 .../backends/google/e-cal-backend-google-utils.h   |   45 -
 calendar/backends/google/e-cal-backend-google.c    | 1607 --------------------
 calendar/backends/google/e-cal-backend-google.h    |   80 -
 configure.ac                                       |    1 -
 po/POTFILES.in                                     |    2 -
 10 files changed, 1 insertions(+), 3078 deletions(-)
---
diff --git a/calendar/backends/Makefile.am b/calendar/backends/Makefile.am
index 1f6b288..84fd82a 100644
--- a/calendar/backends/Makefile.am
+++ b/calendar/backends/Makefile.am
@@ -4,6 +4,6 @@ else
 WEATHER_SUBDIR =
 endif
 
-SUBDIRS = file groupwise http contacts $(WEATHER_SUBDIR) caldav google
+SUBDIRS = file groupwise http contacts $(WEATHER_SUBDIR) caldav
 
 -include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 96b5347..ef4bbf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1407,7 +1407,6 @@ calendar/backends/groupwise/Makefile
 calendar/backends/http/Makefile
 calendar/backends/contacts/Makefile
 calendar/backends/weather/Makefile
-calendar/backends/google/Makefile
 calendar/tests/Makefile
 calendar/tests/ecal/Makefile
 camel/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b462ad5..ca7fbf5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -14,8 +14,6 @@ addressbook/libedata-book/e-data-book-factory.c
 addressbook/libedata-book/e-data-book.c
 calendar/backends/contacts/e-cal-backend-contacts.c
 calendar/backends/file/e-cal-backend-file.c
-calendar/backends/google/e-cal-backend-google-utils.c
-calendar/backends/google/e-cal-backend-google.c
 calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
 calendar/backends/groupwise/e-cal-backend-groupwise.c
 calendar/backends/http/e-cal-backend-http.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]