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 532C4138334 for ; Mon, 4 Mar 2019 07:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53150E0869; Mon, 4 Mar 2019 07:06:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2B43EE0869 for ; Mon, 4 Mar 2019 07:06:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D4BD7335CDB for ; Mon, 4 Mar 2019 07:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3F9527 for ; Mon, 4 Mar 2019 07:05:58 +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: <1551426727.6533ffb533c7b29f05315e11c8fdb43854519d37.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6533ffb533c7b29f05315e11c8fdb43854519d37 X-VCS-Branch: master Date: Mon, 4 Mar 2019 07:05:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d923ae63-4c71-4678-8eec-d1d72533e6cd X-Archives-Hash: caa66ed437423f4db9c42fafe0bb53c7 commit: 6533ffb533c7b29f05315e11c8fdb43854519d37 Author: Ulrich Müller gentoo org> AuthorDate: Fri Mar 1 07:52:07 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Mar 1 07:52:07 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=6533ffb5 pkg-mgr-commands.tex: Version commands must be shell functions. Signed-off-by: Ulrich Müller gentoo.org> pkg-mgr-commands.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 90b62aa..e3e831f 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -919,8 +919,9 @@ These functions check whitespace-separated lists for a particular value. \subsection{Version manipulation and comparison commands} \featurelabel{ver-commands} -These commands provide utilities for working with version strings. Their availability per EAPI is -listed in table~\ref{tab:version-commands}. +These commands provide utilities for working with version strings. They must all be implemented +internally as shell functions, i.\,e., they are callable in global scope. Availability of these +commands per EAPI is listed in table~\ref{tab:version-commands}. For the purpose of version manipulation commands, the specification provides a method for splitting an arbitrary version string (not necessarily conforming to section~\ref{sec:version-spec}) into