From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OUcBZ-0001FT-4Q for garchives@archives.gentoo.org; Fri, 02 Jul 2010 09:05:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3B5CE09C1; Fri, 2 Jul 2010 09:04:24 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id BA331E09C1 for ; Fri, 2 Jul 2010 09:04:24 +0000 (UTC) Received: by iwn5 with SMTP id 5so307865iwn.40 for ; Fri, 02 Jul 2010 02:04:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=mVxYXKpfy2+EUtK4XXCx+1D4hloa/itJAEncwG0YgxQ=; b=P8FgvnUG9PuM6GNVc9yX73VMMzh5hpG5aUPRlJFx1kaVF/C9HaHK3e60aJeX5tNBPT 25v/SZRECIOKxKCblf3ogrsTXLho+rOKZ9hUGWFssji3mAJrk3aj3CnMH5XH/hbo5txs szWB6T9upBSlEmj6Qp2/9bj9mfrxsQ3G+oRWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=LhwFrXPyq4XCTgO04mIAPynRlyZesIqqjbAsNEcztTDb5ZrcX+MIb4iuc4KdqKZa/i L5RkHIVJXF7xQuXsTJGZIQkH3AhQaWbfnpWzdpNVUX0/ZQlskS00zz+MAMqzh7teJfYw QBwxsl1+paevK5jMcsxJZ3nCj44lcQa9lDDl0= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.194.219 with SMTP id dz27mr484864ibb.104.1278061464231; Fri, 02 Jul 2010 02:04:24 -0700 (PDT) Sender: comprookie2000@gmail.com Received: by 10.231.180.106 with HTTP; Fri, 2 Jul 2010 02:04:24 -0700 (PDT) In-Reply-To: References: <4C2BDD7C.2010406@gmail.com> Date: Fri, 2 Jul 2010 05:04:24 -0400 X-Google-Sender-Auth: xmar8fxFhxDc8jpkJ-fyZUEURrI Message-ID: Subject: Re: [gentoo-user] Re: Patch via perl script in an ebuild? From: David Abbott To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4c928cf3-352f-483e-b44d-3f3680b6549e X-Archives-Hash: 974516eda0e275e093e041da94305d8b On Thu, Jul 1, 2010 at 11:45 PM, Grant wrote: > [snip] > >> # Copyright 1999-2010 Gentoo Foundation >> # Distributed under the terms of the GNU General Public License v2 >> # $Header: $ >> >> EAPI=3D"3" >> >> inherit perl-module >> >> DESCRIPTION=3D"SOAP-WSDL provides a SOAP client with WSDL support." >> HOMEPAGE=3D"http://soap-wsdl.svn.sourceforge.net" >> SRC_URI=3D"http://soap-wsdl.svn.sourceforge.net/viewvc/soap-wsdl/SOAP-WS= DL/branches/Typemap.tar.gz >> -> ${P}.tar.gz" >> LICENSE=3D"Apache-2.0" >> SLOT=3D"0" >> KEYWORDS=3D"~amd64 ~x86" >> IUSE=3D"google" >> >> DEPEND=3D"${RDEPEND} >> =C2=A0 =C2=A0 =C2=A0 =C2=A0virtual/perl-Module-Build" >> RDEPEND=3D"dev-perl/SOAP-Lite >> =C2=A0 =C2=A0 =C2=A0 =C2=A0dev-perl/Class-Std-Fast" >> >> src_prepare() { >> =C2=A0 =C2=A0 =C2=A0 =C2=A0if use google ; then >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0epatch "${FILESDI= R}/${PN}.patch" | die "google patch failed" >> =C2=A0 =C2=A0 =C2=A0 =C2=A0fi >> } > > David, you mentioned in the bug that you couldn't get the patch to > work clean. =C2=A0I thought you got it working before when you posted the > patched Typemap for me to download. =C2=A0Did it work then but not now? > > http://bugs.gentoo.org/show_bug.cgi?id=3D305621 > > - GrantSOAP-WSDL > > The patched Typemap created by hand works fine, but when you attempt to use a downloaded SOAP-WSDL and patch it failed for me, may need to manually create a patch for SOAP-WSDL. --=20 David Abbott (dabbott)