commit:     776588638625eb36da8eef9d0092f660406a28a5
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Nov 13 10:44:18 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 01:46:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=77658863

function-reference/build-install-functions: update dohard, dohtml and einstall

Removed banned dohard, added specific eapi ban notes for einstall and
deprecation notes for dohtml.

Gentoo-Bug: 564620

function-reference/install-functions: dohtml deprecate in 6 instead of banned 
in 7

 function-reference/build-functions/text.xml   | 1 +
 function-reference/install-functions/text.xml | 9 +--------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/function-reference/build-functions/text.xml 
b/function-reference/build-functions/text.xml
index dd14233..7d348ef 100644
--- a/function-reference/build-functions/text.xml
+++ b/function-reference/build-functions/text.xml
@@ -49,6 +49,7 @@ during the unpack and compile stages.
     </ti>
     <ti>
       Wrapper for <c>emake install</c>, only to be used if <c>emake 
DESTDIR="${D}"</c> is unsuitable.
+      <b>Note</b>: Banned in EAPI 6.
     </ti>
   </tr>
 </table>

diff --git a/function-reference/install-functions/text.xml 
b/function-reference/install-functions/text.xml
index 2d13749..fec68ba 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -144,14 +144,6 @@ the first is the source name, the second the name to use 
when installing.
   </tr>
   <tr>
     <ti>
-      <c>dohard</c>
-    </ti>
-    <ti>
-      Create a hardlink to the first argument from the second argument
-    </ti>
-  </tr>
-  <tr>
-    <ti>
       <c>doheader</c>
     </ti>
     <ti>
@@ -164,6 +156,7 @@ the first is the source name, the second the name to use 
when installing.
     </ti>
     <ti>
       Installs HTML document files into <c>/usr/share/doc/${PF}/html</c>
+      <b>Note</b>: Deprecated in EAPI 6.
     </ti>
   </tr>
   <tr>

Reply via email to