public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pms:eapi-9 commit in: /
Date: Sun, 08 Jun 2025 20:38:35 +0000 (UTC)	[thread overview]
Message-ID: <1749414979.e53cb201a1aff65a2682ee36d8423acbccf84b02.ulm@gentoo> (raw)

commit:     e53cb201a1aff65a2682ee36d8423acbccf84b02
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 14:57:50 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 20:36:19 2025 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=e53cb201

Cheat sheet: Remove EAPI 6 to make room for EAPI 9

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eapi-cheatsheet.tex | 156 ++++++++++++++++++++++++++--------------------------
 1 file changed, 78 insertions(+), 78 deletions(-)

diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index 438f189..60bea45 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -77,10 +77,10 @@
     \footnote{\url{https://creativecommons.org/licenses/by-sa/4.0/}}
 \end{abstract}
 
-\section{EAPIs 0, 1, 2, 3, 4, and 5}
+\section{EAPIs 0 to 6}
 \label{sec:cs:eapi0-2}
-Omitted for lack of space. See version~5.0 of this document for
-differences between these previous EAPIs.
+Omitted for lack of space. See previous versions of this document for
+differences between these EAPIs.
 
 % \section{EAPI 0}
 % \label{sec:cs:eapi0}
@@ -327,81 +327,81 @@ differences between these previous EAPIs.
 %     See \featureref{stablemask}.
 % \end{description}
 
-\section{EAPI 6 (2015-11-13)}
-\label{sec:cs:eapi6}
-\subsection{Additions/changes}
-\label{sec:cs:eapi6-additions}
-\begin{description}
-    \item[Bash version] Ebuilds can use features of Bash version 4.2
-    (was 3.2 before).
-    See \featureref{bash-version}.
-    \item[\code{failglob}] The \code{failglob} option of Bash is set
-    in global scope, so that unintentional pattern expansion will be
-    caught as an error.
-    See \featureref{failglob}.
-    \item[Locale settings] It is ensured that the behaviour of case
-    modification and collation order for ASCII characters
-    (\code{LC_CTYPE} and \code{LC_COLLATE}) are the same as in the
-    POSIX locale.
-    See \featureref{locale-settings}.
-    \item[\code{src_prepare}] This phase function has a default now,
-    which applies patches from the \code{PATCHES} variable with the
-    new \code{eapply} command, and user-provided patches with
-    \code{eapply_user}.
-    See \featureref{src-prepare}.
-    \item[\code{src_install}] The default implementation uses the new
-    \code{einstalldocs} function for installing documentation.
-    See \featureref{src-install}.
-    \item[\code{nonfatal die}] When \code{die} or \code{assert} are
-    called under the \code{nonfatal} command and with the \code{-n}
-    option, they will not abort the build process but return with an
-    error.
-    See \featureref{nonfatal-die}.
-    \item[\code{unpack} changes] \code{unpack} has been extended:
-    \begin{description}
-        \item[Pathnames] Both absolute paths and paths relative to the
-        working directory are accepted as arguments.
-        See \featureref{unpack-absolute}.
-        \item[\code{.txz} files] Suffix \code{.txz} for xz compressed
-        tarballs is recognised.
-        See \featureref{unpack-extensions}.
-        \item[Filename case] Character case of filename extensions is
-        ignored.
-        See \featureref{unpack-ignore-case}.
-    \end{description}
-    \item[\code{econf} changes] Options \code{-{}-docdir} and
-    \code{-{}-htmldir} are passed to \code{configure}, in addition to
-    the existing options.
-    See \featureref{econf-options}.
-    \item[\code{eapply}] The \code{eapply} command is a simplified
-    substitute for \code{epatch}, implemented in the package manager.
-    The patches from its file or directory arguments are applied using
-    \code{patch -p1}.
-    See \featureref{eapply}.
-    \item[\code{eapply_user}] The \code{eapply_user} command permits
-    the package manager to apply user-provided patches. It must be
-    called from every \code{src_prepare} function.
-    See \featureref{eapply-user}.
-    \item[\code{einstalldocs}] The \code{einstalldocs} function will
-    install the files specified by the \code{DOCS} variable (or a
-    default set of files if \code{DOCS} is unset) and by the
-    \code{HTML_DOCS} variable.
-    See \featureref{einstalldocs}.
-    \item[\code{in_iuse}] The \code{in_iuse} function returns
-    true if the USE flag given as its argument is available in the
-    ebuild for USE queries.
-    See \featureref{in-iuse}.
-    \item[\code{get_libdir}] The \code{get_libdir} command outputs
-    the \code{lib*} directory basename suitable for the current ABI\@.
-    See \featureref{get-libdir}.
-\end{description}
-\subsection{Removals/bans}
-\label{sec:cs:eapi6-removalsbans}
-\begin{description}
-    \item[\code{einstall}] No longer allowed. Use \code{emake install}
-    as replacement.
-    See \featureref{banned-commands}.
-\end{description}
+% \section{EAPI 6 (2015-11-13)}
+% \label{sec:cs:eapi6}
+% \subsection{Additions/changes}
+% \label{sec:cs:eapi6-additions}
+% \begin{description}
+%     \item[Bash version] Ebuilds can use features of Bash version 4.2
+%     (was 3.2 before).
+%     See \featureref{bash-version}.
+%     \item[\code{failglob}] The \code{failglob} option of Bash is set
+%     in global scope, so that unintentional pattern expansion will be
+%     caught as an error.
+%     See \featureref{failglob}.
+%     \item[Locale settings] It is ensured that the behaviour of case
+%     modification and collation order for ASCII characters
+%     (\code{LC_CTYPE} and \code{LC_COLLATE}) are the same as in the
+%     POSIX locale.
+%     See \featureref{locale-settings}.
+%     \item[\code{src_prepare}] This phase function has a default now,
+%     which applies patches from the \code{PATCHES} variable with the
+%     new \code{eapply} command, and user-provided patches with
+%     \code{eapply_user}.
+%     See \featureref{src-prepare}.
+%     \item[\code{src_install}] The default implementation uses the new
+%     \code{einstalldocs} function for installing documentation.
+%     See \featureref{src-install}.
+%     \item[\code{nonfatal die}] When \code{die} or \code{assert} are
+%     called under the \code{nonfatal} command and with the \code{-n}
+%     option, they will not abort the build process but return with an
+%     error.
+%     See \featureref{nonfatal-die}.
+%     \item[\code{unpack} changes] \code{unpack} has been extended:
+%     \begin{description}
+%         \item[Pathnames] Both absolute paths and paths relative to the
+%         working directory are accepted as arguments.
+%         See \featureref{unpack-absolute}.
+%         \item[\code{.txz} files] Suffix \code{.txz} for xz compressed
+%         tarballs is recognised.
+%         See \featureref{unpack-extensions}.
+%         \item[Filename case] Character case of filename extensions is
+%         ignored.
+%         See \featureref{unpack-ignore-case}.
+%     \end{description}
+%     \item[\code{econf} changes] Options \code{-{}-docdir} and
+%     \code{-{}-htmldir} are passed to \code{configure}, in addition to
+%     the existing options.
+%     See \featureref{econf-options}.
+%     \item[\code{eapply}] The \code{eapply} command is a simplified
+%     substitute for \code{epatch}, implemented in the package manager.
+%     The patches from its file or directory arguments are applied using
+%     \code{patch -p1}.
+%     See \featureref{eapply}.
+%     \item[\code{eapply_user}] The \code{eapply_user} command permits
+%     the package manager to apply user-provided patches. It must be
+%     called from every \code{src_prepare} function.
+%     See \featureref{eapply-user}.
+%     \item[\code{einstalldocs}] The \code{einstalldocs} function will
+%     install the files specified by the \code{DOCS} variable (or a
+%     default set of files if \code{DOCS} is unset) and by the
+%     \code{HTML_DOCS} variable.
+%     See \featureref{einstalldocs}.
+%     \item[\code{in_iuse}] The \code{in_iuse} function returns
+%     true if the USE flag given as its argument is available in the
+%     ebuild for USE queries.
+%     See \featureref{in-iuse}.
+%     \item[\code{get_libdir}] The \code{get_libdir} command outputs
+%     the \code{lib*} directory basename suitable for the current ABI\@.
+%     See \featureref{get-libdir}.
+% \end{description}
+% \subsection{Removals/bans}
+% \label{sec:cs:eapi6-removalsbans}
+% \begin{description}
+%     \item[\code{einstall}] No longer allowed. Use \code{emake install}
+%     as replacement.
+%     See \featureref{banned-commands}.
+% \end{description}
 
 \section{EAPI 7 (2018-04-30)}
 \label{sec:cs:eapi7}


             reply	other threads:[~2025-06-08 20:39 UTC|newest]

Thread overview: 240+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-08 20:38 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-21  9:48 [gentoo-commits] proj/pms:eapi-9 commit in: / Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-21  9:48 Ulrich Müller
2025-06-20 16:18 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-06-21  9:48 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-06-17 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-06-21  9:48 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-16 17:35 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-15 11:37 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-06-08 20:38 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:46 Ulrich Müller
2025-05-25 16:45 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-05-25 16:46 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-05-21 15:31 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-05-25 16:46 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-02-09 20:38 Ulrich Müller
2025-02-09 20:38 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 Ulrich Müller
2025-01-18 10:18 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-01-17 18:50 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:25 Ulrich Müller
2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-12 20:14 Ulrich Müller
2025-01-10  9:56 Ulrich Müller
2025-01-10  9:56 Ulrich Müller
2025-01-10  9:56 Ulrich Müller
2025-01-10  9:56 Ulrich Müller
2025-01-10  9:56 Ulrich Müller
2025-01-09 17:37 [gentoo-commits] proj/pms:master " Ulrich Müller
2025-01-10  9:56 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2025-01-07 17:16 Ulrich Müller
2025-01-07 17:16 Ulrich Müller
2025-01-07 17:16 Ulrich Müller
2025-01-07 17:16 Ulrich Müller
2025-01-07 11:03 Ulrich Müller
2025-01-07 11:03 Ulrich Müller
2025-01-07 11:03 Ulrich Müller
2025-01-07 11:03 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:39 Ulrich Müller
2024-12-11 19:37 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-12-03 17:44 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-12-01 11:30 Ulrich Müller
2024-11-29 16:46 Ulrich Müller
2024-11-22 14:41 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-07-16  9:50 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-06-24  9:10 Ulrich Müller
2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:57 Ulrich Müller
2024-06-02  9:55 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-05-14  4:25 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-04-05 14:07 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-02-08  9:43 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2024-01-01 14:34 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-08-09 17:24 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-08-06 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller
2024-06-02  9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-04-14 16:40 Ulrich Müller
2023-04-14 16:40 Ulrich Müller
2023-04-14 16:40 Ulrich Müller
2023-04-14 16:40 Ulrich Müller
2023-04-10  7:18 Ulrich Müller
2023-04-10  7:18 Ulrich Müller
2023-04-10  7:18 Ulrich Müller
2023-04-10  7:18 Ulrich Müller
2023-04-10  7:18 Ulrich Müller
2023-04-10  7:18 Ulrich Müller
2023-02-27 11:05 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-02-26 17:42 Ulrich Müller
2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-01-09 18:18 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2022-12-17 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2022-12-14 10:10 Ulrich Müller
2022-12-14 10:10 Ulrich Müller
2022-12-09 19:07 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2022-10-20  7:06 [gentoo-commits] proj/pms:master " Ulrich Müller
2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2022-08-22 18:30 Ulrich Müller
2022-08-22 18:30 Ulrich Müller
2022-08-22 18:30 Ulrich Müller
2022-08-22 18:30 Ulrich Müller
2022-08-22 18:30 Ulrich Müller
2022-08-21  9:42 Ulrich Müller
2022-08-21  9:42 Ulrich Müller
2022-08-21  9:42 Ulrich Müller
2022-08-21  9:42 Ulrich Müller
2022-08-21  9:42 Ulrich Müller
2022-08-21  9:42 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-08-18 15:53 Ulrich Müller
2022-04-07  6:22 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-08-18 15:53 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2022-02-21 19:05 Ulrich Müller
2022-02-21 19:05 Ulrich Müller
2022-02-21 19:05 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-14  7:29 Ulrich Müller
2022-02-07  8:13 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2022-02-07  8:13 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2021-09-03  6:56 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2021-09-01 17:35 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
2021-08-19 19:40 [gentoo-commits] proj/pms:master " Ulrich Müller
2022-02-14  7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1749414979.e53cb201a1aff65a2682ee36d8423acbccf84b02.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox