diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-06-06 13:47:35 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-06-06 13:47:35 +0000 |
commit | e323d54ee0112ea0e61ecc894b4f359e6c8f60d3 (patch) | |
tree | 3c3e97507595329e9ee609f33e38dd49f3fa2e6a /mail-client/evolution/files | |
parent | ok, this is now usable (diff) | |
download | historical-e323d54ee0112ea0e61ecc894b4f359e6c8f60d3.tar.gz historical-e323d54ee0112ea0e61ecc894b4f359e6c8f60d3.tar.bz2 historical-e323d54ee0112ea0e61ecc894b4f359e6c8f60d3.zip |
bugs bugs crawling on my rug
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'mail-client/evolution/files')
13 files changed, 0 insertions, 231 deletions
diff --git a/mail-client/evolution/files/digest-evolution-1.4.6 b/mail-client/evolution/files/digest-evolution-1.4.6 deleted file mode 100644 index bba598d859f0..000000000000 --- a/mail-client/evolution/files/digest-evolution-1.4.6 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 4138610c027177e6ffe92bdd565128a6 evolution-1.4.6.tar.bz2 13927597 -MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1954117 diff --git a/mail-client/evolution/files/digest-evolution-2.0.2 b/mail-client/evolution/files/digest-evolution-2.0.2 deleted file mode 100644 index 568f8e872c8d..000000000000 --- a/mail-client/evolution/files/digest-evolution-2.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3f12240ebb05dc6c984af68b5fe1955 evolution-2.0.2.tar.bz2 15400311 diff --git a/mail-client/evolution/files/digest-evolution-2.0.2-r1 b/mail-client/evolution/files/digest-evolution-2.0.2-r1 deleted file mode 100644 index 568f8e872c8d..000000000000 --- a/mail-client/evolution/files/digest-evolution-2.0.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3f12240ebb05dc6c984af68b5fe1955 evolution-2.0.2.tar.bz2 15400311 diff --git a/mail-client/evolution/files/digest-evolution-2.0.3 b/mail-client/evolution/files/digest-evolution-2.0.3 deleted file mode 100644 index cd4b309c65c4..000000000000 --- a/mail-client/evolution/files/digest-evolution-2.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0a6c15b022f001d52b8533c42e83a462 evolution-2.0.3.tar.bz2 15381448 diff --git a/mail-client/evolution/files/digest-evolution-2.0.3-r1 b/mail-client/evolution/files/digest-evolution-2.0.3-r1 deleted file mode 100644 index cd4b309c65c4..000000000000 --- a/mail-client/evolution/files/digest-evolution-2.0.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0a6c15b022f001d52b8533c42e83a462 evolution-2.0.3.tar.bz2 15381448 diff --git a/mail-client/evolution/files/digest-evolution-2.2.0 b/mail-client/evolution/files/digest-evolution-2.2.0 deleted file mode 100644 index ec8b9cc41fc5..000000000000 --- a/mail-client/evolution/files/digest-evolution-2.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a93991fb80c7fa88f6758661c8931f6b evolution-2.2.0.tar.bz2 13344133 diff --git a/mail-client/evolution/files/digest-evolution-2.2.0-r1 b/mail-client/evolution/files/digest-evolution-2.2.0-r1 deleted file mode 100644 index ec8b9cc41fc5..000000000000 --- a/mail-client/evolution/files/digest-evolution-2.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a93991fb80c7fa88f6758661c8931f6b evolution-2.2.0.tar.bz2 13344133 diff --git a/mail-client/evolution/files/evolution-1.4.4-alpha.patch b/mail-client/evolution/files/evolution-1.4.4-alpha.patch deleted file mode 100644 index 7fbf8f648b09..000000000000 --- a/mail-client/evolution/files/evolution-1.4.4-alpha.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- evolution-1.4.4/filter/rule-context.c 2003-06-12 13:04:20.000000000 -0400 -+++ ../../evo-avg/filter/rule-context.c 2003-08-18 14:29:14.000000000 -0400 -@@ -209,7 +209,7 @@ - } - - void --rule_context_add_part_set(RuleContext *rc, const char *setname, int part_type, RCPartFunc append, RCNextPartFunc next) -+rule_context_add_part_set(RuleContext *rc, const char *setname, GType part_type, RCPartFunc append, RCNextPartFunc next) - { - struct _part_set_map *map; - -@@ -226,7 +226,7 @@ - } - - void --rule_context_add_rule_set(RuleContext *rc, const char *setname, int rule_type, RCRuleFunc append, RCNextRuleFunc next) -+rule_context_add_rule_set(RuleContext *rc, const char *setname, GType rule_type, RCRuleFunc append, RCNextRuleFunc next) - { - struct _rule_set_map *map; - ---- evolution-1.4.4/filter/rule-context.h 2003-04-29 14:14:08.000000000 -0400 -+++ ../../evo-avg/filter/rule-context.h 2003-08-18 14:28:04.000000000 -0400 -@@ -85,14 +85,14 @@ - - struct _part_set_map { - char *name; -- int type; -+ GType type; - RCPartFunc append; - RCNextPartFunc next; - }; - - struct _rule_set_map { - char *name; -- int type; -+ GType type; - RCRuleFunc append; - RCNextRuleFunc next; - }; -@@ -122,9 +122,9 @@ - int rule_context_get_rank_rule (RuleContext *rc, FilterRule *rule, const char *source); - - /* setup type for set parts */ --void rule_context_add_part_set (RuleContext *rc, const char *setname, int part_type, -+void rule_context_add_part_set (RuleContext *rc, const char *setname, GType part_type, - RCPartFunc append, RCNextPartFunc next); --void rule_context_add_rule_set (RuleContext *rc, const char *setname, int rule_type, -+void rule_context_add_rule_set (RuleContext *rc, const char *setname, GType rule_type, - RCRuleFunc append, RCNextRuleFunc next); - - /* uri's disappear/renamed externally */ diff --git a/mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch b/mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch deleted file mode 100644 index d3a574a4afae..000000000000 --- a/mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- addressbook/gui/component/Makefile.in.orig 2004-08-13 14:38:30.000000000 -0400 -+++ addressbook/gui/component/Makefile.in 2004-08-25 16:01:28.933397392 -0400 -@@ -292,6 +292,7 @@ - $(SMIME_LIB) \ - $(top_builddir)/addressbook/printing/libecontactprint.la \ - $(top_builddir)/addressbook/gui/component/select-names/libeselectnames.la \ -+ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ - $(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \ diff --git a/mail-client/evolution/files/evolution-2.0.1-camel.patch b/mail-client/evolution/files/evolution-2.0.1-camel.patch deleted file mode 100644 index 507e5649883b..000000000000 --- a/mail-client/evolution/files/evolution-2.0.1-camel.patch +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /cvs/gnome/evolution/camel/camel-service.c,v -retrieving revision 1.92 -retrieving revision 1.93 -diff -u -r1.92 -r1.93 ---- camel-service.c 2004/09/24 02:50:45 1.92 -+++ camel-service.c 2004/10/01 18:08:30 1.93 -@@ -897,7 +897,7 @@ - hints = &myhints; - } - -- hints->ai_family = AF_INET; -+ ((struct addrinfo *) hints)->ai_family = AF_INET; - #endif - - msg = g_malloc0(sizeof(*msg)); diff --git a/mail-client/evolution/files/evolution-2.0.2-camel_typo.patch b/mail-client/evolution/files/evolution-2.0.2-camel_typo.patch deleted file mode 100644 index 58cfae38a570..000000000000 --- a/mail-client/evolution/files/evolution-2.0.2-camel_typo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- camel/camel-service.c.old 2004-10-17 13:26:37.177192232 +0100 -+++ camel/camel-service.c 2004-10-17 13:27:14.303548168 +0100 -@@ -896,7 +896,7 @@ - else - memcpy (&myhints, hints, sizeof (myhints)); - -- myhints.ai_faimily = AF_INET; -+ myhints.ai_family = AF_INET; - hints = &myhints; - #endif - diff --git a/mail-client/evolution/files/evolution-2.0.2-gentoo_etc_services.patch b/mail-client/evolution/files/evolution-2.0.2-gentoo_etc_services.patch deleted file mode 100644 index 7a34c3124ba1..000000000000 --- a/mail-client/evolution/files/evolution-2.0.2-gentoo_etc_services.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff -ur camel.new/providers/imap/camel-imap-store.c camel/providers/imap/camel-imap-store.c ---- camel.new/providers/imap/camel-imap-store.c 2004-10-11 16:24:23.000000000 +0100 -+++ camel/providers/imap/camel-imap-store.c 2004-10-16 19:15:55.001915080 +0100 -@@ -533,7 +533,7 @@ - serv = g_alloca(16); - sprintf(serv, "%d", service->url->port); - } else -- serv = "imap"; -+ serv = "imap2"; - - if (ssl_mode != USE_SSL_NEVER) { - #ifdef HAVE_SSL -Only in camel/providers/imap: camel-imap-store.c~ -diff -ur camel.new/providers/smtp/camel-smtp-transport.c camel/providers/smtp/camel-smtp-transport.c ---- camel.new/providers/smtp/camel-smtp-transport.c 2004-10-11 16:24:25.000000000 +0100 -+++ camel/providers/smtp/camel-smtp-transport.c 2004-10-16 19:17:28.491702472 +0100 -@@ -260,12 +260,12 @@ - tcp_stream = camel_tcp_stream_ssl_new_raw (service->session, service->url->host, STARTTLS_FLAGS); - } else { - if (service->url->port == 0) -- serv = "smtps"; -+ serv = "ssmtp"; - tcp_stream = camel_tcp_stream_ssl_new (service->session, service->url->host, SSL_PORT_FLAGS); - } - #else - if (!try_starttls && service->url->port == 0) -- serv = "smtps"; -+ serv = "ssmtp"; - - camel_exception_setv (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, - _("Could not connect to %s (port %s): %s"), -Only in camel/providers/smtp: camel-smtp-transport.c~ ---- camel/providers/pop3/camel-pop3-store.c.old 2004-11-15 18:59:42.001851744 +0000 -+++ camel/providers/pop3/camel-pop3-store.c 2004-11-15 18:59:48.603848088 +0000 -@@ -158,7 +158,7 @@ - serv = g_alloca(16); - sprintf(serv, "%d", service->url->port); - } else -- serv = "pop3"; -+ serv = "pop-3"; - - if (ssl_mode != USE_SSL_NEVER) { - #ifdef HAVE_SSL diff --git a/mail-client/evolution/files/evolution-gcc34.patch b/mail-client/evolution/files/evolution-gcc34.patch deleted file mode 100644 index af09553f3512..000000000000 --- a/mail-client/evolution/files/evolution-gcc34.patch +++ /dev/null @@ -1,92 +0,0 @@ -diff -Naur evolution-1.4.6.orig/addressbook/conduit/address-conduit.c evolution-1.4.6/addressbook/conduit/address-conduit.c ---- evolution-1.4.6.orig/addressbook/conduit/address-conduit.c 2003-08-26 10:45:53.000000000 -0700 -+++ evolution-1.4.6/addressbook/conduit/address-conduit.c 2004-06-18 23:10:02.366091330 -0700 -@@ -609,7 +609,7 @@ - return E_CARD_SIMPLE_FIELD_EMAIL_2; - case E_CARD_SIMPLE_FIELD_EMAIL_2: - return E_CARD_SIMPLE_FIELD_EMAIL_3; -- default: -+ default: break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -@@ -624,7 +624,7 @@ - switch (*field) { - case E_CARD_SIMPLE_FIELD_PHONE_HOME: - return E_CARD_SIMPLE_FIELD_PHONE_HOME_2; -- default: -+ default: break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -@@ -639,7 +639,7 @@ - switch (*field) { - case E_CARD_SIMPLE_FIELD_PHONE_BUSINESS: - return E_CARD_SIMPLE_FIELD_PHONE_BUSINESS_2; -- default: -+ default: break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -@@ -656,7 +656,7 @@ - return E_CARD_SIMPLE_FIELD_PHONE_HOME_FAX; - case E_CARD_SIMPLE_FIELD_PHONE_HOME_FAX: - return E_CARD_SIMPLE_FIELD_PHONE_OTHER_FAX; -- default: -+ default: break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -diff -Naur evolution-1.4.6.orig/calendar/cal-client/cal-client.c evolution-1.4.6/calendar/cal-client/cal-client.c ---- evolution-1.4.6.orig/calendar/cal-client/cal-client.c 2003-07-15 15:24:47.000000000 -0700 -+++ evolution-1.4.6/calendar/cal-client/cal-client.c 2004-06-18 23:09:18.303892968 -0700 -@@ -2886,7 +2886,7 @@ - return cal_client_remove_object_with_mod (client, uid, CALOBJ_MOD_ALL); - } - --CalClientResult -+CalClientSendResult - cal_client_send_object (CalClient *client, icalcomponent *icalcomp, - icalcomponent **new_icalcomp, GList **users, - char error_msg[256]) -diff -Naur evolution-1.4.6.orig/calendar/gui/e-day-view.c evolution-1.4.6/calendar/gui/e-day-view.c ---- evolution-1.4.6.orig/calendar/gui/e-day-view.c 2003-08-11 20:14:21.000000000 -0700 -+++ evolution-1.4.6/calendar/gui/e-day-view.c 2004-06-18 23:09:18.309891905 -0700 -@@ -3236,6 +3236,7 @@ - e_day_view_scroll (day_view, -E_DAY_VIEW_WHEEL_MOUSE_STEP_SIZE); - return TRUE; - default: -+ break; - } - - return FALSE; -@@ -3256,6 +3257,7 @@ - e_day_view_scroll (day_view, -E_DAY_VIEW_WHEEL_MOUSE_STEP_SIZE); - return TRUE; - default: -+ break; - } - - return FALSE; -diff -Naur evolution-1.4.6.orig/e-util/e-component-listener.c evolution-1.4.6/e-util/e-component-listener.c ---- evolution-1.4.6.orig/e-util/e-component-listener.c 2003-06-04 08:05:09.000000000 -0700 -+++ evolution-1.4.6/e-util/e-component-listener.c 2004-06-18 23:09:18.311891551 -0700 -@@ -53,6 +53,7 @@ - g_object_unref (cl); - break; - default : -+ break; - } - } - } -diff -Naur evolution-1.4.6.orig/mail/message-browser.c evolution-1.4.6/mail/message-browser.c ---- evolution-1.4.6.orig/mail/message-browser.c 2003-07-31 19:45:05.000000000 -0700 -+++ evolution-1.4.6/mail/message-browser.c 2004-06-18 23:09:18.313891197 -0700 -@@ -345,6 +345,7 @@ - message_browser_close (NULL, mb, NULL); - return TRUE; - default: -+ break; - } - - return FALSE; |