From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD7051396D9 for ; Sun, 12 Nov 2017 20:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F0EDE1060; Sun, 12 Nov 2017 20:37:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1202E1060 for ; Sun, 12 Nov 2017 20:37:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B29433BE19 for ; Sun, 12 Nov 2017 20:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5DEC9ABA for ; Sun, 12 Nov 2017 20:37:22 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1510518963.a111caea919770d5dba7a6316e9001691cd04342.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/file-format/text.xml X-VCS-Directories: ebuild-writing/file-format/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a111caea919770d5dba7a6316e9001691cd04342 X-VCS-Branch: master Date: Sun, 12 Nov 2017 20:37:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7268df5d-b000-42e7-9537-0386261040ec X-Archives-Hash: 3e5dbd6748614d2304b8e3c2ba75cc37 commit: a111caea919770d5dba7a6316e9001691cd04342 Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 27 20:57:19 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 12 20:36:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a111caea 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(-) diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index 56758f1..5f2bf93 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -82,7 +82,7 @@ what portage considers to be the 'lowest' version comes first.

-Any of these suffixes may be followed by a non-zero positive integer. +Any of these suffixes may be followed by an unsigned integer.