Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Sun, 08 Jun 2014 17:39:06
Message-Id: 1402249062.d38d6b5e7537e6f35ef9b494b7a705d9df6b62c7.floppym@gentoo
1 commit: d38d6b5e7537e6f35ef9b494b7a705d9df6b62c7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 8 17:37:42 2014 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 8 17:37:42 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=d38d6b5e
7
8 ebuild-writing/eapi: Replace REPLACED_BY with REPLACED_BY_VERSION
9
10 ---
11 ebuild-writing/eapi/text.xml | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
15 index 1ee4026..3faab22 100644
16 --- a/ebuild-writing/eapi/text.xml
17 +++ b/ebuild-writing/eapi/text.xml
18 @@ -646,7 +646,7 @@ REQUIRED_USE="|| ( foo bar baz )"
19 when using it in these phases.
20 </p>
21 <p>
22 - The <c>REPLACED_BY</c> variable contains the single version
23 + The <c>REPLACED_BY_VERSION</c> variable contains the single version
24 (<c>PVR</c>) of this package that is replacing us, if we are being
25 uninstalled as part of an install, or an empty string otherwise.
26 It is valid in <c>pkg_prerm</c> and <c>pkg_postrm</c>.