Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server/files: evolution-data-server-2.23.6-as-needed.patch
Date: Mon, 01 Dec 2008 10:41:29
Message-Id: E1L76DY-0006vD-58@stork.gentoo.org
1 eva 08/12/01 10:41:28
2
3 Added: evolution-data-server-2.23.6-as-needed.patch
4 Log:
5 New version for GNOME 2.24. Support for Google and WebDAV contacts backend, Quota for IMAP and sqlite on-disk format.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.1 gnome-extra/evolution-data-server/files/evolution-data-server-2.23.6-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.23.6-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.23.6-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: evolution-data-server-2.23.6-as-needed.patch
15 ===================================================================
16 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.23.6.orig/addressbook/backends/Makefile.am evolution-data-server-2.23.6/addressbook/backends/Makefile.am
17 --- evolution-data-server-2.23.6.orig/addressbook/backends/Makefile.am 2008-08-04 00:28:27.000000000 -0400
18 +++ evolution-data-server-2.23.6/addressbook/backends/Makefile.am 2008-08-05 12:26:15.000000000 -0400
19 @@ -4,4 +4,4 @@ else
20 LDAP_SUBDIR =
21 endif
22
23 -SUBDIRS = file vcf $(LDAP_SUBDIR) google groupwise webdav
24 +SUBDIRS = file vcf $(LDAP_SUBDIR)
25 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.23.6.orig/calendar/backends/Makefile.am evolution-data-server-2.23.6/calendar/backends/Makefile.am
26 --- evolution-data-server-2.23.6.orig/calendar/backends/Makefile.am 2008-04-11 07:10:31.000000000 -0400
27 +++ evolution-data-server-2.23.6/calendar/backends/Makefile.am 2008-08-05 12:25:51.000000000 -0400
28 @@ -1 +1 @@
29 -SUBDIRS = file groupwise http contacts weather caldav google
30 +SUBDIRS = file http contacts weather caldav
31 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.23.6.orig/camel/providers/Makefile.am evolution-data-server-2.23.6/camel/providers/Makefile.am
32 --- evolution-data-server-2.23.6.orig/camel/providers/Makefile.am 2008-08-01 02:34:59.000000000 -0400
33 +++ evolution-data-server-2.23.6/camel/providers/Makefile.am 2008-08-05 12:26:59.000000000 -0400
34 @@ -21,6 +21,6 @@ else
35 SENDMAIL_DIR=sendmail
36 endif
37
38 -SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAP4_DIR) $(NNTP_DIR) local $(IMAPP_DIR) groupwise $(HULA_DIR)
39 +SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAP4_DIR) $(NNTP_DIR) local $(IMAPP_DIR) $(HULA_DIR)
40
41
42 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.23.6.orig/Makefile.am evolution-data-server-2.23.6/Makefile.am
43 --- evolution-data-server-2.23.6.orig/Makefile.am 2008-08-01 02:35:37.000000000 -0400
44 +++ evolution-data-server-2.23.6/Makefile.am 2008-08-05 12:28:22.000000000 -0400
45 @@ -7,9 +7,12 @@ endif
46
47 if ENABLE_CALENDAR
48 CALENDAR_DIR = calendar
49 +CALENDAR_LATER = calendar/backends/groupwise calendar/backends/google
50 endif
51
52 -SUBDIRS = $(LIBDB) win32 libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui src docs art po
53 +LATER = camel/providers/groupwise addressbook/backends/groupwise addressbook/backends/google addressbook/backends/webdav $(CALENDAR_LATER)
54 +
55 +SUBDIRS = $(LIBDB) win32 libedataserver libebackend camel addressbook $(CALENDAR_DIR) libedataserverui servers $(LATER) src docs art po
56 DIST_SUBDIRS= win32 libedataserver libebackend servers camel addressbook calendar libedataserverui src docs art po
57 changelogs = \
58 ChangeLog
59 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.23.6.orig/servers/exchange/storage/Makefile.am evolution-data-server-2.23.6/servers/exchange/storage/Makefile.am
60 --- evolution-data-server-2.23.6.orig/servers/exchange/storage/Makefile.am 2008-04-11 07:10:16.000000000 -0400
61 +++ evolution-data-server-2.23.6/servers/exchange/storage/Makefile.am 2008-08-05 12:25:51.000000000 -0400
62 @@ -64,6 +64,7 @@ libexchange_storage_1_2_la_LIBADD = \
63 $(top_builddir)/servers/exchange/lib/libexchange.la \
64 $(top_builddir)/servers/exchange/xntlm/libxntlm.la \
65 $(top_builddir)/libedataserver/libedataserver-1.2.la \
66 + $(top_builddir)/libedataserverui/libedataserverui-1.2.la \
67 $(E_DATA_SERVER_LIBS) \
68 $(E_DATA_SERVER_UI_LIBS) \
69 $(LDAP_LIBS) \