Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635630 - Describe syntax of version suffixes correctly
Summary: Describe syntax of version suffixes correctly
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Devmanual Team
URL: https://devmanual.gentoo.org/ebuild-w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-27 21:10 UTC by Ulrich Müller
Modified: 2017-11-12 20:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild-writing/file-format: Describe syntax of suffixes correctly. (0001-ebuild-writing-file-format-Describe-syntax-of-suffix.patch,968 bytes, patch)
2017-10-27 21:10 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2017-10-27 21:10:43 UTC
Created attachment 500472 [details, diff]
ebuild-writing/file-format: Describe syntax of suffixes correctly.

The devmanual currently says about version suffixes (_alpha, _beta, etc.):
"Any of these suffixes may be followed by a non-zero positive integer."
This is not correct, as these suffixes can be followed by any unsigned integer (including zero).

See attached patch.
Comment 1 Larry the Git Cow gentoo-dev 2017-11-12 20:37:21 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a111caea919770d5dba7a6316e9001691cd04342

commit a111caea919770d5dba7a6316e9001691cd04342
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2017-10-27 20:57:19 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2017-11-12 20:36:03 +0000

    ebuild-writing/file-format: Describe syntax of suffixes correctly.
    
    Version suffixes _alpha, _beta, etc. can be followed by an unsigned
    integer, including zero.
    PMS reference: https://projects.gentoo.org/pms/6/pms.html#x1-300003.2
    
    Bug: https://bugs.gentoo.org/635630

 ebuild-writing/file-format/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)}