Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 02 Oct 2018 17:20:48
Message-Id: 1538500804.cdcf4a28409daa7c56a0c2c94054f48bd5e43c6d.vapier@gentoo
1 commit: cdcf4a28409daa7c56a0c2c94054f48bd5e43c6d
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Tue Oct 2 17:20:04 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 17:20:04 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cdcf4a28
7
8 man: ebuild: clarify revision handling in PVR/PF
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 man/ebuild.5 | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/man/ebuild.5 b/man/ebuild.5
16 index 9f491dd73..d085d5a92 100644
17 --- a/man/ebuild.5
18 +++ b/man/ebuild.5
19 @@ -392,13 +392,17 @@ Contains the revision number or 'r0' if no revision number exists.
20 xfree\-4.2.1\-r2.ebuild \-\-> $PR=='r2'
21 .TP
22 .B PVR
23 -Contains the version number with the revision.
24 +Contains the version number with the revision (if non-zero).
25
26 +xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1'
27 +.nf
28 xfree\-4.2.1\-r2.ebuild \-\-> $PVR=='4.2.1\-r2'
29 .TP
30 .B PF
31 Contains the full package name \fBPN\fR\-\fBPVR\fR
32
33 +xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1'
34 +.nf
35 xfree\-4.2.1\-r2.ebuild \-\-> $PF=='xfree\-4.2.1\-r2'
36 .TP
37 .B CATEGORY