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.21.4-as-needed.patch evolution-data-server-2.21.90-icaltz-util.patch evolution-data-server-2.21.4-gtkdoc-rebase.patch
Date: Mon, 24 Mar 2008 22:48:01
Message-Id: E1JdvSQ-0005es-4g@stork.gentoo.org
1 eva 08/03/24 22:47:58
2
3 Added: evolution-data-server-2.21.4-as-needed.patch
4 evolution-data-server-2.21.90-icaltz-util.patch
5 evolution-data-server-2.21.4-gtkdoc-rebase.patch
6 Log:
7 New version for GNOME-2.22. Litterally tons of bug fixes and uses libsoup-2.4.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.1 gnome-extra/evolution-data-server/files/evolution-data-server-2.21.4-as-needed.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.21.4-as-needed.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.21.4-as-needed.patch?rev=1.1&content-type=text/plain
15
16 Index: evolution-data-server-2.21.4-as-needed.patch
17 ===================================================================
18 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.4.orig/addressbook/backends/Makefile.am evolution-data-server-2.21.4/addressbook/backends/Makefile.am
19 --- evolution-data-server-2.21.4.orig/addressbook/backends/Makefile.am 2007-10-23 05:57:41.000000000 -0400
20 +++ evolution-data-server-2.21.4/addressbook/backends/Makefile.am 2007-12-17 13:25:00.000000000 -0500
21 @@ -4,4 +4,4 @@ else
22 LDAP_SUBDIR =
23 endif
24
25 -SUBDIRS = file vcf $(LDAP_SUBDIR) groupwise
26 +SUBDIRS = file vcf $(LDAP_SUBDIR)
27 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.4.orig/calendar/backends/Makefile.am evolution-data-server-2.21.4/calendar/backends/Makefile.am
28 --- evolution-data-server-2.21.4.orig/calendar/backends/Makefile.am 2007-10-24 02:39:45.000000000 -0400
29 +++ evolution-data-server-2.21.4/calendar/backends/Makefile.am 2007-12-17 13:33:56.000000000 -0500
30 @@ -1 +1 @@
31 -SUBDIRS = file groupwise http contacts weather caldav google
32 +SUBDIRS = file http contacts weather caldav
33 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.4.orig/camel/providers/Makefile.am evolution-data-server-2.21.4/camel/providers/Makefile.am
34 --- evolution-data-server-2.21.4.orig/camel/providers/Makefile.am 2007-10-23 05:57:04.000000000 -0400
35 +++ evolution-data-server-2.21.4/camel/providers/Makefile.am 2007-12-17 13:24:50.000000000 -0500
36 @@ -17,6 +17,6 @@ else
37 SENDMAIL_DIR=sendmail
38 endif
39
40 -SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAP4_DIR) $(NNTP_DIR) local $(IMAPP_DIR) groupwise hula
41 +SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAP4_DIR) $(NNTP_DIR) local $(IMAPP_DIR) hula
42
43
44 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.4.orig/Makefile.am evolution-data-server-2.21.4/Makefile.am
45 --- evolution-data-server-2.21.4.orig/Makefile.am 2007-10-23 05:59:44.000000000 -0400
46 +++ evolution-data-server-2.21.4/Makefile.am 2007-12-17 13:33:44.000000000 -0500
47 @@ -7,9 +7,12 @@ endif
48
49 if ENABLE_CALENDAR
50 CALENDAR_DIR = calendar
51 +CALENDAR_LATER = calendar/backends/groupwise calendar/backends/google
52 endif
53
54 -SUBDIRS = $(LIBDB) win32 libedataserver servers camel addressbook $(CALENDAR_DIR) libedataserverui src docs art po
55 +LATER = camel/providers/groupwise addressbook/backends/groupwise $(CALENDAR_LATER)
56 +
57 +SUBDIRS = $(LIBDB) win32 libedataserver camel addressbook $(CALENDAR_DIR) libedataserverui servers $(LATER) src docs art po
58 DIST_SUBDIRS= win32 libedataserver servers camel addressbook calendar libedataserverui src docs art po
59
60 changelogs = \
61 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.4.orig/servers/exchange/storage/Makefile.am evolution-data-server-2.21.4/servers/exchange/storage/Makefile.am
62 --- evolution-data-server-2.21.4.orig/servers/exchange/storage/Makefile.am 2007-10-23 05:57:26.000000000 -0400
63 +++ evolution-data-server-2.21.4/servers/exchange/storage/Makefile.am 2007-12-17 13:20:50.000000000 -0500
64 @@ -63,6 +63,7 @@ libexchange_storage_1_2_la_LIBADD = \
65 $(top_builddir)/servers/exchange/lib/libexchange.la \
66 $(top_builddir)/servers/exchange/xntlm/libxntlm.la \
67 $(top_builddir)/libedataserver/libedataserver-1.2.la \
68 + $(top_builddir)/libedataserverui/libedataserverui-1.2.la \
69 $(E_DATA_SERVER_LIBS) \
70 $(E_DATA_SERVER_UI_LIBS) \
71 $(LDAP_LIBS) \
72
73
74
75 1.1 gnome-extra/evolution-data-server/files/evolution-data-server-2.21.90-icaltz-util.patch
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.21.90-icaltz-util.patch?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.21.90-icaltz-util.patch?rev=1.1&content-type=text/plain
79
80 Index: evolution-data-server-2.21.90-icaltz-util.patch
81 ===================================================================
82 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.90.orig/calendar/libical/src/libical/icaltz-util.c evolution-data-server-2.21.90/calendar/libical/src/libical/icaltz-util.c
83 --- evolution-data-server-2.21.90.orig/calendar/libical/src/libical/icaltz-util.c 2008-01-23 06:16:42.000000000 -0500
84 +++ evolution-data-server-2.21.90/calendar/libical/src/libical/icaltz-util.c 2008-01-30 18:27:13.000000000 -0500
85 @@ -23,16 +23,16 @@
86 #include <string.h>
87 #if defined(sun) && defined(__SVR4)
88 #include <sys/byteorder.h>
89 -#else
90 -#ifdef _WIN32
91 +#elif defined(_WIN32)
92 #define BIG_ENDIAN 'B'
93 #define LITTLE_ENDIAN 'l'
94 #define BYTE_ORDER LITTLE_ENDIAN
95 #define bswap_32(val) ((((val) & 0x000000ffU) << 24) | (((val) & 0x0000ff00U) << 8) | (((val) & 0x00ff0000U) >> 8) | (((val) & 0xff000000U) >> 24))
96 -#else
97 +#elif defined(__linux__)
98 #include <byteswap.h>
99 #include <endian.h>
100 -#endif
101 +#else
102 +#include <sys/endian.h>
103 #endif
104 #include <limits.h>
105 #include <time.h>
106 @@ -96,7 +96,11 @@ decode (const void *ptr)
107 if ((BYTE_ORDER == BIG_ENDIAN) && sizeof (int) == 4)
108 return *(const int *) ptr;
109 else if (BYTE_ORDER == LITTLE_ENDIAN && sizeof (int) == 4)
110 +#ifdef __linux__
111 return bswap_32 (*(const int *) ptr);
112 +#else
113 + return bswap32 (*(const uint32_t *) ptr);
114 +#endif
115 #endif
116 else
117 {
118
119
120
121 1.1 gnome-extra/evolution-data-server/files/evolution-data-server-2.21.4-gtkdoc-rebase.patch
122
123 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.21.4-gtkdoc-rebase.patch?rev=1.1&view=markup
124 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.21.4-gtkdoc-rebase.patch?rev=1.1&content-type=text/plain
125
126 Index: evolution-data-server-2.21.4-gtkdoc-rebase.patch
127 ===================================================================
128 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN evolution-data-server-2.21.4.orig/gtk-doc.make evolution-data-server-2.21.4/gtk-doc.make
129 --- evolution-data-server-2.21.4.orig/gtk-doc.make 2007-12-16 22:56:57.000000000 -0500
130 +++ evolution-data-server-2.21.4/gtk-doc.make 2007-12-17 10:51:40.000000000 -0500
131 @@ -139,8 +139,7 @@ install-data-local:
132 done; \
133 echo '-- Installing $(srcdir)/html/index.sgml' ; \
134 $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
135 - which gtkdoc-rebase >/dev/null && \
136 - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
137 + gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) || true ; \
138 fi
139
140
141
142
143
144 --
145 gentoo-commits@l.g.o mailing list