commit: d942a81038e8a1ccaec5b549b19d2e5043d6ba8a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 20 18:16:12 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 11:01:46 2025 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d942a810
EAPI 9 no longer rewrites absolute symlinks Bug: https://bugs.gentoo.org/934514 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eapi-differences.tex | 4 ++++ merge.tex | 19 +++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 2533922..fe4eec6 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -177,6 +177,9 @@ Controllable stripping & \compactfeatureref{dostrip} & \t{unpack} support for \t{rar} & \compactfeatureref{unpack-extensions} & Yes & Yes & No & No \\ +Absolute symlink rewriting & \compactfeatureref{symlink-rewrite} & + Yes & Yes & Yes & No \\ + \end{longtable} \chapter{Differences between EAPIs} @@ -364,6 +367,7 @@ EAPI 9 is EAPI 8 with the following changes: \item Different default EAPI for profiles, \featureref{profile-eapi-default}. \item \t{assert} banned, \featureref{banned-commands}. \item \t{pipestatus} support, \featureref{pipestatus}. +\item Absolute symlinks no longer being rewritten, \featureref{symlink-rewrite}. \end{compactitem} \ChangeWhenAddingAnEAPI{9} diff --git a/merge.tex b/merge.tex index 27b0ba8..e51c1b8 100644 --- a/merge.tex +++ b/merge.tex @@ -138,8 +138,23 @@ Ebuilds must not attempt to merge a symlink on top of a directory. \subsection{Rewriting} -Any absolute symlink whose link starts with \t{D} must be rewritten with the leading \t{D} removed. -The package manager should issue a notice when doing this. +\featurelabel{symlink-rewrite} In EAPIs listed in table~\ref{tab:symlink-rewrite} as rewriting +symlinks, any absolute symlink whose link starts with \t{D} must be rewritten with the leading +\t{D} removed. The package manager should issue a notice when encountering such a symlink. + +\ChangeWhenAddingAnEAPI{9} +\begin{centertable}{Rewriting of absolute symlinks} + \label{tab:symlink-rewrite} + \begin{tabular}{ll} + \toprule + \multicolumn{1}{c}{\textbf{EAPI}} & + \multicolumn{1}{c}{\textbf{Rewrite symlinks?}} \\ + \midrule + 0, 1, 2, 3, 4, 5, 6, 7, 8 & Yes \\ + 9 & No \\ + \bottomrule + \end{tabular} +\end{centertable} \section{Hard links}