Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_install/
Date: Mon, 05 May 2014 10:22:03
Message-Id: 1399285193.0fe777092c9ea8b80d311a2da9ded592e7870157.hwoarang@gentoo
1 commit: 0fe777092c9ea8b80d311a2da9ded592e7870157
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 5 02:48:59 2014 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Mon May 5 10:19:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=0fe77709
7
8 src_install: Fix two instances where the language presumed ordered EAPIs.
9
10 Link: https://bugs.gentoo.org/show_bug.cgi?id=486146#c15
11
12 ---
13 ebuild-writing/functions/src_install/text.xml | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/ebuild-writing/functions/src_install/text.xml b/ebuild-writing/functions/src_install/text.xml
17 index 2e86cc3..530baf1 100644
18 --- a/ebuild-writing/functions/src_install/text.xml
19 +++ b/ebuild-writing/functions/src_install/text.xml
20 @@ -32,7 +32,8 @@
21 <title>Default <c>src_install</c></title>
22 <body>
23 <p>
24 -For EAPI &lt; 4, the default <c>src_install</c> function is the following:
25 +For EAPIs 0,1,2, and 3, the default <c>src_install</c> function is the
26 +following:
27 </p>
28 <codesample lang="ebuild">
29 src_install()
30 @@ -41,7 +42,7 @@ src_install()
31 }
32 </codesample>
33 <p>
34 -For EAPI &#8805; 4, the default <c>src_install</c> function is the following:
35 +For EAPIs 4 and later, the default <c>src_install</c> function is the following:
36 </p>
37 <codesample lang="ebuild">
38 src_install() {