summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-05-28 18:24:42 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-05-28 18:24:42 +0000
commit9b833e552c8f8653faf9fcc4468a754a0a636455 (patch)
tree84588b3beca17fbef2085896bb7e55beadd26a50 /net-irc/xchat/files
parentx86 stable, remove old (diff)
downloadgentoo-2-9b833e552c8f8653faf9fcc4468a754a0a636455.tar.gz
gentoo-2-9b833e552c8f8653faf9fcc4468a754a0a636455.tar.bz2
gentoo-2-9b833e552c8f8653faf9fcc4468a754a0a636455.zip
old
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-irc/xchat/files')
-rw-r--r--net-irc/xchat/files/digest-xchat-2.6.66
-rw-r--r--net-irc/xchat/files/digest-xchat-2.8.06
-rw-r--r--net-irc/xchat/files/xc280-fix-back.diff14
-rw-r--r--net-irc/xchat/files/xc280-fix-ja.diff14
-rw-r--r--net-irc/xchat/files/xchat-2.6.6-suffix.patch12
5 files changed, 0 insertions, 52 deletions
diff --git a/net-irc/xchat/files/digest-xchat-2.6.6 b/net-irc/xchat/files/digest-xchat-2.6.6
deleted file mode 100644
index 48ad87596305..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.6.6
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 43c187582beb31e744c4c5a833a022b5 xchat-2.6.6.tar.bz2 1098934
-RMD160 27cef034342dc831e2ddb11f8bd5f6cb727e8f93 xchat-2.6.6.tar.bz2 1098934
-SHA256 c4b38d29e6a9872c8ffde27c8866d8c3b9f1fe6e227cef5fed39bc79f983d44c xchat-2.6.6.tar.bz2 1098934
-MD5 c0220456a4df8ee54ae02e7704a6e024 xchat-dccserver-0.6.patch.bz2 49320
-RMD160 24cc9bd414b1dd0e7e38ba9a49d12257aeb89e68 xchat-dccserver-0.6.patch.bz2 49320
-SHA256 90a49a8d810380020c507c1a36f02e7d972cf92b5e4802dcd5cc518cba29078f xchat-dccserver-0.6.patch.bz2 49320
diff --git a/net-irc/xchat/files/digest-xchat-2.8.0 b/net-irc/xchat/files/digest-xchat-2.8.0
deleted file mode 100644
index dfa385249197..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.8.0
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 dddb703d1daf9be7a7bc9461cf11ede7 xchat-2.8.0.tar.bz2 1257232
-RMD160 a65329728c050c5448b2cbab2ea6c68ba72a0c95 xchat-2.8.0.tar.bz2 1257232
-SHA256 f417891d2405980875fd3ce03eb78f8e2ad3ea7354df8b7bb0a2939a55e20906 xchat-2.8.0.tar.bz2 1257232
-MD5 c0220456a4df8ee54ae02e7704a6e024 xchat-dccserver-0.6.patch.bz2 49320
-RMD160 24cc9bd414b1dd0e7e38ba9a49d12257aeb89e68 xchat-dccserver-0.6.patch.bz2 49320
-SHA256 90a49a8d810380020c507c1a36f02e7d972cf92b5e4802dcd5cc518cba29078f xchat-dccserver-0.6.patch.bz2 49320
diff --git a/net-irc/xchat/files/xc280-fix-back.diff b/net-irc/xchat/files/xc280-fix-back.diff
deleted file mode 100644
index c63316c83707..000000000000
--- a/net-irc/xchat/files/xc280-fix-back.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Fix: /BACK command not working after upgrading from xchat < 2.8.0
-#
---- xchat-2.8.0/src/common/cfgfiles.c 2 Jan 2007 00:26:40 -0000 1.102
-+++ xchat-2.8.0p1/src/common/cfgfiles.c 3 Jan 2007 14:01:00 -0000
-@@ -45,7 +45,7 @@
- int cmd_len = 1, name_len;
-
- /* remove <2.8.0 stuff */
-- if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK"))
-+ if (!strcmp (cmd, "away") & !strcmp (name, "BACK"))
- return;
-
- if (cmd)
diff --git a/net-irc/xchat/files/xc280-fix-ja.diff b/net-irc/xchat/files/xc280-fix-ja.diff
deleted file mode 100644
index 737a5457fcef..000000000000
--- a/net-irc/xchat/files/xc280-fix-ja.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run!
-#
---- xchat-2.6.8/po/ja.po 8 Aug 2006 14:39:41 -0000 1.16
-+++ xchat-2.6.8p1/po/ja.po 15 Nov 2006 00:59:59 -0000
-@@ -1082,7 +1176,7 @@
-
- #: src/common/textevents.h:318
- msgid "%C28-%C29$1/Wallops%C28-%O$t$2"
--msgstr "%C28-%C29$1/Wallops%C28-%O$t$"
-+msgstr "%C28-%C29$1/Wallops%C28-%O$t$2"
-
- #: src/common/textevents.h:321
- #, fuzzy
diff --git a/net-irc/xchat/files/xchat-2.6.6-suffix.patch b/net-irc/xchat/files/xchat-2.6.6-suffix.patch
deleted file mode 100644
index bf5ac2fafcc0..000000000000
--- a/net-irc/xchat/files/xchat-2.6.6-suffix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur xchat-2.6.6.orig/plugins/dbus/xchat-remote.c xchat-2.6.6/plugins/dbus/xchat-remote.c
---- xchat-2.6.6.orig/plugins/dbus/xchat-remote.c 2006-07-15 08:27:21.000000000 +0000
-+++ xchat-2.6.6/plugins/dbus/xchat-remote.c 2006-10-13 14:16:57.801263851 +0000
-@@ -110,7 +110,7 @@
- if (fork() == 0)
- {
- gchar *url = g_strdup_printf ("--url=%s", opt_open_url);
-- execl (PREFIX"/bin/"PACKAGE_TARNAME, PACKAGE_TARNAME, "-a", url, NULL);
-+ execl (PREFIX"/bin/"PACKAGE_TARNAME"-2", PACKAGE_TARNAME"-2", "-a", url, NULL);
- }
- } else
- write_error (_("Failed to complete command"), error);