commit:     ce1f60b461477da6796542a54bfaf3b86283f87f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 17:58:22 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 07:45:27 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ce1f60b4

ebuild-writing/functions/src_install: Don't mention old EAPIs.

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

 ebuild-writing/functions/src_install/text.xml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/ebuild-writing/functions/src_install/text.xml 
b/ebuild-writing/functions/src_install/text.xml
index 434e01c..02981ff 100644
--- a/ebuild-writing/functions/src_install/text.xml
+++ b/ebuild-writing/functions/src_install/text.xml
@@ -31,16 +31,7 @@
 <section>
 <title>Default <c>src_install</c></title>
 <body>
-<p>
-For EAPIs 0,1,2, and 3, the default <c>src_install</c> function is the
-following:
-</p>
-<codesample lang="ebuild">
-src_install()
-{
-       return
-}
-</codesample>
+
 <p>
 For EAPIs 4 and later, the default <c>src_install</c> function is the 
following:
 </p>
@@ -74,7 +65,7 @@ src_install() {
        einstalldocs
 }
 </codesample>
-<important>The following examples assume EAPI 4 or later</important>
+
 </body>
 </section>
 

Reply via email to