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-devhelp+bounces-93-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NA3dc-000379-Bn
	for garchives@archives.gentoo.org; Mon, 16 Nov 2009 15:37:08 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D53F1E092F;
	Mon, 16 Nov 2009 15:37:04 +0000 (UTC)
Received: from mail-pw0-f47.google.com (mail-pw0-f47.google.com [209.85.160.47])
	by pigeon.gentoo.org (Postfix) with ESMTP id AA450E092F
	for <gentoo-devhelp@lists.gentoo.org>; Mon, 16 Nov 2009 15:37:04 +0000 (UTC)
Received: by pwi9 with SMTP id 9so3587313pwi.26
        for <gentoo-devhelp@lists.gentoo.org>; Mon, 16 Nov 2009 07:37:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:reply-to:received
         :in-reply-to:references:date:x-google-sender-auth:message-id:subject
         :from:to:content-type;
        bh=4YIJGdmKNPq7wfzb4+P3s7xvSmXhMWROPnJyw0g5+cQ=;
        b=LzgqH6XqYdGDp2vMiTP2A0zIKVP6Xy8l6dEvHLnF23+lWkKIIYN2RRXZOs9/XiKLla
         UxxGg451Jkg4+yMtnNf0Gxk2aASnjbqsTKOmZLxbBaWfrtkxihqKW9C+K3ulDvg9Ldfb
         kNWzzeIJ3nM/ltUomZE4DUa24JukmNA13U44A=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=googlemail.com; s=gamma;
        h=mime-version:sender:reply-to:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        b=E3uUtg6AK1ZYa8fNf0JdIrBuc0T7jTNWoDpoTA4tIrePu6/yqNZ0okN8GUoceIc3OO
         ryK/lp5cToRawnNZjk/p6QbAEOHCBMt1bOPz6kXwy763SBzULVTQJtd2C9Ug97Otc+pB
         Jy7nd+0DnOURsVEevrocc6meO6aICs7uEftWw=
Precedence: bulk
List-Post: <mailto:gentoo-devhelp@lists.gentoo.org>
List-Help: <mailto:gentoo-devhelp+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-devhelp+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-devhelp+subscribe@lists.gentoo.org>
List-Id: Gentoo Development-related help <gentoo-devhelp.gentoo.org>
X-BeenThere: gentoo-devhelp@gentoo.org
X-BeenThere: gentoo-devhelp@lists.gentoo.org
MIME-Version: 1.0
Sender: daniel.pielmeier@googlemail.com
Received: by 10.140.133.16 with SMTP id g16mr449782rvd.202.1258385824136; Mon, 
	16 Nov 2009 07:37:04 -0800 (PST)
In-Reply-To: <4B01698D.1090705@gmx.de>
References: <4B01556D.5010007@gmx.de>
	 <6142e6140911160627x76597ca0i54f7dfdd14da1a71@mail.gmail.com>
	 <4B01698D.1090705@gmx.de>
Date: Mon, 16 Nov 2009 16:37:04 +0100
X-Google-Sender-Auth: b16ae1786eecf14d
Message-ID: <6142e6140911160737w495d5766g2362015d1161818a@mail.gmail.com>
Subject: Re: [gentoo-devhelp] epatch and svn
From: Daniel Pielmeier <billie@gentoo.org>
To: gentoo-devhelp@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: abb6c8a9-693c-416a-9c84-c88862f6f6b9
X-Archives-Hash: 172e2f5f80aacfbc9b44e4b2f14e6fda

2009/11/16 Thomas Kahle <tom111@gmx.de>:
>
> Description of this variable says:
> "List of patches to apply prior to fetching the sources". I find this
> confusing. What can you patch before you have the sources?

# @ECLASS-VARIABLE: ESVN_PATCHES
# @DESCRIPTION:
# subversion eclass can apply patches in subversion_bootstrap().
# you can use regexp in this variable like *.diff or *.patch or etc.
# NOTE: patches will be applied before ESVN_BOOTSTRAP is processed.

This is the description I read ESVN_BOOTSTRAP is not fetching the
sources it runs commands like autogen.sh and the like. So the sources
are already fetched and copied to WORKDIR.

Where did you get your description?

> Wait a minute. Now that I'm in the correct directory I source eutils
> before subversion and still have epatch available...?
> Thanks for theorizing in any case. Looking at the eclass helps a little.

Don't know, but you don't need epatch just specify ESVN_PATCHES.

-- 
Daniel Pielmeier