diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-04-30 00:26:45 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-04-30 00:26:45 +0000 |
commit | 6facdfd70ff477d500e755b00d848b0905c1e591 (patch) | |
tree | 3ff0d21c5713f8dd60081f1536a1085108efd149 /net-irc/irssi/files | |
parent | Cleanup. (diff) | |
download | gentoo-2-6facdfd70ff477d500e755b00d848b0905c1e591.tar.gz gentoo-2-6facdfd70ff477d500e755b00d848b0905c1e591.tar.bz2 gentoo-2-6facdfd70ff477d500e755b00d848b0905c1e591.zip |
Cleanup.
(Portage version: 2.1_pre10)
(Signed Manifest commit)
Diffstat (limited to 'net-irc/irssi/files')
-rw-r--r-- | net-irc/irssi/files/0.8.9-gcc4-fix.patch | 13 | ||||
-rw-r--r-- | net-irc/irssi/files/digest-irssi-0.8.9-r1 | 3 | ||||
-rw-r--r-- | net-irc/irssi/files/irssi-0.8.9-64bit-exec-fix.patch | 12 |
3 files changed, 0 insertions, 28 deletions
diff --git a/net-irc/irssi/files/0.8.9-gcc4-fix.patch b/net-irc/irssi/files/0.8.9-gcc4-fix.patch deleted file mode 100644 index b5442126a198..000000000000 --- a/net-irc/irssi/files/0.8.9-gcc4-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/common.h -=================================================================== ---- src/common.h (revision 3725) -+++ src/common.h (revision 3726) -@@ -14,7 +14,7 @@ - #define DEFAULT_SERVER_ADD_PORT 6667 - - #ifdef HAVE_CONFIG_H --#include "config.h" -+#include "../config.h" - #endif - - #include <stdio.h> diff --git a/net-irc/irssi/files/digest-irssi-0.8.9-r1 b/net-irc/irssi/files/digest-irssi-0.8.9-r1 deleted file mode 100644 index 96352cfa6f4b..000000000000 --- a/net-irc/irssi/files/digest-irssi-0.8.9-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6610ee0e27922f447e40828cf7dee507 irssi-0.8.9.tar.bz2 816465 -RMD160 7a0a2a639c041802bfddd458c35bccaec8084013 irssi-0.8.9.tar.bz2 816465 -SHA256 230ffa21a97f930000e0004f18cf5b709d5da5408d297e1567538a53cf91c32c irssi-0.8.9.tar.bz2 816465 diff --git a/net-irc/irssi/files/irssi-0.8.9-64bit-exec-fix.patch b/net-irc/irssi/files/irssi-0.8.9-64bit-exec-fix.patch deleted file mode 100644 index bd8bd0c9e8e9..000000000000 --- a/net-irc/irssi/files/irssi-0.8.9-64bit-exec-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur irssi-0.8.9/src/fe-common/core/fe-exec.c irssi-0.8.9-amd64-exec-fix/src/fe-common/core/fe-exec.c ---- irssi-0.8.9/src/fe-common/core/fe-exec.c 2002-06-07 17:45:07.000000000 +0200 -+++ irssi-0.8.9-64bit-exec-fix/src/fe-common/core/fe-exec.c 2004-07-24 00:14:11.965452536 +0200 -@@ -347,7 +347,7 @@ - static void sig_exec_input_reader(PROCESS_REC *rec) - { - char tmpbuf[512], *str; -- unsigned int recvlen; -+ gsize recvlen; - int err, ret; - - g_return_if_fail(rec != NULL); |