summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/sim/files')
-rw-r--r--net-im/sim/files/digest-sim-0.8.31
-rw-r--r--net-im/sim/files/digest-sim-0.9.22
-rw-r--r--net-im/sim/files/digest-sim-0.9.3-r11
-rw-r--r--net-im/sim/files/digest-sim-0.9.3-r21
-rw-r--r--net-im/sim/files/digest-sim-0.9.3-r31
-rw-r--r--net-im/sim/files/sim-0.8.3-nostl.diff24
-rw-r--r--net-im/sim/files/sim-0.9.1-configure.in.patch11
-rw-r--r--net-im/sim/files/sim-0.9.1-head.patch24
-rw-r--r--net-im/sim/files/sim-0.9.2-configure.in.patch11
-rw-r--r--net-im/sim/files/sim-0.9.2-head.patch22
-rw-r--r--net-im/sim/files/sim-0.9.3-alt-histpreview-apply-fix.diff12
-rw-r--r--net-im/sim/files/sim-0.9.3-gcc34.diff220
12 files changed, 0 insertions, 330 deletions
diff --git a/net-im/sim/files/digest-sim-0.8.3 b/net-im/sim/files/digest-sim-0.8.3
deleted file mode 100644
index 0554a2cf31dc..000000000000
--- a/net-im/sim/files/digest-sim-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a981b7aa4330bf050a46e144942d2726 sim-0.8.3.tar.gz 1626507
diff --git a/net-im/sim/files/digest-sim-0.9.2 b/net-im/sim/files/digest-sim-0.9.2
deleted file mode 100644
index 9d3bf1075237..000000000000
--- a/net-im/sim/files/digest-sim-0.9.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 977db89295f52c4d7742e5f643b66f64 sim-0.9.2.tar.gz 3101316
-MD5 950f1fb396e48eb60f8e24626923bc8d sim-cvs-admin.tar.bz2 168739
diff --git a/net-im/sim/files/digest-sim-0.9.3-r1 b/net-im/sim/files/digest-sim-0.9.3-r1
deleted file mode 100644
index d42385a97df3..000000000000
--- a/net-im/sim/files/digest-sim-0.9.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b16e462076540acc13da81832ae79d00 sim-0.9.3-2.tar.gz 3728770
diff --git a/net-im/sim/files/digest-sim-0.9.3-r2 b/net-im/sim/files/digest-sim-0.9.3-r2
deleted file mode 100644
index d42385a97df3..000000000000
--- a/net-im/sim/files/digest-sim-0.9.3-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b16e462076540acc13da81832ae79d00 sim-0.9.3-2.tar.gz 3728770
diff --git a/net-im/sim/files/digest-sim-0.9.3-r3 b/net-im/sim/files/digest-sim-0.9.3-r3
deleted file mode 100644
index d42385a97df3..000000000000
--- a/net-im/sim/files/digest-sim-0.9.3-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b16e462076540acc13da81832ae79d00 sim-0.9.3-2.tar.gz 3728770
diff --git a/net-im/sim/files/sim-0.8.3-nostl.diff b/net-im/sim/files/sim-0.8.3-nostl.diff
deleted file mode 100644
index b7c714953ecd..000000000000
--- a/net-im/sim/files/sim-0.8.3-nostl.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN sim-0.8.orig/sim/msgedit.cpp sim-0.8/sim/msgedit.cpp
---- sim/msgedit.cpp 2002-10-20 03:06:15.000000000 +0200
-+++ sim/msgedit.cpp 2002-12-05 19:34:23.000000000 +0200
-@@ -15,6 +15,8 @@
- * *
- ***************************************************************************/
-
-+#define QT_NO_STL
-+
- #include "msgedit.h"
- #include "msgview.h"
- #include "editspell.h"
-diff -urN sim-0.8.orig/sim/parse.ll sim-0.8/sim/parse.ll
---- sim/parse.ll 2002-10-20 01:20:35.000000000 +0200
-+++ sim/parse.ll 2002-12-05 19:34:08.000000000 +0200
-@@ -16,6 +16,8 @@
- * *
- ***************************************************************************/
-
-+#define QT_NO_STL
-+
- #include "mainwin.h"
- #include "client.h"
- #include <stack>
diff --git a/net-im/sim/files/sim-0.9.1-configure.in.patch b/net-im/sim/files/sim-0.9.1-configure.in.patch
deleted file mode 100644
index 9599ac3872fc..000000000000
--- a/net-im/sim/files/sim-0.9.1-configure.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in 2003-11-09 11:23:11.000000000 +0000
-+++ configure.in 2004-01-14 10:25:22.496984960 +0000
-@@ -232,7 +232,7 @@
- AM_CONDITIONAL(plugins_splash_SUBDIR_included, test "x$plugins_splash_SUBDIR_included" = xyes)
- AM_CONDITIONAL(plugins_transparent_SUBDIR_included, test "x$plugins_transparent_SUBDIR_included" = xyes)
- AM_CONDITIONAL(plugins_update_SUBDIR_included, test "x$plugins_update_SUBDIR_included" = xyes)
--AC_CONFIG_FILES([ ./Makefile ])
-+AC_CONFIG_FILES([ Makefile ])
- AC_CONFIG_FILES([ plugins/__homedir/Makefile ])
- AC_CONFIG_FILES([ plugins/__migrate/Makefile ])
- AC_CONFIG_FILES([ plugins/_core/Makefile ])
diff --git a/net-im/sim/files/sim-0.9.1-head.patch b/net-im/sim/files/sim-0.9.1-head.patch
deleted file mode 100644
index e875bab8536d..000000000000
--- a/net-im/sim/files/sim-0.9.1-head.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -u /tmp/sim-0.9.1/acinclude.m4 ./acinclude.m4
---- acinclude.m4 2003-11-09 11:21:12.000000000 +0000
-+++ acinclude.m4 2004-01-14 10:26:13.979614455 +0000
-@@ -9625,7 +9625,7 @@
- # If the export-symbols file already is a .def file (1st line
- # is EXPORTS), use it as is.
- # If DATA tags from a recent dlltool are present, honour them!
-- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
-+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
- else
- echo EXPORTS > $output_objdir/$soname-def;
-diff -u /tmp/sim-0.9.1/aclocal.m4 ./aclocal.m4
---- aclocal.m4 2003-11-09 11:23:25.000000000 +0000
-+++ aclocal.m4 2004-01-14 10:26:06.646386026 +0000
-@@ -9582,7 +9582,7 @@
- # If the export-symbols file already is a .def file (1st line
- # is EXPORTS), use it as is.
- # If DATA tags from a recent dlltool are present, honour them!
-- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
-+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
- else
- echo EXPORTS > $output_objdir/$soname-def;
diff --git a/net-im/sim/files/sim-0.9.2-configure.in.patch b/net-im/sim/files/sim-0.9.2-configure.in.patch
deleted file mode 100644
index 80b2994f095e..000000000000
--- a/net-im/sim/files/sim-0.9.2-configure.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in 2003-12-24 19:10:59.000000000 +0000
-+++ configure.in 2004-01-14 10:09:56.155803265 +0000
-@@ -266,7 +266,7 @@
- AM_CONDITIONAL(plugins_transparent_SUBDIR_included, test "x$plugins_transparent_SUBDIR_included" = xyes)
- AM_CONDITIONAL(plugins_update_SUBDIR_included, test "x$plugins_update_SUBDIR_included" = xyes)
- AM_CONDITIONAL(plugins_zodiak_SUBDIR_included, test "x$plugins_zodiak_SUBDIR_included" = xyes)
--AC_CONFIG_FILES([ ./Makefile ])
-+AC_CONFIG_FILES([ Makefile ])
- AC_CONFIG_FILES([ plugins/__homedir/Makefile ])
- AC_CONFIG_FILES([ plugins/__migrate/Makefile ])
- AC_CONFIG_FILES([ plugins/_core/Makefile ])
diff --git a/net-im/sim/files/sim-0.9.2-head.patch b/net-im/sim/files/sim-0.9.2-head.patch
deleted file mode 100644
index f1310d3e8997..000000000000
--- a/net-im/sim/files/sim-0.9.2-head.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- acinclude.m4 2003-12-24 19:10:45.000000000 +0000
-+++ acinclude.m4 2004-01-14 10:07:52.744060428 +0000
-@@ -9626,7 +9626,7 @@
- # If the export-symbols file already is a .def file (1st line
- # is EXPORTS), use it as is.
- # If DATA tags from a recent dlltool are present, honour them!
-- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
-+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
- else
- echo EXPORTS > $output_objdir/$soname-def;
---- aclocal.m4 2003-12-24 19:11:05.000000000 +0000
-+++ aclocal.m4 2004-01-14 10:08:01.427418736 +0000
-@@ -9583,7 +9583,7 @@
- # If the export-symbols file already is a .def file (1st line
- # is EXPORTS), use it as is.
- # If DATA tags from a recent dlltool are present, honour them!
-- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
-+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
- else
- echo EXPORTS > $output_objdir/$soname-def;
diff --git a/net-im/sim/files/sim-0.9.3-alt-histpreview-apply-fix.diff b/net-im/sim/files/sim-0.9.3-alt-histpreview-apply-fix.diff
deleted file mode 100644
index 66fbbbfc8448..000000000000
--- a/net-im/sim/files/sim-0.9.3-alt-histpreview-apply-fix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- sim/plugins/_core/historycfg.cpp.orig 2004-06-16 07:56:23 +0600
-+++ sim/plugins/_core/historycfg.cpp 2004-08-07 12:29:01 +0600
-@@ -313,8 +313,8 @@
- if (bChanged){
- Event e(EventHistoryConfig);
- e.process();
-- fillPreview();
- }
-+ fillPreview();
- HistoryUserData *data = (HistoryUserData*)(getContacts()->getUserData(CorePlugin::m_plugin->history_data_id));
- data->CutDays.bValue = chkDays->isChecked();
- data->CutSize.bValue = chkSize->isChecked();
diff --git a/net-im/sim/files/sim-0.9.3-gcc34.diff b/net-im/sim/files/sim-0.9.3-gcc34.diff
deleted file mode 100644
index 83a9e01196e1..000000000000
--- a/net-im/sim/files/sim-0.9.3-gcc34.diff
+++ /dev/null
@@ -1,220 +0,0 @@
-diff -ur sim-0.9.3/plugins/_core/cfgdlg.cpp sim-0.9.3-new/plugins/_core/cfgdlg.cpp
---- sim-0.9.3/plugins/_core/cfgdlg.cpp 2004-03-07 07:39:54.000000000 -0500
-+++ sim-0.9.3-new/plugins/_core/cfgdlg.cpp 2004-10-19 07:37:55.510344496 -0400
-@@ -279,7 +279,7 @@
- return new MainInfo(dlg, NULL);
- }
-
--};
-+}
-
- using namespace ConfigDlg;
-
-diff -ur sim-0.9.3/plugins/_core/statuswnd.cpp sim-0.9.3-new/plugins/_core/statuswnd.cpp
---- sim-0.9.3/plugins/_core/statuswnd.cpp 2004-03-07 07:39:54.000000000 -0500
-+++ sim-0.9.3-new/plugins/_core/statuswnd.cpp 2004-10-19 07:43:39.849996912 -0400
-@@ -115,7 +115,7 @@
- QToolTip::add(this, tip);
- resize(pict.width(), pict.height());
- setFixedSize(pict.width(), pict.height());
--};
-+}
-
- void StatusLabel::timeout()
- {
-diff -ur sim-0.9.3/plugins/yahoo/yahooauth.cpp sim-0.9.3-new/plugins/yahoo/yahooauth.cpp
---- sim-0.9.3/plugins/yahoo/yahooauth.cpp 2004-03-15 01:23:14.000000000 -0500
-+++ sim-0.9.3-new/plugins/yahoo/yahooauth.cpp 2004-10-19 07:59:28.671754080 -0400
-@@ -52,7 +52,7 @@
- {
- char *yahoo_crypt(const char *key, const char *salt);
- int yahoo_Dispatch(int Salt, int Parameter);
--};
-+}
-
- /* This is the y64 alphabet... it's like base64, but has a . and a _ */
- char base64digits[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._";
-diff -ur sim-0.9.3/sim/api/cfg.cpp sim-0.9.3-new/sim/api/cfg.cpp
---- sim-0.9.3/sim/api/cfg.cpp 2004-03-16 11:15:30.000000000 -0500
-+++ sim-0.9.3-new/sim/api/cfg.cpp 2004-10-19 07:01:52.271206832 -0400
-@@ -1092,4 +1092,4 @@
- return strcmp(s1, s2) != 0;
- }
-
--};
-+}
-diff -ur sim-0.9.3/sim/api/cmddef.cpp sim-0.9.3-new/sim/api/cmddef.cpp
---- sim-0.9.3/sim/api/cmddef.cpp 2003-11-10 04:11:10.000000000 -0500
-+++ sim-0.9.3-new/sim/api/cmddef.cpp 2004-10-19 07:07:25.390564992 -0400
-@@ -424,6 +424,6 @@
- return res;
- }
-
--};
-+}
-
-
-diff -ur sim-0.9.3/sim/api/contacts.cpp sim-0.9.3-new/sim/api/contacts.cpp
---- sim-0.9.3/sim/api/contacts.cpp 2004-03-19 03:13:29.000000000 -0500
-+++ sim-0.9.3-new/sim/api/contacts.cpp 2004-10-19 07:10:24.409350000 -0400
-@@ -1952,7 +1952,7 @@
- return PluginManager::contacts;
- }
-
--};
-+}
-
- EXPORT QString g_i18n(const char *text, Contact *contact)
- {
-diff -ur sim-0.9.3/sim/api/country.cpp sim-0.9.3-new/sim/api/country.cpp
---- sim-0.9.3/sim/api/country.cpp 2003-10-17 01:22:07.000000000 -0400
-+++ sim-0.9.3-new/sim/api/country.cpp 2004-10-19 07:10:37.223401968 -0400
-@@ -539,4 +539,4 @@
- }
-
-
--};
-+}
-diff -ur sim-0.9.3/sim/api/html.h sim-0.9.3-new/sim/api/html.h
---- sim-0.9.3/sim/api/html.h 2004-03-07 07:40:03.000000000 -0500
-+++ sim-0.9.3-new/sim/api/html.h 2004-10-19 07:18:30.311481648 -0400
-@@ -46,6 +46,6 @@
- friend class HTMLParserPrivate;
- };
-
--};
-+}
-
- #endif
-diff -ur sim-0.9.3/sim/api/html.ll sim-0.9.3-new/sim/api/html.ll
---- sim-0.9.3/sim/api/html.ll 2004-03-01 15:10:25.000000000 -0500
-+++ sim-0.9.3-new/sim/api/html.ll 2004-10-19 07:28:33.555774576 -0400
-@@ -347,7 +347,7 @@
- return res;
- }
-
--};
-+}
-
- int yywrap() { return 1; }
-
-diff -ur sim-0.9.3/sim/api/log.cpp sim-0.9.3-new/sim/api/log.cpp
---- sim-0.9.3/sim/api/log.cpp 2003-10-20 04:39:28.000000000 -0400
-+++ sim-0.9.3-new/sim/api/log.cpp 2004-10-19 07:10:48.285720240 -0400
-@@ -143,4 +143,4 @@
- return m;
- }
-
--};
-+}
-diff -ur sim-0.9.3/sim/api/message.cpp sim-0.9.3-new/sim/api/message.cpp
---- sim-0.9.3/sim/api/message.cpp 2004-03-28 13:46:15.000000000 -0500
-+++ sim-0.9.3-new/sim/api/message.cpp 2004-10-19 07:16:24.524604160 -0400
-@@ -645,5 +645,5 @@
- return "";
- }
-
--};
-+}
-
-diff -ur sim-0.9.3/sim/api/plugins.cpp sim-0.9.3-new/sim/api/plugins.cpp
---- sim-0.9.3/sim/api/plugins.cpp 2004-03-28 13:46:15.000000000 -0500
-+++ sim-0.9.3-new/sim/api/plugins.cpp 2004-10-19 07:12:47.001672672 -0400
-@@ -792,4 +792,4 @@
- ContactList *PluginManager::contacts = NULL;
- SocketFactory *PluginManager::factory = NULL;
-
--};
-+}
-diff -ur sim-0.9.3/sim/api/simapi.cpp sim-0.9.3-new/sim/api/simapi.cpp
---- sim-0.9.3/sim/api/simapi.cpp 2004-03-28 13:46:15.000000000 -0500
-+++ sim-0.9.3-new/sim/api/simapi.cpp 2004-10-19 07:12:59.862717496 -0400
-@@ -963,7 +963,7 @@
- return strcmp(m_str->c_str(), a.m_str->c_str()) < 0;
- }
-
--};
-+}
-
- #ifndef HAVE_STRCASECMP
-
-diff -ur sim-0.9.3/sim/api/simapi.h sim-0.9.3-new/sim/api/simapi.h
---- sim-0.9.3/sim/api/simapi.h 2004-03-29 18:42:44.000000000 -0500
-+++ sim-0.9.3-new/sim/api/simapi.h 2004-10-19 07:01:14.708917168 -0400
-@@ -1803,7 +1803,7 @@
- EXPORT bool logEnabled();
- EXPORT void setLogEnable(bool);
-
--};
-+}
-
- using namespace SIM;
-
-diff -ur sim-0.9.3/sim/api/socket.cpp sim-0.9.3-new/sim/api/socket.cpp
---- sim-0.9.3/sim/api/socket.cpp 2004-03-26 12:46:43.000000000 -0500
-+++ sim-0.9.3-new/sim/api/socket.cpp 2004-10-19 07:21:42.464269984 -0400
-@@ -464,7 +464,7 @@
-
- #endif
-
--};
-+}
-
- #ifndef WIN32
- #include "socket.moc"
-diff -ur sim-0.9.3/sim/api/socket.h sim-0.9.3-new/sim/api/socket.h
---- sim-0.9.3/sim/api/socket.h 2004-03-28 23:46:04.000000000 -0500
-+++ sim-0.9.3-new/sim/api/socket.h 2004-10-19 07:01:33.721026888 -0400
-@@ -256,6 +256,6 @@
-
- #endif
-
--};
-+}
-
- #endif
-diff -ur sim-0.9.3/sim/api/sockfactory.cpp sim-0.9.3-new/sim/api/sockfactory.cpp
---- sim-0.9.3/sim/api/sockfactory.cpp 2004-03-22 15:03:14.000000000 -0500
-+++ sim-0.9.3-new/sim/api/sockfactory.cpp 2004-10-19 07:22:03.948003960 -0400
-@@ -640,7 +640,7 @@
- #endif
- }
-
--};
-+}
-
- #ifndef WIN32
- #include "sockfactory.moc"
-diff -ur sim-0.9.3/sim/api/sockfactory.h sim-0.9.3-new/sim/api/sockfactory.h
---- sim-0.9.3/sim/api/sockfactory.h 2004-02-29 19:40:49.000000000 -0500
-+++ sim-0.9.3-new/sim/api/sockfactory.h 2004-10-19 07:07:12.945456936 -0400
-@@ -152,7 +152,7 @@
- QDns *resolver;
- };
-
--};
-+}
-
- #endif
-
-diff -ur sim-0.9.3/sim/api/translit.cpp sim-0.9.3-new/sim/api/translit.cpp
---- sim-0.9.3/sim/api/translit.cpp 2003-10-20 04:39:29.000000000 -0400
-+++ sim-0.9.3-new/sim/api/translit.cpp 2004-10-19 07:18:45.357194352 -0400
-@@ -75,4 +75,4 @@
- return res;
- }
-
--};
-+}
-diff -ur sim-0.9.3/sim/sim.cpp sim-0.9.3-new/sim/sim.cpp
---- sim-0.9.3/sim/sim.cpp 2004-03-16 11:15:29.000000000 -0500
-+++ sim-0.9.3-new/sim/sim.cpp 2004-10-19 07:33:38.960346024 -0400
-@@ -287,7 +287,7 @@
- CloseHandle(hMutex);
- #endif
- return res;
--};
-+}
-
-
-