Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] Please review: Move xz support from EAPI 4 to 3
Date: Tue, 12 Jan 2010 18:06:34
Message-Id: 19276.46346.619660.336555@a1i15.kph.uni-mainz.de
1 Hi,
2
3 there was no decision on this yet, but it's likely that it'll be on
4 next monday's council agenda.
5
6 It would be nice if we had a PMS patch ready for possible approval by
7 the council. See below, it's fairly trivial.
8
9 Please review.
10
11 Ulrich
12
13
14 Note: This applies after the Prefix patch attached to bug 296716.
15
16 --- a/eapi-differences.tex
17 +++ b/eapi-differences.tex
18 @@ -140,7 +140,7 @@
19 No & No & No & No & Yes \\
20
21 \t{unpack} support for \t{xz}? & \compactfeatureref{unpack-extensions} &
22 - No & No & No & No & Yes \\
23 + No & No & No & Yes & Yes \\
24
25 \t{default} function & \compactfeatureref{default-func} &
26 No & No & Yes & Yes & Yes \\
27 @@ -192,6 +192,7 @@
28 \begin{compactitem}
29 \item Offset-prefix support by definition of \t{EPREFIX}, \t{ED} and
30 \t{EROOT}, \featureref{offset-prefix-vars}
31 +\item \t{unpack} supports \t{.xz} and \t{.tar.xz}, \featureref{unpack-extensions}.
32 \item File modification times are preserved, \featureref{mtime-preserve}.
33 \end{compactitem}
34
35 @@ -210,7 +211,6 @@
36 \item \t{dodoc -r} support, \featureref{dodoc}.
37 \item \t{doins} supports symlinks, \featureref{doins}.
38 \item \t{dohard}, \t{dosed} banned, \featureref{banned-commands}.
39 -\item \t{unpack} supports \t{.xz} and \t{.tar.xz}, \featureref{unpack-extensions}.
40 \item \t{econf} adds \t{-{}-disable-dependency-tracking}, \featureref{econf-options}.
41 \item \t{pkg\_info} can run on non-installed packages, \featureref{pkg-info}.
42 \item \t{USE} is calculated differently, \featureref{profile-iuse-injection}.
43 --- a/pkg-mgr-commands.tex
44 +++ b/pkg-mgr-commands.tex
45 @@ -668,7 +668,7 @@
46 \t{0} & No \\
47 \t{1} & No \\
48 \t{2} & No \\
49 - \t{3} & No \\
50 + \t{3} & Yes \\
51 \t{4} & Yes \\
52 \bottomrule
53 \end{tabular}

Replies

Subject Author
Re: [gentoo-pms] Please review: Move xz support from EAPI 4 to 3 Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
Re: [gentoo-pms] Please review: Move xz support from EAPI 4 to 3 Christian Faulhammer <fauli@g.o>