public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D}
@ 2018-07-26 17:23 Mike Gilbert
  2018-08-01 23:00 ` [gentoo-dev] " Gokturk Yuksek
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Gilbert @ 2018-07-26 17:23 UTC (permalink / raw
  To: gentoo-dev; +Cc: devmanual, prefix

Since EAPI 3, the install functions use ${ED} instead of ${D}.
---
 function-reference/install-functions/text.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index b6bd181..1134164 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -5,9 +5,8 @@
 <body>
 
 <p>
-The following functions, which are all provided by <c>ebuild.sh</c> and the standard
-library, handle various install-related tasks. <c>${D}</c> is automatically handled
-for all of these functions.
+The following functions are provided by the package manager to handle various
+install-related tasks. <c>${ED}</c> is prepended automatically to the install location.
 </p>
 
 <p>
@@ -271,7 +270,7 @@ the first is the source name, the second the name to use when installing.
       <c>fowners</c>
     </ti>
     <ti>
-      Call <c>chown</c> on the specified files in <c>${D}</c>
+      Call <c>chown</c> on the specified files in <c>${ED}</c>
     </ti>
   </tr>
   <tr>
@@ -279,7 +278,7 @@ the first is the source name, the second the name to use when installing.
       <c>fperms</c>
     </ti>
     <ti>
-      Call <c>chmod</c> on the specified files in <c>${D}</c>
+      Call <c>chmod</c> on the specified files in <c>${ED}</c>
     </ti>
   </tr>
   <tr>
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-dev] Re: [PATCH] install-functions: refer to ${ED} instead of ${D}
  2018-07-26 17:23 [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D} Mike Gilbert
@ 2018-08-01 23:00 ` Gokturk Yuksek
  0 siblings, 0 replies; 2+ messages in thread
From: Gokturk Yuksek @ 2018-08-01 23:00 UTC (permalink / raw
  To: Mike Gilbert, gentoo-dev; +Cc: devmanual, prefix


[-- Attachment #1.1: Type: text/plain, Size: 1703 bytes --]

Merged in
https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a50837431d67a196a7848623e01401b3c5eb.
Thanks!

On 07/26/2018 01:23 PM, Mike Gilbert wrote:
> Since EAPI 3, the install functions use ${ED} instead of ${D}.
> ---
>  function-reference/install-functions/text.xml | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
> index b6bd181..1134164 100644
> --- a/function-reference/install-functions/text.xml
> +++ b/function-reference/install-functions/text.xml
> @@ -5,9 +5,8 @@
>  <body>
>  
>  <p>
> -The following functions, which are all provided by <c>ebuild.sh</c> and the standard
> -library, handle various install-related tasks. <c>${D}</c> is automatically handled
> -for all of these functions.
> +The following functions are provided by the package manager to handle various
> +install-related tasks. <c>${ED}</c> is prepended automatically to the install location.
>  </p>
>  
>  <p>
> @@ -271,7 +270,7 @@ the first is the source name, the second the name to use when installing.
>        <c>fowners</c>
>      </ti>
>      <ti>
> -      Call <c>chown</c> on the specified files in <c>${D}</c>
> +      Call <c>chown</c> on the specified files in <c>${ED}</c>
>      </ti>
>    </tr>
>    <tr>
> @@ -279,7 +278,7 @@ the first is the source name, the second the name to use when installing.
>        <c>fperms</c>
>      </ti>
>      <ti>
> -      Call <c>chmod</c> on the specified files in <c>${D}</c>
> +      Call <c>chmod</c> on the specified files in <c>${ED}</c>
>      </ti>
>    </tr>
>    <tr>
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-01 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 17:23 [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D} Mike Gilbert
2018-08-01 23:00 ` [gentoo-dev] " Gokturk Yuksek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox