[evolution-data-server/camel-gobject] Drop the "hula" Camel provider.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/camel-gobject] Drop the "hula" Camel provider.
- Date: Wed, 7 Apr 2010 00:25:57 +0000 (UTC)
commit d45e313f08630568ee3f67562c0ae3d936c44673
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Apr 6 19:44:56 2010 -0400
Drop the "hula" Camel provider.
Novell's Hula project died half a decade ago.
camel/providers/Makefile.am | 6 +-
camel/providers/hula/Makefile.am | 27 -----
camel/providers/hula/camel-hula-provider.c | 172 ----------------------------
camel/providers/hula/libcamelhula.urls | 1 -
configure.ac | 20 ----
5 files changed, 1 insertions(+), 225 deletions(-)
---
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index 43c4407..e715aa4 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -2,15 +2,11 @@ if ENABLE_NNTP
NNTP_DIR=nntp
endif
-if ENABLE_HULA
-HULA_DIR=hula
-endif
-
if OS_WIN32
else
SENDMAIL_DIR=sendmail
endif
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(NNTP_DIR) local groupwise $(HULA_DIR)
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(NNTP_DIR) local groupwise
-include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 2617a59..673c0eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -987,22 +987,6 @@ AM_CONDITIONAL(ENABLE_NNTP, [test x$enable_nntp = xyes])
AC_DEFINE(HANDLE_LIBICAL_MEMORY, 1, [Define it once memory returned by libical is free'ed properly])
dnl ******************************
-dnl Hula support
-dnl ******************************
-AC_ARG_ENABLE([hula],
- AS_HELP_STRING([--enable-hula=no/yes],
- [Enable support for the now-defunct Hula project]),
- [],[enable_hula=no])
-
-if test "x$enable_hula" = "xyes"; then
- AC_DEFINE(ENABLE_HULA,1,[Build Hula backend])
- msg_hula="yes"
-else
- msg_hula="no"
-fi
-AM_CONDITIONAL(ENABLE_HULA, [test x$enable_hula = xyes])
-
-dnl ******************************
dnl File locking
dnl ******************************
AC_ARG_ENABLE([dot-locking],
@@ -1455,7 +1439,6 @@ calendar/tests/ecal/Makefile
camel/Makefile
camel/providers/Makefile
camel/providers/groupwise/Makefile
-camel/providers/hula/Makefile
camel/providers/imap/Makefile
camel/providers/imapx/Makefile
camel/providers/local/Makefile
@@ -1521,6 +1504,3 @@ echo "
Large files: $enable_largefile
Gtk Doc: $enable_gtk_doc
"
-if test "x$msg_hula" = "xyes"; then
- echo "Hula support: $msg_hula"
-fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]