Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] src_unpack does source preparation only in EAPIs without src_prepare.
Date: Thu, 24 Sep 2009 15:30:29
Message-Id: 19131.37010.153288.527957@a1i15.kph.uni-mainz.de
1 ---
2 ebuild-functions.tex | 5 +++--
3 1 files changed, 3 insertions(+), 2 deletions(-)
4
5 diff --git a/ebuild-functions.tex b/ebuild-functions.tex
6 index 11ff216..8567a6f 100644
7 --- a/ebuild-functions.tex
8 +++ b/ebuild-functions.tex
9 @@ -134,8 +134,9 @@ and/or groups to the system.
10 \subsection{src\_unpack}
11 \label{sec:src-unpack-function}
12
13 -\featurelabel{src-unpack} The \t{src\_unpack} function extracts all of the package's sources,
14 -applies patches and sets up the package's build system for further use.
15 +\featurelabel{src-unpack} The \t{src\_unpack} function extracts all of
16 +the package's sources. In EAPIs lacking \t{src\_prepare}, it may also
17 +apply patches and set up the package's build system for further use.
18
19 The initial working directory must be \t{WORKDIR}, and the default implementation used when
20 the ebuild lacks the \t{src\_unpack} function shall behave as:
21 --
22 1.6.5.rc1

Replies

Subject Author
Re: [gentoo-pms] [PATCH] src_unpack does source preparation only in EAPIs without src_prepare. Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>