From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-514401-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03D91138010 for <garchives@archives.gentoo.org>; Sun, 14 Oct 2012 07:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9823FE055B; Sun, 14 Oct 2012 07:54:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2FE02E055B for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2012 07:54:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FD1E33C394 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2012 07:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 04B01E5436 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2012 07:54:39 +0000 (UTC) From: "Ulrich Mueller" <ulm@gentoo.org> 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 Mueller" <ulm@gentoo.org> Message-ID: <1349855279.e4bda249b5f8e950cf21fea20842a9b5d661f646.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: names.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: e4bda249b5f8e950cf21fea20842a9b5d661f646 X-VCS-Branch: master Date: Sun, 14 Oct 2012 07:54:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4360854-edeb-4c06-ad6b-0a26f69076b5 X-Archives-Hash: 4ca33b83a4d5660752de5fc0e8240e3a commit: e4bda249b5f8e950cf21fea20842a9b5d661f646 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Sep 23 07:33:45 2012 +0000 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Oct 10 07:47:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=e4bda249 Tighten requirements on package names. See bug 174536. This change has been approved by the Council in its 2012-10-09 meeting. --- names.tex | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/names.tex b/names.tex index decc8f4..447be9a 100644 --- a/names.tex +++ b/names.tex @@ -14,7 +14,8 @@ names will contain a hyphen. \subsection{Package Names} A package name may contain any of the characters [\t{A-Za-z0-9+\_-}]. It must not begin with a -hyphen or a plus sign, and must not end in a hyphen followed by one or more digits. +hyphen or a plus sign, and must not end in a hyphen followed by anything matching the version +syntax described in section~\ref{sec:version-spec}. \note A package name does not include the category. The term \i{qualified package name} is used where a \t{category/package} pair is meant. @@ -48,6 +49,7 @@ An EAPI name may contain any of the characters [\t{A-Za-z0-9+\_.-}]. It must not hyphen, a dot or a plus sign. \section{Version Specifications} +\label{sec:version-spec} The package manager must not impose fixed limits upon the number of version components. Package managers should indicate or reject any version that is invalid according to these rules.