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 1OUXC1-0000E3-Np for garchives@archives.gentoo.org; Fri, 02 Jul 2010 03:45:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886BD1C030; Fri, 2 Jul 2010 03:45:27 +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 661DE1C030 for ; Fri, 2 Jul 2010 03:45:27 +0000 (UTC) Received: by iwn5 with SMTP id 5so52557iwn.40 for ; Thu, 01 Jul 2010 20:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=r0CreofEzTjNkWYN5txAlot0eycpKvVmvIMgWva3IXk=; b=xyumptUgJ/2sGNKvjbb1i9hSrNA8u1FUyO0E5FFPLul1vd/3Y7EjfslqqPO1NzQDV6 PPzHUHaKzDmIs9WAw8x5mpEd5uUfANE6hf811b4OtlEZEZsJglMU+HwJ6uMSD9Acmm1w pFNB5XDUCknMrHRxbxI5xnWOFyjE4CQqJwz7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jGj3ISLGo9MfREw2+wD4GGPVAStm93SHuj+CCaT0jxDX62EiuIUgNvAhMv6pdixQiK vmuzv3oflh3U2vOEP4HP3h7eprF84pER3mWZtUeGmvc53VXU/XDXEoQ+xCauuDgm1WkH 9ab+vU6zqIBMCK0hQfNc9Y9i/Hy26CamHRRkU= 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.42.1.2 with SMTP id 2mr42320ice.45.1278042327181; Thu, 01 Jul 2010 20:45:27 -0700 (PDT) Received: by 10.42.4.79 with HTTP; Thu, 1 Jul 2010 20:45:27 -0700 (PDT) In-Reply-To: References: <4C2BDD7C.2010406@gmail.com> Date: Thu, 1 Jul 2010 20:45:27 -0700 Message-ID: Subject: Re: [gentoo-user] Re: Patch via perl script in an ebuild? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2f831515-1593-4c84-a18d-0408d058bcca X-Archives-Hash: e17b353dc560680d4a68c037e4dc28d6 [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-WSD= L/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} > =A0 =A0 =A0 =A0virtual/perl-Module-Build" > RDEPEND=3D"dev-perl/SOAP-Lite > =A0 =A0 =A0 =A0dev-perl/Class-Std-Fast" > > src_prepare() { > =A0 =A0 =A0 =A0if use google ; then > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0epatch "${FILESDIR}/${PN}.patch" | die "go= ogle patch failed" > =A0 =A0 =A0 =A0fi > } David, you mentioned in the bug that you couldn't get the patch to work clean. I thought you got it working before when you posted the patched Typemap for me to download. Did it work then but not now? http://bugs.gentoo.org/show_bug.cgi?id=3D305621 - Grant