Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12367 - main/trunk/man
Date: Mon, 29 Dec 2008 22:51:44
Message-Id: E1LHQxa-0004BE-Ue@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-12-29 22:51:42 +0000 (Mon, 29 Dec 2008)
3 New Revision: 12367
4
5 Modified:
6 main/trunk/man/ebuild.5
7 Log:
8 Specify that metadata variable values should only contain ASCII as per GLEP 31.
9
10
11 Modified: main/trunk/man/ebuild.5
12 ===================================================================
13 --- main/trunk/man/ebuild.5 2008-12-29 21:23:27 UTC (rev 12366)
14 +++ main/trunk/man/ebuild.5 2008-12-29 22:51:42 UTC (rev 12367)
15 @@ -53,6 +53,9 @@
16 .br
17 \- When assigning values to variables in ebuilds, you \fBcannot have a
18 space\fR between the variable name and the equal sign.
19 +.br
20 +\- Variable values should only contain characters that are members of the
21 +\fBascii\fR(7) character set. This requirement is mandated by \fBGLEP 31\fR.
22 .TP
23 .B P
24 This variable contains the package name without the ebuild revision.