summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /databases
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile77
-rw-r--r--databases/evolution-data-server/distinfo3
-rw-r--r--databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c18
-rw-r--r--databases/evolution-data-server/files/patch-camel_camel-block-file.h10
-rw-r--r--databases/evolution-data-server/files/patch-camel_camel-net-utils.c24
-rw-r--r--databases/evolution-data-server/files/patch-configure35
-rw-r--r--databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in22
-rw-r--r--databases/evolution-data-server/pkg-descr3
-rw-r--r--databases/evolution-data-server/pkg-plist898
-rw-r--r--databases/libgda4-mdb/Makefile23
-rw-r--r--databases/libgda4-mdb/pkg-plist5
-rw-r--r--databases/libgda4-mysql/Makefile23
-rw-r--r--databases/libgda4-mysql/pkg-plist16
-rw-r--r--databases/libgda4-postgresql/Makefile23
-rw-r--r--databases/libgda4-postgresql/pkg-plist16
-rw-r--r--databases/libgda4-reference/Makefile12
-rw-r--r--databases/libgda4-reference/pkg-descr3
-rw-r--r--databases/libgda4/Makefile130
-rw-r--r--databases/libgda4/distinfo3
-rw-r--r--databases/libgda4/pkg-descr19
-rw-r--r--databases/libgda4/pkg-plist206
21 files changed, 0 insertions, 1569 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
deleted file mode 100644
index 35b5bf6a4..000000000
--- a/databases/evolution-data-server/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# New ports collection makefile for: evolution-data-server
-# Date created: 09 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/databases/evolution-data-server/Makefile,v 1.163 2008/11/25 02:02:29 marcus Exp $
-#
-
-PORTNAME= evolution-data-server
-PORTVERSION= 2.24.2
-CATEGORIES= databases gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The data backends for the Evolution integrated mail/PIM suite
-
-LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
- nss3.1:${PORTSDIR}/security/nss \
- tasn1.3:${PORTSDIR}/security/libtasn1 \
- sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_BISON= build
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui ltverhack \
- ltasneededhack
-USE_OPENLDAP= yes
-USE_AUTOTOOLS= libtool:15
-USE_BDB= 41+
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --enable-static \
- --enable-nss=yes \
- --enable-gnome-keyring=yes \
- --with-openldap=yes \
- --with-libdb=${LOCALBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-PLIST_SUB= VERSION="2.24" EVO_VERSION="1.2"
-
-#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL)
-HEIMDAL_HOME?= ${LOCALBASE}
-LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
-CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
-KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
-.elif !defined(NO_KERBEROS)
-CONFIGURE_ARGS+= --with-krb5=/usr
-KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
-.endif
-
-#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING)
-#CONFIGURE_ARGS+= --enable-imap4=yes
-#PLIST_SUB+= IMAP4=""
-#.else
-PLIST_SUB+= IMAP4="@comment "
-#.endif
-
-EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41."
-
-pre-everything::
- @if [ x"${BDB_VER}" != x"41" ]; then \
- ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \
- fi
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \
- s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo
deleted file mode 100644
index ffb8cf284..000000000
--- a/databases/evolution-data-server/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/evolution-data-server-2.24.2.tar.bz2) = ee08e677d30fadd58e53e6e064d4ae6e
-SHA256 (gnome2/evolution-data-server-2.24.2.tar.bz2) = ac66e2f5341c488fa9e5e02c7e4eb7a7a1c01c093ad4a7a9b9e0e028f43f617a
-SIZE (gnome2/evolution-data-server-2.24.2.tar.bz2) = 7886652
diff --git a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c
deleted file mode 100644
index 766abb542..000000000
--- a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- calendar/libical/src/libical/icaltz-util.c.orig 2007-08-24 02:48:28.000000000 -0400
-+++ calendar/libical/src/libical/icaltz-util.c 2007-08-27 16:23:59.000000000 -0400
-@@ -23,6 +23,15 @@
- #include <string.h>
- #if defined(sun) && defined(__SVR4)
- #include <sys/byteorder.h>
-+#elif defined(__FreeBSD__)
-+#include <sys/endian.h>
-+#define __BYTE_ORDER _BYTE_ORDER
-+#define __LITTLE_ENDIAN _LITTLE_ENDIAN
-+#define __BIG_ENDIAN _BIG_ENDIAN
-+
-+#define bswap_16 bswap16
-+#define bswap_32 bswap32
-+#define bswap_64 bswap64
- #else
- #include <byteswap.h>
- #include <endian.h>
diff --git a/databases/evolution-data-server/files/patch-camel_camel-block-file.h b/databases/evolution-data-server/files/patch-camel_camel-block-file.h
deleted file mode 100644
index bb155e24a..000000000
--- a/databases/evolution-data-server/files/patch-camel_camel-block-file.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007
-+++ camel/camel-block-file.h Tue May 15 01:49:00 2007
-@@ -21,6 +21,7 @@
- #ifndef _CAMEL_BLOCK_FILE_H
- #define _CAMEL_BLOCK_FILE_H
-
-+#include <sys/types.h>
- #include <camel/camel-object.h>
- #include <glib.h>
- #include <libedataserver/e-msgport.h>
diff --git a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server/files/patch-camel_camel-net-utils.c
deleted file mode 100644
index 17bddca39..000000000
--- a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004
-+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004
-@@ -143,12 +143,21 @@
- case EAI_SERVICE:
- return NO_DATA;
- break;
-+#ifdef EAI_ADDRFAMILY
- case EAI_ADDRFAMILY:
- return NO_ADDRESS;
- break;
-+#endif
-+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
- case EAI_NODATA:
- return NO_DATA;
- break;
-+#endif
-+#ifdef EAI_NOFAMILY
-+ case EAI_NOFAMILY:
-+ return NO_ADDRESS;
-+ break;
-+#endif
- case EAI_MEMORY:
- return ENOMEM;
- break;
diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure
deleted file mode 100644
index 3fac0e904..000000000
--- a/databases/evolution-data-server/files/patch-configure
+++ /dev/null
@@ -1,35 +0,0 @@
---- configure.orig Mon Jun 18 23:55:48 2007
-+++ configure Mon Jun 18 23:56:20 2007
-@@ -24562,6 +24562,14 @@ case "$host" in
- # AC_CACHE_VAL(have_addrinfo, [have_addrinfo=yes])
- # AC_DEFINE(_WIN32_WINNT, 0x501, [To get getaddrinfo etc declarations])
- ;;
-+*freebsd*)
-+ os_win32=no
-+ NO_UNDEFINED=''
-+ SOCKET_LIBS=''
-+ DL_LIB=''
-+ SOFTOKN3_LIB='-lsoftokn3'
-+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir"
-+ ;;
- *) os_win32=no
- NO_UNDEFINED=''
- SOCKET_LIBS=''
-@@ -28651,7 +28659,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <netdb.h>
--
-+ #include <stdio.h>
-
- int
- main ()
-@@ -33825,7 +33833,7 @@ idldir='${datadir}'/idl/evolution-data-s
- imagesdir='${datadir}'/pixmaps/evolution-data-server
-
-
--serverdir="$libdir/bonobo/servers"
-+serverdir="$prefix/libdata/bonobo/servers"
-
-
- extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions
diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
deleted file mode 100644
index 9cf7de309..000000000
--- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- docs/reference/camel/Makefile.in.orig 2008-09-08 23:00:49.000000000 +0200
-+++ docs/reference/camel/Makefile.in 2008-09-08 23:01:25.000000000 +0200
-@@ -129,7 +129,7 @@
- GOBJECT_QUERY = @GOBJECT_QUERY@
- GREP = @GREP@
- HAVE_JW = @HAVE_JW@
--HTML_DIR = $(datadir)/gtk-doc/html
-+HTML_DIR = $(prefix)/share/doc
- ICONV_CFLAGS = @ICONV_CFLAGS@
- ICONV_LIBS = @ICONV_LIBS@
- IDL_INCLUDES = @IDL_INCLUDES@
-@@ -704,8 +704,8 @@
- echo '-- Installing '$$i ; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
- done; \
-- which gtkdoc-rebase >/dev/null && \
-- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
-+# which gtkdoc-rebase >/dev/null && \
-+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
- fi
-
- uninstall-local:
diff --git a/databases/evolution-data-server/pkg-descr b/databases/evolution-data-server/pkg-descr
deleted file mode 100644
index 076bb0ef7..000000000
--- a/databases/evolution-data-server/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Evolution-data-server provides the various backend components for the
-Evolution integrated mail/PIM suite, including the Berkeley database
-backend and the libical calendar components.
diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist
deleted file mode 100644
index bdd3a65ee..000000000
--- a/databases/evolution-data-server/pkg-plist
+++ /dev/null
@@ -1,898 +0,0 @@
-include/evolution-data-server-%%VERSION%%/camel/camel-address.h
-include/evolution-data-server-%%VERSION%%/camel/camel-arg.h
-include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h
-include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h
-include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h
-include/evolution-data-server-%%VERSION%%/camel/camel-cipher-context.h
-include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h
-include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h
-include/evolution-data-server-%%VERSION%%/camel/camel-db.h
-include/evolution-data-server-%%VERSION%%/camel/camel-debug.h
-include/evolution-data-server-%%VERSION%%/camel/camel-digest-folder.h
-include/evolution-data-server-%%VERSION%%/camel/camel-digest-store.h
-include/evolution-data-server-%%VERSION%%/camel/camel-digest-summary.h
-include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h
-include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h
-include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h
-include/evolution-data-server-%%VERSION%%/camel/camel-exception-list.def
-include/evolution-data-server-%%VERSION%%/camel/camel-exception.h
-include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h
-include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h
-include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h
-include/evolution-data-server-%%VERSION%%/camel/camel-folder-search.h
-include/evolution-data-server-%%VERSION%%/camel/camel-folder-summary.h
-include/evolution-data-server-%%VERSION%%/camel/camel-folder-thread.h
-include/evolution-data-server-%%VERSION%%/camel/camel-folder.h
-include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h
-include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h
-include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h
-include/evolution-data-server-%%VERSION%%/camel/camel-i18n.h
-include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h
-include/evolution-data-server-%%VERSION%%/camel/camel-index.h
-include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h
-include/evolution-data-server-%%VERSION%%/camel/camel-junk-plugin.h
-include/evolution-data-server-%%VERSION%%/camel/camel-list-utils.h
-include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h
-include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h
-include/evolution-data-server-%%VERSION%%/camel/camel-lock.h
-include/evolution-data-server-%%VERSION%%/camel/camel-medium.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-charset.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-crlf.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-enriched.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-from.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-gzip.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-html.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-index.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-linewrap.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-pgp.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-progress.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-save.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-tohtml.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-windows.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-yenc.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-message.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-parser.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-part-utils.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-part.h
-include/evolution-data-server-%%VERSION%%/camel/camel-mime-utils.h
-include/evolution-data-server-%%VERSION%%/camel/camel-movemail.h
-include/evolution-data-server-%%VERSION%%/camel/camel-msgport.h
-include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h
-include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h
-include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h
-include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h
-include/evolution-data-server-%%VERSION%%/camel/camel-news-address.h
-include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h
-include/evolution-data-server-%%VERSION%%/camel/camel-object.h
-include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h
-include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h
-include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h
-include/evolution-data-server-%%VERSION%%/camel/camel-operation.h
-include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h
-include/evolution-data-server-%%VERSION%%/camel/camel-process.h
-include/evolution-data-server-%%VERSION%%/camel/camel-provider.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-kerberos4.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl-popb4smtp.h
-include/evolution-data-server-%%VERSION%%/camel/camel-sasl.h
-include/evolution-data-server-%%VERSION%%/camel/camel-search-private.h
-include/evolution-data-server-%%VERSION%%/camel/camel-search-sql-sexp.h
-include/evolution-data-server-%%VERSION%%/camel/camel-search-sql.h
-include/evolution-data-server-%%VERSION%%/camel/camel-seekable-stream.h
-include/evolution-data-server-%%VERSION%%/camel/camel-seekable-substream.h
-include/evolution-data-server-%%VERSION%%/camel/camel-service.h
-include/evolution-data-server-%%VERSION%%/camel/camel-session.h
-include/evolution-data-server-%%VERSION%%/camel/camel-smime-context.h
-include/evolution-data-server-%%VERSION%%/camel/camel-store-summary.h
-include/evolution-data-server-%%VERSION%%/camel/camel-store.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-buffer.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-filter.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-fs.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-mem.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-null.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-process.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream-vfs.h
-include/evolution-data-server-%%VERSION%%/camel/camel-stream.h
-include/evolution-data-server-%%VERSION%%/camel/camel-string-utils.h
-include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-raw.h
-include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-ssl.h
-include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h
-include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h
-include/evolution-data-server-%%VERSION%%/camel/camel-transport.h
-include/evolution-data-server-%%VERSION%%/camel/camel-trie.h
-include/evolution-data-server-%%VERSION%%/camel/camel-types.h
-include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h
-include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h
-include/evolution-data-server-%%VERSION%%/camel/camel-url.h
-include/evolution-data-server-%%VERSION%%/camel/camel-utf8.h
-include/evolution-data-server-%%VERSION%%/camel/camel-vee-folder.h
-include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h
-include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h
-include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h
-include/evolution-data-server-%%VERSION%%/camel/camel.h
-include/evolution-data-server-%%VERSION%%/exchange/e-folder-exchange.h
-include/evolution-data-server-%%VERSION%%/exchange/e-folder.h
-include/evolution-data-server-%%VERSION%%/exchange/e-storage.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-autoconfig.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-context.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-freebusy.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog-ldap.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-http-utils.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-marshal.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-operation.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-properties.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-propnames.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-restriction.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-result.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-security-descriptor.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-sid.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-types.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-uri.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-utils.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-validate.h
-include/evolution-data-server-%%VERSION%%/exchange/e2k-xml-utils.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-account.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-constants.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-esource.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-folder-size.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-foreign.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-somedav.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-webdav.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-oof.h
-include/evolution-data-server-%%VERSION%%/exchange/exchange-types.h
-include/evolution-data-server-%%VERSION%%/exchange/mapi.h
-include/evolution-data-server-%%VERSION%%/google/libgdata-google/gdata-google-service.h
-include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-entry.h
-include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-feed.h
-include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-service-iface.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-item.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h
-include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h
-include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h
-include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h
-include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h
-include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h
-include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h
-include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h
-include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h
-include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h
-include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h
-include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h
-include/evolution-data-server-%%VERSION%%/libebook/e-book.h
-include/evolution-data-server-%%VERSION%%/libebook/e-contact.h
-include/evolution-data-server-%%VERSION%%/libebook/e-destination.h
-include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h
-include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-check-timezones.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h
-include/evolution-data-server-%%VERSION%%/libecal/e-cal.h
-include/evolution-data-server-%%VERSION%%/libedata-book/Evolution-DataServer-Addressbook.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h
-include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/Evolution-DataServer-Calendar.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-loader-factory.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h
-include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-component-listener.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-iconv.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-msgport.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-trie.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h
-include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h
-include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h
-include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-option-menu.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h
-include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h
-include/evolution-data-server-%%VERSION%%/libical/ical.h
-include/evolution-data-server-%%VERSION%%/libical/icalarray.h
-include/evolution-data-server-%%VERSION%%/libical/icalattach.h
-include/evolution-data-server-%%VERSION%%/libical/icalcalendar.h
-include/evolution-data-server-%%VERSION%%/libical/icalclassify.h
-include/evolution-data-server-%%VERSION%%/libical/icalcluster.h
-include/evolution-data-server-%%VERSION%%/libical/icalcomponent.h
-include/evolution-data-server-%%VERSION%%/libical/icalderivedparameter.h
-include/evolution-data-server-%%VERSION%%/libical/icalderivedproperty.h
-include/evolution-data-server-%%VERSION%%/libical/icalderivedvalue.h
-include/evolution-data-server-%%VERSION%%/libical/icaldirset.h
-include/evolution-data-server-%%VERSION%%/libical/icaldirsetimpl.h
-include/evolution-data-server-%%VERSION%%/libical/icalduration.h
-include/evolution-data-server-%%VERSION%%/libical/icalenums.h
-include/evolution-data-server-%%VERSION%%/libical/icalerror.h
-include/evolution-data-server-%%VERSION%%/libical/icalfileset.h
-include/evolution-data-server-%%VERSION%%/libical/icalfilesetimpl.h
-include/evolution-data-server-%%VERSION%%/libical/icalgauge.h
-include/evolution-data-server-%%VERSION%%/libical/icalgaugeimpl.h
-include/evolution-data-server-%%VERSION%%/libical/icallangbind.h
-include/evolution-data-server-%%VERSION%%/libical/icalmemory.h
-include/evolution-data-server-%%VERSION%%/libical/icalmessage.h
-include/evolution-data-server-%%VERSION%%/libical/icalmime.h
-include/evolution-data-server-%%VERSION%%/libical/icalparameter.h
-include/evolution-data-server-%%VERSION%%/libical/icalparser.h
-include/evolution-data-server-%%VERSION%%/libical/icalperiod.h
-include/evolution-data-server-%%VERSION%%/libical/icalproperty.h
-include/evolution-data-server-%%VERSION%%/libical/icalrecur.h
-include/evolution-data-server-%%VERSION%%/libical/icalrestriction.h
-include/evolution-data-server-%%VERSION%%/libical/icalset.h
-include/evolution-data-server-%%VERSION%%/libical/icalspanlist.h
-include/evolution-data-server-%%VERSION%%/libical/icalss.h
-include/evolution-data-server-%%VERSION%%/libical/icalssyacc.h
-include/evolution-data-server-%%VERSION%%/libical/icaltime.h
-include/evolution-data-server-%%VERSION%%/libical/icaltimezone.h
-include/evolution-data-server-%%VERSION%%/libical/icaltypes.h
-include/evolution-data-server-%%VERSION%%/libical/icaltz-util.h
-include/evolution-data-server-%%VERSION%%/libical/icalvalue.h
-include/evolution-data-server-%%VERSION%%/libical/icalvcal.h
-include/evolution-data-server-%%VERSION%%/libical/port.h
-include/evolution-data-server-%%VERSION%%/libical/pvl.h
-include/evolution-data-server-%%VERSION%%/libical/sspm.h
-include/evolution-data-server-%%VERSION%%/libical/vcaltmp.h
-include/evolution-data-server-%%VERSION%%/libical/vcc.h
-include/evolution-data-server-%%VERSION%%/libical/vobject.h
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls
-%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a
-%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la
-%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so
-%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.urls
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.urls
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.urls
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.urls
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.urls
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.a
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.la
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.so
-lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.urls
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la
-lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so
-lib/libcamel-%%EVO_VERSION%%.a
-lib/libcamel-%%EVO_VERSION%%.la
-lib/libcamel-%%EVO_VERSION%%.so
-lib/libcamel-%%EVO_VERSION%%.so.14
-lib/libcamel-provider-%%EVO_VERSION%%.a
-lib/libcamel-provider-%%EVO_VERSION%%.la
-lib/libcamel-provider-%%EVO_VERSION%%.so
-lib/libcamel-provider-%%EVO_VERSION%%.so.14
-lib/libebackend-%%EVO_VERSION%%.a
-lib/libebackend-%%EVO_VERSION%%.la
-lib/libebackend-%%EVO_VERSION%%.so
-lib/libebackend-%%EVO_VERSION%%.so.0
-lib/libebook-%%EVO_VERSION%%.a
-lib/libebook-%%EVO_VERSION%%.la
-lib/libebook-%%EVO_VERSION%%.so
-lib/libebook-%%EVO_VERSION%%.so.9
-lib/libecal-%%EVO_VERSION%%.a
-lib/libecal-%%EVO_VERSION%%.la
-lib/libecal-%%EVO_VERSION%%.so
-lib/libecal-%%EVO_VERSION%%.so.7
-lib/libedata-book-%%EVO_VERSION%%.a
-lib/libedata-book-%%EVO_VERSION%%.la
-lib/libedata-book-%%EVO_VERSION%%.so
-lib/libedata-book-%%EVO_VERSION%%.so.2
-lib/libedata-cal-%%EVO_VERSION%%.a
-lib/libedata-cal-%%EVO_VERSION%%.la
-lib/libedata-cal-%%EVO_VERSION%%.so
-lib/libedata-cal-%%EVO_VERSION%%.so.6
-lib/libedataserver-%%EVO_VERSION%%.a
-lib/libedataserver-%%EVO_VERSION%%.la
-lib/libedataserver-%%EVO_VERSION%%.so
-lib/libedataserver-%%EVO_VERSION%%.so.11
-lib/libedataserverui-%%EVO_VERSION%%.a
-lib/libedataserverui-%%EVO_VERSION%%.la
-lib/libedataserverui-%%EVO_VERSION%%.so
-lib/libedataserverui-%%EVO_VERSION%%.so.8
-lib/libegroupwise-%%EVO_VERSION%%.a
-lib/libegroupwise-%%EVO_VERSION%%.la
-lib/libegroupwise-%%EVO_VERSION%%.so
-lib/libegroupwise-%%EVO_VERSION%%.so.13
-lib/libexchange-storage-%%EVO_VERSION%%.a
-lib/libexchange-storage-%%EVO_VERSION%%.la
-lib/libexchange-storage-%%EVO_VERSION%%.so
-lib/libexchange-storage-%%EVO_VERSION%%.so.3
-lib/libgdata-%%EVO_VERSION%%.a
-lib/libgdata-%%EVO_VERSION%%.la
-lib/libgdata-%%EVO_VERSION%%.so
-lib/libgdata-%%EVO_VERSION%%.so.1
-lib/libgdata-google-%%EVO_VERSION%%.a
-lib/libgdata-google-%%EVO_VERSION%%.la
-lib/libgdata-google-%%EVO_VERSION%%.so
-lib/libgdata-google-%%EVO_VERSION%%.so.1
-libdata/bonobo/servers/GNOME_Evolution_DataServer_%%EVO_VERSION%%.server
-libdata/pkgconfig/camel-%%EVO_VERSION%%.pc
-libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc
-libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libebook-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libexchange-storage-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libgdata-%%EVO_VERSION%%.pc
-libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc
-libexec/camel-index-control-%%EVO_VERSION%%
-libexec/camel-lock-helper-%%EVO_VERSION%%
-libexec/evolution-data-server-%%VERSION%%
-share/doc/camel/Addresses.html
-share/doc/camel/ClassTree.html
-share/doc/camel/Crypto.html
-share/doc/camel/Deprecated.html
-share/doc/camel/Filters.html
-share/doc/camel/Folders.html
-share/doc/camel/Fundamentals.html
-share/doc/camel/MIME.html
-share/doc/camel/SearchFolders.html
-share/doc/camel/Services.html
-share/doc/camel/Storage.html
-share/doc/camel/StreamFilters.html
-share/doc/camel/Streams.html
-share/doc/camel/Utilities.html
-share/doc/camel/camel-CamelAddress.html
-share/doc/camel/camel-CamelCertDB.html
-share/doc/camel/camel-CamelCipherContext.html
-share/doc/camel/camel-CamelDB.html
-share/doc/camel/camel-CamelDataCache.html
-share/doc/camel/camel-CamelDataWrapper.html
-share/doc/camel/camel-CamelFilterDriver.html
-share/doc/camel/camel-CamelFolder.html
-share/doc/camel/camel-CamelFolderSearch.html
-share/doc/camel/camel-CamelFolderSummary.html
-share/doc/camel/camel-CamelGpgContext.html
-share/doc/camel/camel-CamelHttpStream.html
-share/doc/camel/camel-CamelIndex.html
-share/doc/camel/camel-CamelInternetAddress.html
-share/doc/camel/camel-CamelKeyFile.html
-share/doc/camel/camel-CamelKeyTable.html
-share/doc/camel/camel-CamelMedium.html
-share/doc/camel/camel-CamelMimeFilter.html
-share/doc/camel/camel-CamelMimeFilterBasic.html
-share/doc/camel/camel-CamelMimeFilterBestenc.html
-share/doc/camel/camel-CamelMimeFilterCRLF.html
-share/doc/camel/camel-CamelMimeFilterCanon.html
-share/doc/camel/camel-CamelMimeFilterCharset.html
-share/doc/camel/camel-CamelMimeFilterEnriched.html
-share/doc/camel/camel-CamelMimeFilterFrom.html
-share/doc/camel/camel-CamelMimeFilterGZip.html
-share/doc/camel/camel-CamelMimeFilterHTML.html
-share/doc/camel/camel-CamelMimeFilterIndex.html
-share/doc/camel/camel-CamelMimeFilterLinewrap.html
-share/doc/camel/camel-CamelMimeFilterPgp.html
-share/doc/camel/camel-CamelMimeFilterProgress.html
-share/doc/camel/camel-CamelMimeFilterSave.html
-share/doc/camel/camel-CamelMimeFilterToHTML.html
-share/doc/camel/camel-CamelMimeFilterWindows.html
-share/doc/camel/camel-CamelMimeFilterYenc.html
-share/doc/camel/camel-CamelMimeMessage.html
-share/doc/camel/camel-CamelMimeParser.html
-share/doc/camel/camel-CamelMimePart.html
-share/doc/camel/camel-CamelMsgPort.html
-share/doc/camel/camel-CamelMultipart.html
-share/doc/camel/camel-CamelMultipartEncrypted.html
-share/doc/camel/camel-CamelMultipartSigned.html
-share/doc/camel/camel-CamelNNTPAddress.html
-share/doc/camel/camel-CamelNewsAddress.html
-share/doc/camel/camel-CamelObject.html
-share/doc/camel/camel-CamelOfflineFolder.html
-share/doc/camel/camel-CamelOfflineJournal.html
-share/doc/camel/camel-CamelOfflineStore.html
-share/doc/camel/camel-CamelSMIMEContext.html
-share/doc/camel/camel-CamelSasl.html
-share/doc/camel/camel-CamelSaslAnonymous.html
-share/doc/camel/camel-CamelSaslCramMd5.html
-share/doc/camel/camel-CamelSaslDigestMd5.html
-share/doc/camel/camel-CamelSaslGssapi.html
-share/doc/camel/camel-CamelSaslKerberos4.html
-share/doc/camel/camel-CamelSaslLogin.html
-share/doc/camel/camel-CamelSaslNTLM.html
-share/doc/camel/camel-CamelSaslPOPB4SMTP.html
-share/doc/camel/camel-CamelSaslPlain.html
-share/doc/camel/camel-CamelSeekableStream.html
-share/doc/camel/camel-CamelSeekableSubstream.html
-share/doc/camel/camel-CamelService.html
-share/doc/camel/camel-CamelSession.html
-share/doc/camel/camel-CamelStore.html
-share/doc/camel/camel-CamelStoreSummary.html
-share/doc/camel/camel-CamelStream.html
-share/doc/camel/camel-CamelStreamBuffer.html
-share/doc/camel/camel-CamelStreamFilter.html
-share/doc/camel/camel-CamelStreamFs.html
-share/doc/camel/camel-CamelStreamMem.html
-share/doc/camel/camel-CamelStreamNull.html
-share/doc/camel/camel-CamelStreamProcess.html
-share/doc/camel/camel-CamelStreamVFS.html
-share/doc/camel/camel-CamelTcpStream.html
-share/doc/camel/camel-CamelTcpStreamRaw.html
-share/doc/camel/camel-CamelTcpStreamSSL.html
-share/doc/camel/camel-CamelTextIndexName.html
-share/doc/camel/camel-CamelTransport.html
-share/doc/camel/camel-CamelVTrashFolder.html
-share/doc/camel/camel-CamelVeeFolder.html
-share/doc/camel/camel-CamelVeeStore.html
-share/doc/camel/camel-CamelVeeSummary.html
-share/doc/camel/camel-camel-arg.html
-share/doc/camel/camel-camel-charset-map.html
-share/doc/camel/camel-camel-debug.html
-share/doc/camel/camel-camel-exception.html
-share/doc/camel/camel-camel-file-utils.html
-share/doc/camel/camel-camel-filter-search.html
-share/doc/camel/camel-camel-folder-thread.html
-share/doc/camel/camel-camel-i18n.html
-share/doc/camel/camel-camel-iconv.html
-share/doc/camel/camel-camel-junk-plugin.html
-share/doc/camel/camel-camel-list-utils.html
-share/doc/camel/camel-camel-lock-client.html
-share/doc/camel/camel-camel-lock.html
-share/doc/camel/camel-camel-mime-utils.html
-share/doc/camel/camel-camel-movemail.html
-share/doc/camel/camel-camel-net-utils.html
-share/doc/camel/camel-camel-operation.html
-share/doc/camel/camel-camel-process.html
-share/doc/camel/camel-camel-provider.html
-share/doc/camel/camel-camel-search-sql.html
-share/doc/camel/camel-camel-string-utils.html
-share/doc/camel/camel-camel-trie.html
-share/doc/camel/camel-camel-uid-cache.html
-share/doc/camel/camel-camel-url-scanner.html
-share/doc/camel/camel-camel-url.html
-share/doc/camel/camel-camel-utf8.html
-share/doc/camel/camel.devhelp
-share/doc/camel/camel.devhelp2
-share/doc/camel/classes.html
-share/doc/camel/home.png
-share/doc/camel/index.html
-share/doc/camel/index.sgml
-share/doc/camel/ix01.html
-share/doc/camel/ix02.html
-share/doc/camel/left.png
-share/doc/camel/right.png
-share/doc/camel/style.css
-share/doc/camel/up.png
-share/doc/libebackend/EFileCache.html
-share/doc/libebackend/ch01.html
-share/doc/libebackend/home.png
-share/doc/libebackend/index.html
-share/doc/libebackend/index.sgml
-share/doc/libebackend/left.png
-share/doc/libebackend/libebackend-e-data-server-module.html
-share/doc/libebackend/libebackend-e-db3-utils.html
-share/doc/libebackend/libebackend-e-dbhash.html
-share/doc/libebackend/libebackend.devhelp
-share/doc/libebackend/libebackend.devhelp2
-share/doc/libebackend/right.png
-share/doc/libebackend/style.css
-share/doc/libebackend/up.png
-share/doc/libebook/EBook.html
-share/doc/libebook/EBookListener.html
-share/doc/libebook/EBookView.html
-share/doc/libebook/EBookViewListener.html
-share/doc/libebook/EContact.html
-share/doc/libebook/EDestination.html
-share/doc/libebook/EVCard.html
-share/doc/libebook/ch01.html
-share/doc/libebook/home.png
-share/doc/libebook/index.html
-share/doc/libebook/index.sgml
-share/doc/libebook/ix01.html
-share/doc/libebook/left.png
-share/doc/libebook/libebook-EAddressWestern.html
-share/doc/libebook/libebook-ENameWestern.html
-share/doc/libebook/libebook-e-book-query.html
-share/doc/libebook/libebook-e-book-types.html
-share/doc/libebook/libebook.devhelp
-share/doc/libebook/libebook.devhelp2
-share/doc/libebook/right.png
-share/doc/libebook/style.css
-share/doc/libebook/up.png
-share/doc/libecal/ECal.html
-share/doc/libecal/ECalComponent.html
-share/doc/libecal/ECalListener.html
-share/doc/libecal/ECalView.html
-share/doc/libecal/ECalViewListener.html
-share/doc/libecal/ch01.html
-share/doc/libecal/home.png
-share/doc/libecal/index.html
-share/doc/libecal/index.sgml
-share/doc/libecal/ix01.html
-share/doc/libecal/left.png
-share/doc/libecal/libecal-e-cal-check-timezones.html
-share/doc/libecal/libecal-e-cal-recur.html
-share/doc/libecal/libecal-e-cal-time-util.html
-share/doc/libecal/libecal-e-cal-types.html
-share/doc/libecal/libecal-e-cal-util.html
-share/doc/libecal/libecal.devhelp
-share/doc/libecal/libecal.devhelp2
-share/doc/libecal/right.png
-share/doc/libecal/style.css
-share/doc/libecal/up.png
-share/doc/libedata-book/EBookBackend.html
-share/doc/libedata-book/EBookBackendCache.html
-share/doc/libedata-book/EBookBackendFactory.html
-share/doc/libedata-book/EBookBackendSExp.html
-share/doc/libedata-book/EBookBackendSummary.html
-share/doc/libedata-book/EBookBackendSync.html
-share/doc/libedata-book/EDataBook.html
-share/doc/libedata-book/EDataBookView.html
-share/doc/libedata-book/ch01.html
-share/doc/libedata-book/home.png
-share/doc/libedata-book/index.html
-share/doc/libedata-book/index.sgml
-share/doc/libedata-book/ix01.html
-share/doc/libedata-book/left.png
-share/doc/libedata-book/libedata-book-EDataBookFactory.html
-share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html
-share/doc/libedata-book/libedata-book-ximian-vcard.html
-share/doc/libedata-book/libedata-book.devhelp
-share/doc/libedata-book/libedata-book.devhelp2
-share/doc/libedata-book/right.png
-share/doc/libedata-book/style.css
-share/doc/libedata-book/up.png
-share/doc/libedata-cal/ECalBackend.html
-share/doc/libedata-cal/ECalBackendCache.html
-share/doc/libedata-cal/ECalBackendFactory.html
-share/doc/libedata-cal/ECalBackendSExp.html
-share/doc/libedata-cal/ECalBackendSync.html
-share/doc/libedata-cal/EDataCal.html
-share/doc/libedata-cal/EDataCalFactory.html
-share/doc/libedata-cal/EDataCalView.html
-share/doc/libedata-cal/ch01.html
-share/doc/libedata-cal/home.png
-share/doc/libedata-cal/index.html
-share/doc/libedata-cal/index.sgml
-share/doc/libedata-cal/ix01.html
-share/doc/libedata-cal/left.png
-share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html
-share/doc/libedata-cal/libedata-cal.devhelp
-share/doc/libedata-cal/libedata-cal.devhelp2
-share/doc/libedata-cal/right.png
-share/doc/libedata-cal/style.css
-share/doc/libedata-cal/up.png
-share/doc/libedataserver/EAccount.html
-share/doc/libedataserver/EAccountList.html
-share/doc/libedataserver/EComponentListener.html
-share/doc/libedataserver/EIterator.html
-share/doc/libedataserver/EList.html
-share/doc/libedataserver/EListIterator.html
-share/doc/libedataserver/ESource.html
-share/doc/libedataserver/ESourceGroup.html
-share/doc/libedataserver/ESourceList.html
-share/doc/libedataserver/ch01.html
-share/doc/libedataserver/home.png
-share/doc/libedataserver/index.html
-share/doc/libedataserver/index.sgml
-share/doc/libedataserver/ix01.html
-share/doc/libedataserver/left.png
-share/doc/libedataserver/libedataserver-EFlag.html
-share/doc/libedataserver/libedataserver-EProxy.html
-share/doc/libedataserver/libedataserver-ESExp.html
-share/doc/libedataserver/libedataserver-Version-Information.html
-share/doc/libedataserver/libedataserver-e-categories.html
-share/doc/libedataserver/libedataserver-e-iconv.html
-share/doc/libedataserver/libedataserver-e-memory.html
-share/doc/libedataserver/libedataserver-e-msgport.html
-share/doc/libedataserver/libedataserver-e-time-utils.html
-share/doc/libedataserver/libedataserver-e-trie.html
-share/doc/libedataserver/libedataserver-e-uid.html
-share/doc/libedataserver/libedataserver-e-url.html
-share/doc/libedataserver/libedataserver-e-util.html
-share/doc/libedataserver/libedataserver-e-xml-hash-utils.html
-share/doc/libedataserver/libedataserver-md5-utils.html
-share/doc/libedataserver/libedataserver.devhelp
-share/doc/libedataserver/libedataserver.devhelp2
-share/doc/libedataserver/right.png
-share/doc/libedataserver/style.css
-share/doc/libedataserver/up.png
-share/doc/libedataserverui/ECategoriesDialog.html
-share/doc/libedataserverui/EContactStore.html
-share/doc/libedataserverui/EDestinationStore.html
-share/doc/libedataserverui/ENameSelector.html
-share/doc/libedataserverui/ENameSelectorDialog.html
-share/doc/libedataserverui/ENameSelectorEntry.html
-share/doc/libedataserverui/ENameSelectorList.html
-share/doc/libedataserverui/ENameSelectorModel.html
-share/doc/libedataserverui/ESourceComboBox.html
-share/doc/libedataserverui/ESourceOptionMenu.html
-share/doc/libedataserverui/ESourceSelector.html
-share/doc/libedataserverui/ESourceSelectorDialog.html
-share/doc/libedataserverui/ETreeModelGenerator.html
-share/doc/libedataserverui/ch01.html
-share/doc/libedataserverui/home.png
-share/doc/libedataserverui/index.html
-share/doc/libedataserverui/index.sgml
-share/doc/libedataserverui/ix01.html
-share/doc/libedataserverui/left.png
-share/doc/libedataserverui/libedataserverui-ECellRendererColor.html
-share/doc/libedataserverui/libedataserverui-e-book-auth-util.html
-share/doc/libedataserverui/libedataserverui-e-data-server-ui-marshal.html
-share/doc/libedataserverui/libedataserverui-e-passwords.html
-share/doc/libedataserverui/libedataserverui.devhelp
-share/doc/libedataserverui/libedataserverui.devhelp2
-share/doc/libedataserverui/right.png
-share/doc/libedataserverui/style.css
-share/doc/libedataserverui/up.png
-share/evolution-data-server-%%VERSION%%/evolutionperson.schema
-share/evolution-data-server-%%VERSION%%/glade/e-categories-dialog.glade
-share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade
-share/evolution-data-server-%%VERSION%%/weather/Locations.xml
-share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Addressbook.idl
-share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Calendar.idl
-share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer.idl
-share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/be/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/bg/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/bn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/bn_IN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/bs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/fa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/fi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ga/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/gl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/gu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/he/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/hi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/hr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/la/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ml/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/mn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/mr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ms/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ne/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/nn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/oc/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/or/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/pa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/pl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/pt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/sr@latin/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/ta/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/te/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
-share/pixmaps/evolution-data-server/category_birthday_16.png
-share/pixmaps/evolution-data-server/category_business_16.png
-share/pixmaps/evolution-data-server/category_favorites_16.png
-share/pixmaps/evolution-data-server/category_gifts_16.png
-share/pixmaps/evolution-data-server/category_goals_16.png
-share/pixmaps/evolution-data-server/category_holiday-cards_16.png
-share/pixmaps/evolution-data-server/category_holiday_16.png
-share/pixmaps/evolution-data-server/category_hot-contacts_16.png
-share/pixmaps/evolution-data-server/category_ideas_16.png
-share/pixmaps/evolution-data-server/category_international_16.png
-share/pixmaps/evolution-data-server/category_key-customer_16.png
-share/pixmaps/evolution-data-server/category_miscellaneous_16.png
-share/pixmaps/evolution-data-server/category_personal_16.png
-share/pixmaps/evolution-data-server/category_phonecalls_16.png
-share/pixmaps/evolution-data-server/category_status_16.png
-share/pixmaps/evolution-data-server/category_strategies_16.png
-share/pixmaps/evolution-data-server/category_suppliers_16.png
-share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
-@dirrm share/pixmaps/evolution-data-server
-@dirrm share/idl/evolution-data-server-%%EVO_VERSION%%
-@dirrm share/evolution-data-server-%%VERSION%%/weather
-@dirrm share/evolution-data-server-%%VERSION%%/glade
-@dirrm share/evolution-data-server-%%VERSION%%
-@dirrm share/doc/libedataserverui
-@dirrm share/doc/libedataserver
-@dirrm share/doc/libedata-cal
-@dirrm share/doc/libedata-book
-@dirrm share/doc/libecal
-@dirrm share/doc/libebook
-@dirrm share/doc/libebackend
-@dirrm share/doc/camel
-@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions
-@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers
-@dirrm lib/evolution-data-server-%%EVO_VERSION%%
-@dirrm include/evolution-data-server-%%VERSION%%/libical
-@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui
-@dirrm include/evolution-data-server-%%VERSION%%/libedataserver
-@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal
-@dirrm include/evolution-data-server-%%VERSION%%/libedata-book
-@dirrm include/evolution-data-server-%%VERSION%%/libecal
-@dirrm include/evolution-data-server-%%VERSION%%/libebook
-@dirrm include/evolution-data-server-%%VERSION%%/libebackend
-@dirrm include/evolution-data-server-%%VERSION%%/groupwise
-@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata-google
-@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata
-@dirrm include/evolution-data-server-%%VERSION%%/google
-@dirrm include/evolution-data-server-%%VERSION%%/exchange
-@dirrm include/evolution-data-server-%%VERSION%%/camel
-@dirrm include/evolution-data-server-%%VERSION%%
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/la/LC_MESSAGES
-@dirrmtry share/locale/la
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
diff --git a/databases/libgda4-mdb/Makefile b/databases/libgda4-mdb/Makefile
deleted file mode 100644
index 17bb03639..000000000
--- a/databases/libgda4-mdb/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: libgda2
-# Date created: 02 June 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTREVISION?= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -mdb
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides mdb backend for the libgda4 library
-
-MASTERDIR= ${.CURDIR}/../libgda4
-BUILD_WRKSRC= ${WRKSRC}/providers/mdb/
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-LIBGDA4_SLAVE= mdb
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-mdb/pkg-plist b/databases/libgda4-mdb/pkg-plist
deleted file mode 100644
index 30b1df5d9..000000000
--- a/databases/libgda4-mdb/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libgda-%%VERSION%%/providers/libgda-mdb.a
-lib/libgda-%%VERSION%%/providers/libgda-mdb.la
-lib/libgda-%%VERSION%%/providers/libgda-mdb.so
-libdata/pkgconfig/libgda-mdb-%%VERSION%%.pc
-share/libgda-%%VERSION%%/mdb_specs_dsn.xml
diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile
deleted file mode 100644
index e38cefa75..000000000
--- a/databases/libgda4-mysql/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: libgda2
-# Date created: 02 June 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTREVISION?= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -mysql
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides mysql backend for the libgda3 library
-
-MASTERDIR= ${.CURDIR}/../libgda4
-BUILD_WRKSRC= ${WRKSRC}/providers/mysql/
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-LIBGDA4_SLAVE= mysql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-mysql/pkg-plist b/databases/libgda4-mysql/pkg-plist
deleted file mode 100644
index 5aff78cd8..000000000
--- a/databases/libgda4-mysql/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-lib/libgda-%%VERSION%%/providers/libgda-mysql.a
-lib/libgda-%%VERSION%%/providers/libgda-mysql.la
-lib/libgda-%%VERSION%%/providers/libgda-mysql.so
-libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc
-share/libgda-%%VERSION%%/mysql_specs_add_column.xml
-share/libgda-%%VERSION%%/mysql_specs_create_db.xml
-share/libgda-%%VERSION%%/mysql_specs_create_index.xml
-share/libgda-%%VERSION%%/mysql_specs_create_table.xml
-share/libgda-%%VERSION%%/mysql_specs_create_view.xml
-share/libgda-%%VERSION%%/mysql_specs_drop_column.xml
-share/libgda-%%VERSION%%/mysql_specs_drop_db.xml
-share/libgda-%%VERSION%%/mysql_specs_drop_index.xml
-share/libgda-%%VERSION%%/mysql_specs_drop_table.xml
-share/libgda-%%VERSION%%/mysql_specs_drop_view.xml
-share/libgda-%%VERSION%%/mysql_specs_dsn.xml
-share/libgda-%%VERSION%%/mysql_specs_rename_table.xml
diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile
deleted file mode 100644
index b7b27b6dd..000000000
--- a/databases/libgda4-postgresql/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: libgda2
-# Date created: 02 June 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTREVISION?= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -postgresql
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides postgresql access for the libgda4 library
-
-MASTERDIR= ${.CURDIR}/../libgda4
-BUILD_WRKSRC= ${WRKSRC}/providers/postgres/
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-LIBGDA4_SLAVE= postgresql
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist
deleted file mode 100644
index e2de17eb1..000000000
--- a/databases/libgda4-postgresql/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-lib/libgda-%%VERSION%%/providers/libgda-postgres.a
-lib/libgda-%%VERSION%%/providers/libgda-postgres.la
-lib/libgda-%%VERSION%%/providers/libgda-postgres.so
-libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc
-share/libgda-%%VERSION%%/postgres_specs_add_column.xml
-share/libgda-%%VERSION%%/postgres_specs_create_db.xml
-share/libgda-%%VERSION%%/postgres_specs_create_index.xml
-share/libgda-%%VERSION%%/postgres_specs_create_table.xml
-share/libgda-%%VERSION%%/postgres_specs_create_view.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_column.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_db.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_index.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_table.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_view.xml
-share/libgda-%%VERSION%%/postgres_specs_dsn.xml
-share/libgda-%%VERSION%%/postgres_specs_rename_table.xml
diff --git a/databases/libgda4-reference/Makefile b/databases/libgda4-reference/Makefile
deleted file mode 100644
index bf3894e64..000000000
--- a/databases/libgda4-reference/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# New ports collection makefile for: libgda3-reference
-# Date created: 09 May 2006
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCOM$
-
-PORTREVISION= 0
-
-REFERENCE_SRC= ${WRKSRC}/doc/C
-
-.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/databases/libgda4-reference/pkg-descr b/databases/libgda4-reference/pkg-descr
deleted file mode 100644
index 6fcfe64af..000000000
--- a/databases/libgda4-reference/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This port contains the programming reference for databases/libgda4.
-
-WWW: http://www.gnome-db.org/
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
deleted file mode 100644
index 1f285b0c2..000000000
--- a/databases/libgda4/Makefile
+++ /dev/null
@@ -1,130 +0,0 @@
-# New ports collection makefile for: libgda2
-# Date created: 02 June 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/databases/libgda4/Makefile,v 1.2 2008/09/16 22:32:44 kwm Exp $
-#
-
-PORTNAME= libgda4
-PORTVERSION?= 3.99.5
-PORTREVISION?= 0
-CATEGORIES= databases gnome
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R}
-DISTNAME= libgda-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= Provides uniform access to different kinds of data sources
-
-USE_BZIP2= yes
-LIBGDA4_SLAVE?= no
-
-.if !defined(REFERENCE_PORT)
-
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-
-USE_AUTOTOOLS= libtool:15
-USE_GETTEXT= yes
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-sybase
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
-
-.include <bsd.port.pre.mk>
-
-#VERSION= ${PORTVERSION:R}
-VERSION= 4.0
-PLIST_SUB= VERSION=${VERSION}
-
-.if ${LIBGDA4_SLAVE}=="no"
-#MAN1= gda-config-tool-3.0.1
-#MAN5= gda-config-3.0.5
-.else
-USE_GNOME+= libgda4
-.endif
-
-.if ${LIBGDA4_SLAVE}=="bdb"
-USE_BDB= yes
-CONFIGURE_ARGS+= --with-bdb=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-bdb
-.endif
-
-.if ${LIBGDA4_SLAVE}=="mysql"
-USE_MYSQL= yes
-CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-mysql
-.endif
-
-.if ${LIBGDA4_SLAVE}=="postgresql"
-USE_PGSQL= yes
-CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-postgres
-.endif
-
-.if ${LIBGDA4_SLAVE}=="ldap"
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-ldap
-.endif
-
-.if ${LIBGDA4_SLAVE}=="firebird"
-LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client
-CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-firebird
-.endif
-
-.if ${LIBGDA4_SLAVE}=="freetds"
-LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds
-CONFIGURE_ARGS+= --with-tds=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-tds
-.endif
-
-# MDB (MS Access)
-.if ${LIBGDA4_SLAVE}=="mdb"
-LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools
-CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-mdb
-.endif
-
-.if ${LIBGDA4_SLAVE}=="odbc"
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
-CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-odbc
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|include/db.h|${BDB_VER}/include/db.h|g' \
- -e 's|ldb47|ldb${BDB_VER}|g' \
- -e 's|ldb|ldb${BDB_VER}|g' \
- ${WRKSRC}/configure
-.if ${LIBGDA4_SLAVE}!="no"
-#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres
-. for d in bdb mdb mysql sqlite postgres
- @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \
- ${WRKSRC}/providers/${d}/Makefile.in
-. endfor
-.endif
-
-.if ${LIBGDA4_SLAVE}=="no"
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/data/config \
- ${PREFIX}/etc/libgda-${VERSION}/config.default
-.endif
-
-.include <bsd.port.post.mk>
-.endif
diff --git a/databases/libgda4/distinfo b/databases/libgda4/distinfo
deleted file mode 100644
index fa02f0403..000000000
--- a/databases/libgda4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/libgda-3.99.5.tar.bz2) = e87a3584b77ba41532c93a43f115a7a7
-SHA256 (gnome2/libgda-3.99.5.tar.bz2) = 35f265638e3febea2dced537ba625242743dbaeaa83497860573104d61e0681e
-SIZE (gnome2/libgda-3.99.5.tar.bz2) = 7686016
diff --git a/databases/libgda4/pkg-descr b/databases/libgda4/pkg-descr
deleted file mode 100644
index 12eb57b5e..000000000
--- a/databases/libgda4/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-GNU Data Access (GDA) is an attempt to provide uniform access to
-different kinds of data sources (databases, information servers,
-mail spools, etc).
-
-It is a complete architecture that provides all you need to access
-your data, defined by a set of CORBA interfaces as generic as possible
-(but very powerful at the same time) so that any kind of data source
-can be accessed through them.
-
-libgda is an interface to the GDA architecture, providing a nice
-wrapper around the CORBA interfaces, for both the client and the server
-parts. It also provides a bunch of tools to help you both in the
-development and management of your data sources, all done through
-the GDA model's set of CORBA interfaces.
-
-libgda was part of the GNOME-DB project, but has been separated from it
-to allow non-GNOME applications to be developed based on it.
-
-WWW: http://www.gnome-db.org/
diff --git a/databases/libgda4/pkg-plist b/databases/libgda4/pkg-plist
deleted file mode 100644
index bf2275167..000000000
--- a/databases/libgda4/pkg-plist
+++ /dev/null
@@ -1,206 +0,0 @@
-bin/gda-list-config-%%VERSION%%
-bin/gda-list-server-op-%%VERSION%%
-bin/gda-sql-%%VERSION%%
-bin/gda-test-connection-%%VERSION%%
-bin/gda_trml2html/__init__.py
-bin/gda_trml2html/trml2html.py
-bin/gda_trml2html/utils.py
-bin/gda_trml2pdf/__init__.py
-bin/gda_trml2pdf/color.py
-bin/gda_trml2pdf/trml2pdf.py
-bin/gda_trml2pdf/utils.py
-@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi
-etc/libgda-%%VERSION%%/config.default
-@exec [ -f %B/config ] || cp %B/%f %B/config
-etc/libgda-%%VERSION%%/sales_test.db
-include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h
-include/libgda-%%VERSION%%/libgda-report/gda-report-document.h
-include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h
-include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h
-include/libgda-%%VERSION%%/libgda-report/libgda-report.h
-include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h
-include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h
-include/libgda-%%VERSION%%/libgda/gda-batch.h
-include/libgda-%%VERSION%%/libgda/gda-binreloc.h
-include/libgda-%%VERSION%%/libgda/gda-blob-op.h
-include/libgda-%%VERSION%%/libgda/gda-column.h
-include/libgda-%%VERSION%%/libgda/gda-config.h
-include/libgda-%%VERSION%%/libgda/gda-connection-event.h
-include/libgda-%%VERSION%%/libgda/gda-connection-private.h
-include/libgda-%%VERSION%%/libgda/gda-connection.h
-include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h
-include/libgda-%%VERSION%%/libgda/gda-data-comparator.h
-include/libgda-%%VERSION%%/libgda/gda-data-handler.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-array.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-import.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-private.h
-include/libgda-%%VERSION%%/libgda/gda-data-model.h
-include/libgda-%%VERSION%%/libgda/gda-data-proxy.h
-include/libgda-%%VERSION%%/libgda/gda-data-select.h
-include/libgda-%%VERSION%%/libgda/gda-debug-macros.h
-include/libgda-%%VERSION%%/libgda/gda-decl.h
-include/libgda-%%VERSION%%/libgda/gda-easy.h
-include/libgda-%%VERSION%%/libgda/gda-enum-types.h
-include/libgda-%%VERSION%%/libgda/gda-enums.h
-include/libgda-%%VERSION%%/libgda/gda-holder.h
-include/libgda-%%VERSION%%/libgda/gda-lockable.h
-include/libgda-%%VERSION%%/libgda/gda-log.h
-include/libgda-%%VERSION%%/libgda/gda-marshal.h
-include/libgda-%%VERSION%%/libgda/gda-meta-store.h
-include/libgda-%%VERSION%%/libgda/gda-meta-struct.h
-include/libgda-%%VERSION%%/libgda/gda-mutex.h
-include/libgda-%%VERSION%%/libgda/gda-quark-list.h
-include/libgda-%%VERSION%%/libgda/gda-row.h
-include/libgda-%%VERSION%%/libgda/gda-server-operation.h
-include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h
-include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h
-include/libgda-%%VERSION%%/libgda/gda-server-provider.h
-include/libgda-%%VERSION%%/libgda/gda-set.h
-include/libgda-%%VERSION%%/libgda/gda-statement-extra.h
-include/libgda-%%VERSION%%/libgda/gda-statement.h
-include/libgda-%%VERSION%%/libgda/gda-threader.h
-include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h
-include/libgda-%%VERSION%%/libgda/gda-transaction-status.h
-include/libgda-%%VERSION%%/libgda/gda-util.h
-include/libgda-%%VERSION%%/libgda/gda-value.h
-include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h
-include/libgda-%%VERSION%%/libgda/libgda.h
-include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h
-include/libgda-%%VERSION%%/providers-support/gda-data-select-priv.h
-include/libgda-%%VERSION%%/providers-support/gda-pstmt.h
-include/libgda-%%VERSION%%/sql-parser/gda-sql-parser.h
-include/libgda-%%VERSION%%/sql-parser/gda-sql-parser-enum-types.h
-include/libgda-%%VERSION%%/sql-parser/gda-sql-statement.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-compound.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-decl.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-delete.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-insert.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-parts.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-pspec.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-select.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-trans.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-unknown.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-update.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-util.h
-include/libgda-%%VERSION%%/sql-parser/gda-statement-struct.h
-include/libgda-%%VERSION%%/virtual/gda-vconnection-data-model.h
-include/libgda-%%VERSION%%/virtual/gda-vconnection-hub.h
-include/libgda-%%VERSION%%/virtual/gda-virtual-connection.h
-include/libgda-%%VERSION%%/virtual/gda-virtual-provider.h
-include/libgda-%%VERSION%%/virtual/gda-vprovider-data-model.h
-include/libgda-%%VERSION%%/virtual/gda-vprovider-hub.h
-include/libgda-%%VERSION%%/virtual/libgda-virtual.h
-lib/libgda-%%VERSION%%.a
-lib/libgda-%%VERSION%%.la
-lib/libgda-%%VERSION%%.so
-lib/libgda-%%VERSION%%.so.4
-lib/libgda-%%VERSION%%/providers/libgda-sqlite.a
-lib/libgda-%%VERSION%%/providers/libgda-sqlite.la
-lib/libgda-%%VERSION%%/providers/libgda-sqlite.so
-lib/libgda-report-%%VERSION%%.a
-lib/libgda-report-%%VERSION%%.la
-lib/libgda-report-%%VERSION%%.so
-lib/libgda-report-%%VERSION%%.so.4
-lib/libgda-xslt-%%VERSION%%.a
-lib/libgda-xslt-%%VERSION%%.la
-lib/libgda-xslt-%%VERSION%%.so
-lib/libgda-xslt-%%VERSION%%.so.4
-libdata/pkgconfig/libgda-%%VERSION%%.pc
-libdata/pkgconfig/libgda-report-%%VERSION%%.pc
-libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc
-libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc
-share/libgda-%%VERSION%%/dtd/libgda-array.dtd
-share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd
-share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd
-share/libgda-%%VERSION%%/information_schema.xml
-share/libgda-%%VERSION%%/sqlite_specs_add_column.xml
-share/libgda-%%VERSION%%/sqlite_specs_create_db.xml
-share/libgda-%%VERSION%%/sqlite_specs_create_index.xml
-share/libgda-%%VERSION%%/sqlite_specs_create_table.xml
-share/libgda-%%VERSION%%/sqlite_specs_create_view.xml
-share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml
-share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml
-share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml
-share/libgda-%%VERSION%%/sqlite_specs_drop_view.xml
-share/libgda-%%VERSION%%/sqlite_specs_dsn.xml
-share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml
-share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo
-@dirrm share/libgda-%%VERSION%%/dtd
-@dirrm share/libgda-%%VERSION%%/
-@dirrm lib/libgda-%%VERSION%%/providers
-@dirrm lib/libgda-%%VERSION%%
-@dirrm include/libgda-%%VERSION%%/virtual
-@dirrm include/libgda-%%VERSION%%/sql-parser/
-@dirrm include/libgda-%%VERSION%%/providers-support
-@dirrm include/libgda-%%VERSION%%/libgda/sqlite/
-@dirrm include/libgda-%%VERSION%%/libgda/handlers
-@dirrm include/libgda-%%VERSION%%/libgda-xslt/
-@dirrm include/libgda-%%VERSION%%/libgda-report
-@dirrmtry etc/libgda-%%VERSION%%
-@dirrm bin/gda_trml2pdf
-@dirrm bin/gda_trml2html
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz