summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-06-28 21:37:40 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-06-28 21:37:40 +0000
commit0524a7b8b4d05ca5df84b107ec81697af4e1f146 (patch)
tree9d831cf99deba116d4e3550f82b792ab9d83f2d0 /kde-base/kdenetwork
parentAdded to ~ppc (diff)
downloadgentoo-2-0524a7b8b4d05ca5df84b107ec81697af4e1f146.tar.gz
gentoo-2-0524a7b8b4d05ca5df84b107ec81697af4e1f146.tar.bz2
gentoo-2-0524a7b8b4d05ca5df84b107ec81697af4e1f146.zip
Patch is now fixed
Diffstat (limited to 'kde-base/kdenetwork')
-rw-r--r--kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch21
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild4
2 files changed, 6 insertions, 19 deletions
diff --git a/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch b/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch
index d7f04e50ed79..568f42ad07a1 100644
--- a/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch
+++ b/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch
@@ -1,12 +1,5 @@
-? yahoo-fix-connect-062404.patch
-Index: libyahoo2.c
-===================================================================
-RCS file: /home/kde/kdenetwork/kopete/protocols/yahoo/libyahoo2/libyahoo2.c,v
-retrieving revision 1.18
-retrieving revision 1.18.2.3
-diff -u -p -r1.18 -r1.18.2.3
---- libyahoo2.c 14 Jan 2004 02:07:29 -0000 1.18
-+++ libyahoo2.c 26 Jun 2004 00:37:08 -0000 1.18.2.3
+--- kopete/protocols/yahoo/libyahoo2/libyahoo2.c 14 Jan 2004 02:07:29 -0000 1.18
++++ kopete/protocols/yahoo/libyahoo2/libyahoo2.c 26 Jun 2004 00:37:08 -0000 1.18.2.3
@@ -1816,6 +1816,8 @@ static void yahoo_process_auth_0x0b(stru
* challenge. */
@@ -25,14 +18,8 @@ diff -u -p -r1.18 -r1.18.2.3
shaUpdate(&ctx1, magic_key_char, 4);
shaFinal(&ctx1, digest1);
-Index: yahoo_fn.c
-===================================================================
-RCS file: /home/kde/kdenetwork/kopete/protocols/yahoo/libyahoo2/Attic/yahoo_fn.c,v
-retrieving revision 1.1.2.1
-retrieving revision 1.1.2.3
-diff -u -p -r1.1.2.1 -r1.1.2.3
---- yahoo_fn.c 18 Jan 2004 20:03:39 -0000 1.1.2.1
-+++ yahoo_fn.c 26 Jun 2004 00:37:08 -0000 1.1.2.3
+--- kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 14 Jan 2004 02:07:29 -0000 1.18
++++ kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 26 Jun 2004 00:37:08 -0000 1.18.2.3
@@ -4386,7 +4386,7 @@ struct yahoo_fn yahoo_fntable[5][96] =
{ XOR, 0x77D64B90, 0 },
{ BITFLD, (long)table_103, 0 },
diff --git a/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild
index ac7f7a591d0d..5f6555e0640f 100644
--- a/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild,v 1.2 2004/06/28 21:26:37 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild,v 1.3 2004/06/28 21:37:40 caleb Exp $
inherit kde-dist
@@ -19,7 +19,7 @@ DEPEND="~kde-base/kdebase-${PV}
src_unpack() {
kde_src_unpack
-# epatch ${FILESDIR}/yahoo-fix-connect-062404.patch
+ epatch ${FILESDIR}/yahoo-fix-connect-062404.patch
}
src_compile() {