commit: f8ed217cfb3aa502048bd73cec53578b679a0039
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 04:06:17 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 04:06:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f8ed217c
ebuild-writing/eapi: mention that dohtml has been deprecated in EAPI 6
ebuild-writing/eapi/text.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 6218eab..59e0bf3 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -940,6 +940,12 @@ src_install() {
</p>
</li>
<li>
+ <p><b><c>dohtml</c> deprecated</b></p>
+ <p>
+ The <c>dohtml</c> helper has been deprecated with
<c>EAPI=6</c>.
+ </p>
+ </li>
+ <li>
<p><b><c>nonfatal die</c></b></p>
<p>
When <c>die</c> or <c>assert</c> are called under the
<c>nonfatal</c> command and with the <c>-n</c> option, they will not abort the
build process but return with an error.