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 569EA13835A for ; Sun, 16 May 2021 19:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F25E0919; Sun, 16 May 2021 19:13:42 +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 814B6E0919 for ; Sun, 16 May 2021 19:13:42 +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 BCC1A340FB9 for ; Sun, 16 May 2021 19:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD9C791 for ; Sun, 16 May 2021 19:13:39 +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: <1621183577.dd79226c9df55493908df8f1404e74c0f37ff1b9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: dd79226c9df55493908df8f1404e74c0f37ff1b9 X-VCS-Branch: eapi-8 Date: Sun, 16 May 2021 19:13:39 +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: 3dd26bcb-a2cc-41a3-9594-ab3108f4591b X-Archives-Hash: a13b9b47951e1850cd31be5276759faf commit: dd79226c9df55493908df8f1404e74c0f37ff1b9 Author: Ulrich Müller gentoo org> AuthorDate: Sun May 16 16:44:50 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun May 16 16:46:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=dd79226c EAPI 8 has less strict naming rules in the updates directory Bug: https://bugs.gentoo.org/692774 Signed-off-by: Ulrich Müller gentoo.org> eapi-differences.tex | 4 ++++ tree-layout.tex | 25 +++++++++++++++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 4bc06e1..5efe389 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -44,6 +44,9 @@ of this document for a complete table of previous EAPIs.} \t{package.mask} directory & \compactfeatureref{package-mask-dir} & No & No & No & Yes & Yes \\ +Less strict filenames in \t{updates} & \compactfeatureref{updates-filenames} & + No & No & No & No & Yes \\ + Profile files as directories & \compactfeatureref{profile-file-dirs} & No & No & No & Yes & Yes \\ @@ -520,6 +523,7 @@ EAPI 8 is EAPI 7 with the following changes: \item Bash version is 4.2, \featureref{bash-version}. \item \t{insopts} no longer affects \t{doconfd}, \t{doenvd} and \t{doheader}, \featureref{insopts}. \item \t{exeopts} no longer affects \t{doinitd}, \featureref{exeopts}. +\item Less strict naming rules for files in \t{updates} directory, \featureref{updates-filenames}. \end{compactitem} \ChangeWhenAddingAnEAPI{8} diff --git a/tree-layout.tex b/tree-layout.tex index ab8a02a..b42bd3f 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -205,11 +205,14 @@ differs from that described in \t{use.desc}. \subsection{The updates directory} \label{sec:updates-dir} -The \t{updates} directory is used to inform the package manager that a package has moved categories, -names, or that a version has changed SLOT\@. It contains one file per quarter year, named +\featurelabel{updates-filenames} The \t{updates} directory is used to inform the package manager +that a package has moved categories, names, or that a version has changed SLOT\@. For EAPIs +so specified by table~\ref{tab:updates-filenames}, it contains one file per quarter year, named \t{[1-4]Q-[YYYY]} for the first to fourth quarter of a given year, for example \t{1Q-2004} or -\t{3Q-2006}. The format of each file is again line-based, with each line having one of the following -formats: +\t{3Q-2006}. For other EAPIs, all regular files in this directory will be processed, unless their +name begins with a dot. + +The format of each file is again line-based, with each line having one of the following formats: \begin{verbatim} move slotmove @@ -225,6 +228,20 @@ Any name that has appeared as the origin of a move must not be reused in the fut that has appeared as the origin of a slot move may not be used by packages matching the spec of that slot move in the future. +\ChangeWhenAddingAnEAPI{8} +\begin{centertable}{Naming rules for files in \t{updates} directory for EAPIs} + \label{tab:updates-filenames} + \begin{tabular}{ll} + \toprule + \multicolumn{1}{c}{\textbf{EAPI}} & + \multicolumn{1}{c}{\textbf{Files per quarter year?}} \\ + \midrule + 0, 1, 2, 3, 4, 5, 6, 7 & Yes \\ + 8 & No \\ + \bottomrule + \end{tabular} +\end{centertable} + \section{The Licenses Directory} \label{sec:licenses-dir}