Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@g.o>
To: Mike Gilbert <floppym@g.o>, gentoo-dev@l.g.o
Cc: devmanual@g.o, prefix@g.o
Subject: [gentoo-dev] Re: [PATCH] install-functions: refer to ${ED} instead of ${D}
Date: Wed, 01 Aug 2018 23:01:01
Message-Id: 2ee3dbf3-4f2e-2829-69b9-4f44b323685c@gentoo.org
In Reply to: [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D} by Mike Gilbert
1 Merged in
2 https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a50837431d67a196a7848623e01401b3c5eb.
3 Thanks!
4
5 On 07/26/2018 01:23 PM, Mike Gilbert wrote:
6 > Since EAPI 3, the install functions use ${ED} instead of ${D}.
7 > ---
8 > function-reference/install-functions/text.xml | 9 ++++-----
9 > 1 file changed, 4 insertions(+), 5 deletions(-)
10 >
11 > diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
12 > index b6bd181..1134164 100644
13 > --- a/function-reference/install-functions/text.xml
14 > +++ b/function-reference/install-functions/text.xml
15 > @@ -5,9 +5,8 @@
16 > <body>
17 >
18 > <p>
19 > -The following functions, which are all provided by <c>ebuild.sh</c> and the standard
20 > -library, handle various install-related tasks. <c>${D}</c> is automatically handled
21 > -for all of these functions.
22 > +The following functions are provided by the package manager to handle various
23 > +install-related tasks. <c>${ED}</c> is prepended automatically to the install location.
24 > </p>
25 >
26 > <p>
27 > @@ -271,7 +270,7 @@ the first is the source name, the second the name to use when installing.
28 > <c>fowners</c>
29 > </ti>
30 > <ti>
31 > - Call <c>chown</c> on the specified files in <c>${D}</c>
32 > + Call <c>chown</c> on the specified files in <c>${ED}</c>
33 > </ti>
34 > </tr>
35 > <tr>
36 > @@ -279,7 +278,7 @@ the first is the source name, the second the name to use when installing.
37 > <c>fperms</c>
38 > </ti>
39 > <ti>
40 > - Call <c>chmod</c> on the specified files in <c>${D}</c>
41 > + Call <c>chmod</c> on the specified files in <c>${ED}</c>
42 > </ti>
43 > </tr>
44 > <tr>
45 >

Attachments

File name MIME type
signature.asc application/pgp-signature