Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-7 commit in: /
Date: Mon, 10 Apr 2017 18:13:46
Message-Id: 1489822059.00dfb42f757b356ed71693b962387dda0bc2f89a.ulm@gentoo
1 commit: 00dfb42f757b356ed71693b962387dda0bc2f89a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 20:41:45 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 07:27:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=00dfb42f
7
8 ebuild-env-vars: Allow FILESDIR to be a shadow directory
9
10 Rephrase the wording for FILESDIR to indicate that it does not need to
11 be the original files/ directory in the repository. It just needs to
12 be some directory containing the files from that directory.
13
14 ebuild-env-vars.tex | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
18 index 99e13cf..6b74d90 100644
19 --- a/ebuild-env-vars.tex
20 +++ b/ebuild-env-vars.tex
21 @@ -87,10 +87,10 @@ variable.
22 \t{src\_*}, global~scope\footnote{Not necessarily present when installing from a binary package.
23 Ebuilds must not access the directory in global scope.} &
24 No &
25 - The full path to the package's files directory, used for small support files or patches.
26 - See section~\ref{sec:package-dirs}. May or may not exist; if a repository provides no support
27 - files for the package in question then an ebuild must be prepared for the situation where
28 - \t{FILESDIR} points to a non-existent directory. \\
29 + The full path to a directory where the files from the package's files directory (used for
30 + small support files or patches) are available. See section~\ref{sec:package-dirs}. May or may
31 + not exist; if a repository provides no support files for the package in question then an ebuild
32 + must be prepared for the situation where \t{FILESDIR} points to a non-existent directory. \\
33 \t{DISTDIR} &
34 Ditto &
35 No &