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 1OTnRB-0001FE-6b for garchives@archives.gentoo.org; Wed, 30 Jun 2010 02:54:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB8EE0AA5; Wed, 30 Jun 2010 02:53:25 +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 985A0E0AA5 for ; Wed, 30 Jun 2010 02:53:25 +0000 (UTC) Received: by iwn3 with SMTP id 3so378455iwn.40 for ; Tue, 29 Jun 2010 19:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=0DjQiHqojMTMUM8r6UXW00FjG6ISKnX0GPrMZm6BqQs=; b=qCAzz4aXkkv6v7ZkSACSg3c/PDhw18ljBCf8iwtx6QT0bj3tecrjDFTrnRsU4mepkK B3s5T/UiAaa64gzcXWAbgZdY/3OtWpn/qfvhij/0ECF4h3km1wv548w/dencFGqCKRvg JaxooMT9l4SWKo4+ATqdGbifoWTd4+LHBGZgc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=r26EZOnUvWEOYDXY6ZS5scCzKDXwANVlwaM57Rd23C2iRqKe95kBP0poiEMM9/z2yT 9rXIk8XSYLuBfz0YYjwCpLNoobwUozU+OKgNGZaZZ8Qe+Hthzf57WfGAEr0hs1G7l4GV 5aJHoVH6Y1EdeX8gxfqBhrfgDPptPE1acHRQA= 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.5.134 with SMTP id 6mr2556771icw.2.1277866405376; Tue, 29 Jun 2010 19:53:25 -0700 (PDT) Received: by 10.42.4.79 with HTTP; Tue, 29 Jun 2010 19:53:25 -0700 (PDT) Date: Tue, 29 Jun 2010 19:53:25 -0700 Message-ID: Subject: [gentoo-user] Patch via perl script in an ebuild? From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 4bb9e15b-d362-4797-8b1f-32e4dc9f309f X-Archives-Hash: 97a566f32bf1875a1317ab852b06d29b 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