[gentoo-commits] proj/devmanual:master commit in: function-reference/build-functions/

2020-01-09 Thread Ulrich Müller
commit: 9d7e1284e713998f5af843fe6cb98a811ee6a751
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jan  9 07:42:13 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan  9 19:11:31 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9d7e1284

function-reference/build-functions: Drop einstall.

Signed-off-by: Ulrich Müller  gentoo.org>

 function-reference/build-functions/text.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/function-reference/build-functions/text.xml 
b/function-reference/build-functions/text.xml
index 7d348ef..798e4ab 100644
--- a/function-reference/build-functions/text.xml
+++ b/function-reference/build-functions/text.xml
@@ -43,15 +43,6 @@ during the unpack and compile stages.
   Wrapper for make. Passes on all args.
 
   
-  
-
-  einstall args
-
-
-  Wrapper for emake install, only to be used if emake 
DESTDIR="${D}" is unsuitable.
-  Note: Banned in EAPI 6.
-
-  
 
 
 



[gentoo-commits] proj/devmanual:master commit in: function-reference/build-functions/, function-reference/install-functions/

2016-11-15 Thread Göktürk Yüksek
commit: 776588638625eb36da8eef9d0092f660406a28a5
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Nov 13 10:44:18 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Nov 16 01:46:22 2016 +
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.
 
 
   Wrapper for emake install, only to be used if emake 
DESTDIR="${D}" is unsuitable.
+  Note: Banned in EAPI 6.
 
   
 

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.
   
   
 
-  dohard
-
-
-  Create a hardlink to the first argument from the second argument
-
-  
-  
-
   doheader
 
 
@@ -164,6 +156,7 @@ the first is the source name, the second the name to use 
when installing.
 
 
   Installs HTML document files into /usr/share/doc/${PF}/html
+  Note: Deprecated in EAPI 6.