Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Patch via perl script in an ebuild?
Date: Fri, 02 Jul 2010 03:45:33
Message-Id: AANLkTilVte1HMo_uAumATALV_hS834rY94E4H74CdNgf@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Patch via perl script in an ebuild? by David Abbott
1 [snip]
2
3 > # Copyright 1999-2010 Gentoo Foundation
4 > # Distributed under the terms of the GNU General Public License v2
5 > # $Header: $
6 >
7 > EAPI="3"
8 >
9 > inherit perl-module
10 >
11 > DESCRIPTION="SOAP-WSDL provides a SOAP client with WSDL support."
12 > HOMEPAGE="http://soap-wsdl.svn.sourceforge.net"
13 > SRC_URI="http://soap-wsdl.svn.sourceforge.net/viewvc/soap-wsdl/SOAP-WSDL/branches/Typemap.tar.gz
14 > -> ${P}.tar.gz"
15 > LICENSE="Apache-2.0"
16 > SLOT="0"
17 > KEYWORDS="~amd64 ~x86"
18 > IUSE="google"
19 >
20 > DEPEND="${RDEPEND}
21 >        virtual/perl-Module-Build"
22 > RDEPEND="dev-perl/SOAP-Lite
23 >        dev-perl/Class-Std-Fast"
24 >
25 > src_prepare() {
26 >        if use google ; then
27 >                epatch "${FILESDIR}/${PN}.patch" | die "google patch failed"
28 >        fi
29 > }
30
31 David, you mentioned in the bug that you couldn't get the patch to
32 work clean. I thought you got it working before when you posted the
33 patched Typemap for me to download. Did it work then but not now?
34
35 http://bugs.gentoo.org/show_bug.cgi?id=305621
36
37 - Grant

Replies

Subject Author
Re: [gentoo-user] Re: Patch via perl script in an ebuild? David Abbott <david@×××××××××.com>
Re: [gentoo-user] Re: Patch via perl script in an ebuild? "Arttu V." <arttuv69@×××××.com>