diff options
author | 2005-02-18 11:03:03 +0000 | |
---|---|---|
committer | 2005-02-18 11:03:03 +0000 | |
commit | 667e198124fec9e2a7b668be23ea7260fa3c4899 (patch) | |
tree | e16b0587514b190fd10c1d70124c8e29b2e2c5d6 /net-irc/dircproxy | |
parent | missed dependancy on automake-1.9. (diff) | |
download | gentoo-2-667e198124fec9e2a7b668be23ea7260fa3c4899.tar.gz gentoo-2-667e198124fec9e2a7b668be23ea7260fa3c4899.tar.bz2 gentoo-2-667e198124fec9e2a7b668be23ea7260fa3c4899.zip |
Removed the numeric patch, it causes more problems than advantages.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-irc/dircproxy')
-rw-r--r-- | net-irc/dircproxy/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild | 3 | ||||
-rw-r--r-- | net-irc/dircproxy/files/1.1.0-005-numeric.patch | 22 |
3 files changed, 6 insertions, 25 deletions
diff --git a/net-irc/dircproxy/ChangeLog b/net-irc/dircproxy/ChangeLog index 9e03a8d1e807..f135105ea7e6 100644 --- a/net-irc/dircproxy/ChangeLog +++ b/net-irc/dircproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/dircproxy # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.14 2005/01/23 21:17:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.15 2005/02/18 11:03:03 swegener Exp $ + + 18 Feb 2005; Sven Wegener <swegener@gentoo.org> + -files/1.1.0-005-numeric.patch, dircproxy-1.1.0-r1.ebuild: + Removed the numeric patch, it causes more problems than advantages. 23 Jan 2005; Sven Wegener <swegener@gentoo.org> +files/1.1.0-less-lag-on-attach.patch, dircproxy-1.1.0-r1.ebuild: diff --git a/net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild b/net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild index 5b11b4c1e470..cf1adad45a94 100644 --- a/net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild +++ b/net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild,v 1.3 2005/01/23 21:17:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r1.ebuild,v 1.4 2005/02/18 11:03:03 swegener Exp $ inherit eutils @@ -19,7 +19,6 @@ src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-005-numeric.patch epatch ${FILESDIR}/${PV}-less-lag-on-attach.patch } diff --git a/net-irc/dircproxy/files/1.1.0-005-numeric.patch b/net-irc/dircproxy/files/1.1.0-005-numeric.patch deleted file mode 100644 index f4bdc0057122..000000000000 --- a/net-irc/dircproxy/files/1.1.0-005-numeric.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/irc_client.c 2002-08-17 23:05:55.000000000 +0200 -+++ src/irc_client.c.005 2005-01-04 01:21:43.326252869 +0100 -@@ -1885,6 +1885,8 @@ - p->servername, p->serverver, - p->serverumodes, p->servercmodes); - -+ ircserver_send_command(p, "VERSION", ""); -+ - _ircclient_motd(p); - - if (p->modes) ---- src/irc_server.c 2002-08-17 23:48:03.000000000 +0200 -+++ src/irc_server.c.005 2005-01-04 01:21:55.021318675 +0100 -@@ -547,8 +547,6 @@ - } - } - -- } else if (!irc_strcasecmp(msg.cmd, "005")) { -- /* Ignore 005 */ - } else if (!irc_strcasecmp(msg.cmd, "375")) { - /* Ignore 375 unless allow_motd */ - if (p->allow_motd) |