From 4142e279bb24a535963cad02aafe912f31f5d89f Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 20 Feb 2005 17:51:13 +0000 Subject: Version bump. (Portage version: 2.0.51.16) --- net-irc/xchatosd/files/5.17-iconv-fix.patch | 14 --------- net-irc/xchatosd/files/5.17-return-values.patch | 38 ------------------------- net-irc/xchatosd/files/digest-xchatosd-5.17-r1 | 1 - net-irc/xchatosd/files/digest-xchatosd-5.18 | 1 + 4 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 net-irc/xchatosd/files/5.17-iconv-fix.patch delete mode 100644 net-irc/xchatosd/files/5.17-return-values.patch delete mode 100644 net-irc/xchatosd/files/digest-xchatosd-5.17-r1 create mode 100644 net-irc/xchatosd/files/digest-xchatosd-5.18 (limited to 'net-irc/xchatosd/files') diff --git a/net-irc/xchatosd/files/5.17-iconv-fix.patch b/net-irc/xchatosd/files/5.17-iconv-fix.patch deleted file mode 100644 index 9c28a161d81f..000000000000 --- a/net-irc/xchatosd/files/5.17-iconv-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- xchatosd.cpp.orig 2005-02-17 03:46:17.792283275 +0100 -+++ xchatosd.cpp 2005-02-17 03:46:27.179969269 +0100 -@@ -239,9 +239,11 @@ - delete osd; - osd = NULL; - XOSD_init(); -+#ifdef ICONV_LIB - if(status && cmd2 == "codepage") { - ICONV_init(); - } -+#endif - if (status == 1) { - string msg; - msg = MSG_Success1 + cmd2 + MSG_Success2 + cmd3 + "\n"; diff --git a/net-irc/xchatosd/files/5.17-return-values.patch b/net-irc/xchatosd/files/5.17-return-values.patch deleted file mode 100644 index a45de146bb8a..000000000000 --- a/net-irc/xchatosd/files/5.17-return-values.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- xchatosd.cpp.orig 2005-02-20 00:35:28.056851489 +0100 -+++ xchatosd.cpp 2005-02-20 00:36:19.240761787 +0100 -@@ -79,16 +79,25 @@ - return -1; - } - int status = 0; -- status += osd->setPos(config.getValue("pos")); -- status += osd->setVOffset(config.getiValue("voffset")); -- status += osd->setHOffset(config.getiValue("hoffset")); -- status += osd->setAlign(config.getValue("align")); -- status += osd->setSOffset(config.getiValue("shadow")); -- status += osd->setTimeout(config.getiValue("timeout")); -- status += osd->setFont(config.getValue("font")); -- status += osd->setColor(config.getValue("color")); -- status += osd->display(MSG_Hello); -- return status; -+ status = osd->setPos(config.getValue("pos")); -+ if (-1 == status) return -1; -+ status = osd->setVOffset(config.getiValue("voffset")); -+ if (-1 == status) return -1; -+ status = osd->setHOffset(config.getiValue("hoffset")); -+ if (-1 == status) return -1; -+ status = osd->setAlign(config.getValue("align")); -+ if (-1 == status) return -1; -+ status = osd->setSOffset(config.getiValue("shadow")); -+ if (-1 == status) return -1; -+ status = osd->setTimeout(config.getiValue("timeout")); -+ if (-1 == status) return -1; -+ status = osd->setFont(config.getValue("font")); -+ if (-1 == status) return -1; -+ status = osd->setColor(config.getValue("color")); -+ if (-1 == status) return -1; -+ status = osd->display(MSG_Hello); -+ if (-1 == status) return -1; -+ return 0; - } - - #ifdef ICONV_LIB diff --git a/net-irc/xchatosd/files/digest-xchatosd-5.17-r1 b/net-irc/xchatosd/files/digest-xchatosd-5.17-r1 deleted file mode 100644 index 24ccca38e0fd..000000000000 --- a/net-irc/xchatosd/files/digest-xchatosd-5.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7710947b2607e3b3f406e8c964deb827 xchatosd-5.17.tar.gz 10158 diff --git a/net-irc/xchatosd/files/digest-xchatosd-5.18 b/net-irc/xchatosd/files/digest-xchatosd-5.18 new file mode 100644 index 000000000000..6bcf936ff2be --- /dev/null +++ b/net-irc/xchatosd/files/digest-xchatosd-5.18 @@ -0,0 +1 @@ +MD5 ece7f6d2b2eb8dea12b375d5e97534d9 xchatosd-5.18.tar.gz 10325 -- cgit v1.2.3-65-gdbad