From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QoGog-0001MI-Uu for garchives@archives.gentoo.org; Tue, 02 Aug 2011 15:23:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF62121C134; Tue, 2 Aug 2011 15:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E4A821C134 for ; Tue, 2 Aug 2011 15:23:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F34B91BC011 for ; Tue, 2 Aug 2011 15:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5682F3C004 for ; Tue, 2 Aug 2011 15:23:25 +0000 (UTC) From: "Ciaran McCreesh" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ciaran McCreesh" Message-ID: <87c0398d6dd0bd11ac166f9c4a79666393e7ccbe.ciaranm@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: ciaranm X-VCS-Committer-Name: Ciaran McCreesh X-VCS-Revision: 87c0398d6dd0bd11ac166f9c4a79666393e7ccbe Date: Tue, 2 Aug 2011 15:23:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 93febdd3d12b84121b4ca59eccb5b4d9 commit: 87c0398d6dd0bd11ac166f9c4a79666393e7ccbe Author: Ciaran McCreesh googlemail com> AuthorDate: Thu Jul 14 15:51:06 2011 +0000 Commit: Ciaran McCreesh googlemail com> CommitDate: Thu Jul 14 15:51:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3D87c0398d Tighten repository name requirements By requiring repository names to also be valid package names, a package mangler may treat repositories as packages. This then allows, for example, a user to 'install' a repository, which would instruct the package manager to perform the relevant configuration (including installing any masters) and syncing. --- names.tex | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/names.tex b/names.tex index 67054c1..c99ed0f 100644 --- a/names.tex +++ b/names.tex @@ -34,7 +34,7 @@ described in section~\ref{sec:use-iuse-handling}. \subsection{Repository Names} \label{sec:repository-names} A repository name may contain any of the characters [\t{A-Za-z0-9\_-}]. = It must not begin with a -hyphen. +hyphen. In addition, every repository name must also be a valid package = name. =20 \subsection{Keyword Names} \label{sec:keyword-names}