Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 934804 | Differences between
and this patch

Collapse All | Expand All

(-)a/merge.tex (-2 / +8 lines)
Lines 83-88 that for any two preserved files $a$, $b$ in that filesystem the Link Here
83
relation $\mbox{mtime}(a) \leq \mbox{mtime}(b)$ still holds, if it
83
relation $\mbox{mtime}(a) \leq \mbox{mtime}(b)$ still holds, if it
84
held under the original image directory.
84
held under the original image directory.
85
85
86
Starting with EAPI 9, the mtime of respective packages' ebuild files
87
can be used as a source of time for the final files, with which each package
88
would have the mtime of its file content set to its ebuild file's mtime.
89
For example, when building foo v1.2 and bar v3.5, the package contents of
90
bar would have the mtime of foo-1.2.ebuild, and bar-3.5.ebuild for bar.
91
86
In other EAPIs, the behaviour with respect to file modification times
92
In other EAPIs, the behaviour with respect to file modification times
87
is undefined.
93
is undefined.
88
94
Lines 95-101 is undefined. Link Here
95
      \multicolumn{1}{c}{\textbf{mtimes preserved?}} \\
101
      \multicolumn{1}{c}{\textbf{mtimes preserved?}} \\
96
      \midrule
102
      \midrule
97
      0, 1, 2             & Undefined \\
103
      0, 1, 2             & Undefined \\
98
      3, 4, 5, 6, 7, 8, 9 & Yes       \\
104
      3, 4, 5, 6, 7, 8    & Yes       \\
105
      9                   & Yes, or from ebuild \\
99
      \bottomrule
106
      \bottomrule
100
    \end{tabular}
107
    \end{tabular}
101
\end{centertable}
108
\end{centertable}
102
- 

Return to bug 934804