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 <gentoo-user+bounces-112279-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1OU2Mi-0006mI-67
	for garchives@archives.gentoo.org; Wed, 30 Jun 2010 18:50:32 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 75E39E0D2C;
	Wed, 30 Jun 2010 18:49:57 +0000 (UTC)
Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 358F6E0D2C
	for <gentoo-user@lists.gentoo.org>; Wed, 30 Jun 2010 18:49:57 +0000 (UTC)
Received: by wyf28 with SMTP id 28so711119wyf.40
        for <gentoo-user@lists.gentoo.org>; Wed, 30 Jun 2010 11:49:56 -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;
        bh=Oy4h4Je7xnIqTUMTs6TTyKsM4ommO6A26L7lfNXKoyY=;
        b=IeatsSVkCJyKxX1cz/DtTroc1hLBCCY1GYJoaWc9NL1GtqUAXxOVrUs6UaSysTLckN
         QTlkc3MO1WezrVgB/GzhVUkftVdX6Kr3MUwR8C24wYwR5ZoS6QW7yZviluin9YqVXf98
         ikGGMcNBill5Hl25bYg9cQ6SGw2Kvvuz5vT30=
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;
        b=oL1U+gg9pH1vm0kTbxL2XpR9zhe0dyd1RxNPAsL3x/Ldv+Rt0OEKue8ZVCNMc8oknh
         h/LC9SjNj9w77A8cvBqO14I/lh4kqSOXTKdlbYD77UXoenJxM9TtFz5ZWOt/gGSX8YMk
         yJryNTED5PjAqOFrzdVBVINWiQ5WdHslKnkWw=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.213.2.194 with SMTP id 2mr3957123ebk.97.1277923796512; Wed, 30 
	Jun 2010 11:49:56 -0700 (PDT)
Received: by 10.42.4.79 with HTTP; Wed, 30 Jun 2010 11:49:56 -0700 (PDT)
In-Reply-To: <AANLkTikfNp7r1tG-DQVKoyk8nb1M_F4B5CODwkixhVvg@mail.gmail.com>
References: <AANLkTikfNp7r1tG-DQVKoyk8nb1M_F4B5CODwkixhVvg@mail.gmail.com>
Date: Wed, 30 Jun 2010 11:49:56 -0700
Message-ID: <AANLkTikJTHKiuJk6Q3uAqFhdkfIAgZCZvvZi96V888dA@mail.gmail.com>
Subject: [gentoo-user] Re: Patch via perl script in an ebuild?
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: c57e2867-f4d0-48d8-998d-a68693fbb7b2
X-Archives-Hash: c2e2c737a63079926171dd34219b2367

> I need to install the google-api-adwords-perl library, and it requires
> that SOAP-WSDL is patched with the soap_wsdl_patches.pl perl script.
> Can I have SOAP-WSDL patched via the perl script in an ebuild?
>
> - Grant

Here is the perl script:

http://pastebin.com/YM3G5sKn

Can anyone with perl and ebuild knowledge determine if the script
could be incorporated into an ebuild?  David Abbott and I are working
on getting google-api-adwords-perl into portage and this is a
dependency.

- Grant