diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-01-10 06:42:42 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-01-10 06:42:42 +0000 |
commit | 037aeeaaf28e178feae958e56f244a74b370d3fb (patch) | |
tree | e2c02702767fc4ba05bd3edeb8f222ca11571eba /gnome-extra/evolution-data-server/files | |
parent | Prune old versions (diff) | |
download | gentoo-2-037aeeaaf28e178feae958e56f244a74b370d3fb.tar.gz gentoo-2-037aeeaaf28e178feae958e56f244a74b370d3fb.tar.bz2 gentoo-2-037aeeaaf28e178feae958e56f244a74b370d3fb.zip |
Prune old versions
(Portage version: 2.1.2_rc4-r7)
(Signed Manifest commit)
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
4 files changed, 0 insertions, 40 deletions
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.4.2.1 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.4.2.1 deleted file mode 100644 index 83cf40493321..000000000000 --- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.4.2.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8b058aff089cf3a6c13cc9f51f536ae8 evolution-data-server-1.4.2.1.tar.bz2 14234151 -RMD160 708de00a4ec796bf26466fa419af6b1998449893 evolution-data-server-1.4.2.1.tar.bz2 14234151 -SHA256 052f80b23551352c6f55ef2b4c970a416ec2e92fa4e5fd3bd267ce6eca1a9326 evolution-data-server-1.4.2.1.tar.bz2 14234151 diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 deleted file mode 100644 index df3238c4e115..000000000000 --- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8c2fe35bcdc457e09728ed213e915d01 evolution-data-server-1.8.1.tar.bz2 7119647 -RMD160 64fc3e0a4e83bc5c2b7913441056ede7ca3caace evolution-data-server-1.8.1.tar.bz2 7119647 -SHA256 5fb63ea67899ba3d6f1866594a2f237609b36eb985e9621ee3cb494e15e71956 evolution-data-server-1.8.1.tar.bz2 7119647 diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch deleted file mode 100644 index 49a4ddeb6dc8..000000000000 --- a/gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur evolution-data-server-1.2.3-orig/calendar/libecal/e-cal.c evolution-data-server-1.2.3/calendar/libecal/e-cal.c ---- evolution-data-server-1.2.3-orig/calendar/libecal/e-cal.c 2005-06-09 20:00:28.000000000 -0400 -+++ evolution-data-server-1.2.3/calendar/libecal/e-cal.c 2005-06-09 20:02:10.000000000 -0400 -@@ -40,7 +40,8 @@ - #include "e-cal-view-listener.h" - #include "e-cal.h" - -- -+static gboolean -+open_calendar (ECal *ecal, gboolean only_if_exists, GError **error, ECalendarStatus *status, gboolean needs_auth); - - typedef struct { - GMutex *mutex; diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch deleted file mode 100644 index c8b12b972fd7..000000000000 --- a/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- servers/exchange/storage/exchange-account.c.orig 2006-10-13 08:07:21.000000000 -0500 -+++ servers/exchange/storage/exchange-account.c 2006-10-13 08:07:57.000000000 -0500 -@@ -1244,8 +1244,7 @@ - account->priv->identity_name, - account->priv->identity_email, - account->priv->source_uri, -- account->priv->offline_sync); -- d(g_print ("exchange-account.c:setup_account_hierarchies:offline_sync=%d\n", account->priv->offline_sync)); -+ TRUE); - - setup_hierarchy (account, hier); - g_free (phys_uri_prefix); -@@ -1277,7 +1276,7 @@ - account->priv->identity_name, - account->priv->identity_email, - account->priv->source_uri, -- account->priv->offline_sync); -+ TRUE); - setup_hierarchy (account, hier); - g_free (phys_uri_prefix); - |