aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2016-11-13 11:44:18 +0100
committerGöktürk Yüksek <gokturk@gentoo.org>2016-11-15 20:46:22 -0500
commit776588638625eb36da8eef9d0092f660406a28a5 (patch)
tree22ce11da081c320d62dcae34562ed3bd05b9fb64
parentebuild-writing/file-format: Fix missing <c/> style around _p suffix (diff)
downloaddevmanual-776588638625eb36da8eef9d0092f660406a28a5.tar.gz
devmanual-776588638625eb36da8eef9d0092f660406a28a5.tar.bz2
devmanual-776588638625eb36da8eef9d0092f660406a28a5.zip
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
-rw-r--r--function-reference/build-functions/text.xml1
-rw-r--r--function-reference/install-functions/text.xml9
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>