From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F444138BED for ; Thu, 15 Oct 2015 06:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 617F1E07FC; Thu, 15 Oct 2015 06:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C84DCE07FB for ; Thu, 15 Oct 2015 06:23:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89894340B09 for ; Thu, 15 Oct 2015 06:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CD9B81 for ; Thu, 15 Oct 2015 06:23:40 +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: <1442180343.3a880fe4c7769f081a6877644e916915aafe6b3a.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex pkg-mgr-commands.tex profiles.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3a880fe4c7769f081a6877644e916915aafe6b3a X-VCS-Branch: eapi-6 Date: Thu, 15 Oct 2015 06:23:40 +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: bd3089e7-74ab-46d5-bfb5-a42155ac5ae0 X-Archives-Hash: 552c044e28f1d82bc5f3f273275af3a8 commit: 3a880fe4c7769f081a6877644e916915aafe6b3a Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 13 21:39:03 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 13 21:39:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3a880fe4 Replace "atom" by "package dependency specification" throughout. This fixes remaining occurrences of the term "atom" that were missed in commit 12b07c3d013246c5ee4c6acb23f85ec1e857ac0a, or readded later. Bug: 174322 eapi-cheatsheet.tex | 6 +++--- pkg-mgr-commands.tex | 2 +- profiles.tex | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 765d679..bec564f 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -260,9 +260,9 @@ If there is no EAPI explicitly specified, EAPI 0 is assumed. may require dependent packages to be rebuilt. If the sub-slot is not specified in \code{SLOT}, it defaults to the regular slot. See \featureref{sub-slot}. - \item[Slot operator dependencies] One of the following operators - can be specified after package atoms, which will affect updates - of runtime dependencies: + \item[Slot operator dependencies] Package dependencies can specify + one of the following operators as a suffix, which will affect + updates of runtime dependencies: \begin{description} \item[\code{:*}] Any slot value is acceptable. The package will not break when its dependency is updated. diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 99b7c0c..1884a5c 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -88,7 +88,7 @@ supporting option \t{-{}-host-root}, this flag as the first argument will cause to the host root instead of \t{ROOT}. \begin{description} \item[has\_version] Takes exactly one package dependency specification as an argument. Returns - true if a package matching the atom is installed in \t{ROOT}, and false otherwise. + true if a package matching the specification is installed in \t{ROOT}, and false otherwise. \item[best\_version] Takes exactly one package dependency specification as an argument. If a matching package is installed, prints the category, package name and version of the highest matching version; otherwise, prints an empty string. The exit code is unspecified. diff --git a/profiles.tex b/profiles.tex index 4b39160..a7a8527 100644 --- a/profiles.tex +++ b/profiles.tex @@ -73,7 +73,7 @@ removed from the list. Once again, blank lines and those beginning with a \# are \subsection{packages} The \t{packages} file is used to define the `system set' for this profile. After the above rules for inheritance and comments are applied, its lines must take one of two -forms: a package dependency specification prefixed by \t{*} denotes that the atom forms part of the +forms: a package dependency specification prefixed by \t{*} denotes that it forms part of the system set. A package dependency specification on its own may also appear for legacy reasons, but should be ignored when calculating the system set. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8219C1393F1 for ; Mon, 14 Sep 2015 20:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE9821C078; Mon, 14 Sep 2015 20:29:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CB3621C078 for ; Mon, 14 Sep 2015 20:29:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53CE334089A for ; Mon, 14 Sep 2015 20:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 478C2189 for ; Mon, 14 Sep 2015 20:29:31 +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: <1442180343.3a880fe4c7769f081a6877644e916915aafe6b3a.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex pkg-mgr-commands.tex profiles.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3a880fe4c7769f081a6877644e916915aafe6b3a X-VCS-Branch: master Date: Mon, 14 Sep 2015 20:29:31 +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: 5c749e21-304d-4bf6-878d-20acb5c47882 X-Archives-Hash: 5e676bbf2f6f95e954e0c8ca39a2d38a Message-ID: <20150914202931.wvGWuGhd9_CXbx6SlG1Ju6IvIwHkQ752KYB20kuEYAI@z> commit: 3a880fe4c7769f081a6877644e916915aafe6b3a Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 13 21:39:03 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 13 21:39:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3a880fe4 Replace "atom" by "package dependency specification" throughout. This fixes remaining occurrences of the term "atom" that were missed in commit 12b07c3d013246c5ee4c6acb23f85ec1e857ac0a, or readded later. Bug: 174322 eapi-cheatsheet.tex | 6 +++--- pkg-mgr-commands.tex | 2 +- profiles.tex | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 765d679..bec564f 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -260,9 +260,9 @@ If there is no EAPI explicitly specified, EAPI 0 is assumed. may require dependent packages to be rebuilt. If the sub-slot is not specified in \code{SLOT}, it defaults to the regular slot. See \featureref{sub-slot}. - \item[Slot operator dependencies] One of the following operators - can be specified after package atoms, which will affect updates - of runtime dependencies: + \item[Slot operator dependencies] Package dependencies can specify + one of the following operators as a suffix, which will affect + updates of runtime dependencies: \begin{description} \item[\code{:*}] Any slot value is acceptable. The package will not break when its dependency is updated. diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 99b7c0c..1884a5c 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -88,7 +88,7 @@ supporting option \t{-{}-host-root}, this flag as the first argument will cause to the host root instead of \t{ROOT}. \begin{description} \item[has\_version] Takes exactly one package dependency specification as an argument. Returns - true if a package matching the atom is installed in \t{ROOT}, and false otherwise. + true if a package matching the specification is installed in \t{ROOT}, and false otherwise. \item[best\_version] Takes exactly one package dependency specification as an argument. If a matching package is installed, prints the category, package name and version of the highest matching version; otherwise, prints an empty string. The exit code is unspecified. diff --git a/profiles.tex b/profiles.tex index 4b39160..a7a8527 100644 --- a/profiles.tex +++ b/profiles.tex @@ -73,7 +73,7 @@ removed from the list. Once again, blank lines and those beginning with a \# are \subsection{packages} The \t{packages} file is used to define the `system set' for this profile. After the above rules for inheritance and comments are applied, its lines must take one of two -forms: a package dependency specification prefixed by \t{*} denotes that the atom forms part of the +forms: a package dependency specification prefixed by \t{*} denotes that it forms part of the system set. A package dependency specification on its own may also appear for legacy reasons, but should be ignored when calculating the system set.