From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NUl8U-0002FV-32 for garchives@archives.gentoo.org; Tue, 12 Jan 2010 18:06:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2486E098F for ; Tue, 12 Jan 2010 18:06:33 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id 71C94E06EE for ; Tue, 12 Jan 2010 17:44:45 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id o0CHigbL018560 for ; Tue, 12 Jan 2010 18:44:42 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id o0CHigD4018001; Tue, 12 Jan 2010 18:44:42 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.3/8.14.3/Submit) id o0CHigVe017998; Tue, 12 Jan 2010 18:44:42 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19276.46346.619660.336555@a1i15.kph.uni-mainz.de> Date: Tue, 12 Jan 2010 18:44:42 +0100 To: gentoo-pms@lists.gentoo.org Subject: [gentoo-pms] Please review: Move xz support from EAPI 4 to 3 X-Mailer: VM 8.0.12 under 23.1.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: 5e985371-cdda-400b-b9a1-fca6a380ac6e X-Archives-Hash: ee796e8c8794799c0163e15f96d6a5d9 Hi, there was no decision on this yet, but it's likely that it'll be on next monday's council agenda. It would be nice if we had a PMS patch ready for possible approval by the council. See below, it's fairly trivial. Please review. Ulrich Note: This applies after the Prefix patch attached to bug 296716. --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -140,7 +140,7 @@ No & No & No & No & Yes \\ \t{unpack} support for \t{xz}? & \compactfeatureref{unpack-extensions} & - No & No & No & No & Yes \\ + No & No & No & Yes & Yes \\ \t{default} function & \compactfeatureref{default-func} & No & No & Yes & Yes & Yes \\ @@ -192,6 +192,7 @@ \begin{compactitem} \item Offset-prefix support by definition of \t{EPREFIX}, \t{ED} and \t{EROOT}, \featureref{offset-prefix-vars} +\item \t{unpack} supports \t{.xz} and \t{.tar.xz}, \featureref{unpack-extensions}. \item File modification times are preserved, \featureref{mtime-preserve}. \end{compactitem} @@ -210,7 +211,6 @@ \item \t{dodoc -r} support, \featureref{dodoc}. \item \t{doins} supports symlinks, \featureref{doins}. \item \t{dohard}, \t{dosed} banned, \featureref{banned-commands}. -\item \t{unpack} supports \t{.xz} and \t{.tar.xz}, \featureref{unpack-extensions}. \item \t{econf} adds \t{-{}-disable-dependency-tracking}, \featureref{econf-options}. \item \t{pkg\_info} can run on non-installed packages, \featureref{pkg-info}. \item \t{USE} is calculated differently, \featureref{profile-iuse-injection}. --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -668,7 +668,7 @@ \t{0} & No \\ \t{1} & No \\ \t{2} & No \\ - \t{3} & No \\ + \t{3} & Yes \\ \t{4} & Yes \\ \bottomrule \end{tabular}