Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: David Leverton <levertond@××××××××××.com>
Subject: Re: [gentoo-pms] [PATCH 05/22] EAPI 6 supports package.* and use.* directories.
Date: Thu, 05 Nov 2015 22:25:39
Message-Id: 22075.55131.643668.268754@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-pms] [PATCH 05/22] EAPI 6 supports package.* and use.* directories. by "Michał Górny"
1 >>>>> On Thu, 5 Nov 2015, Michał Górny wrote:
2
3 > Long story short, I think this should work alike:
4
5 > [[ -d ${foo} ]] && handle "${foo}"/*
6
7 > Therefore implying single level of recursion and skipping dotfiles.
8
9 Attempt of a wording below.
10
11 Ulrich
12
13
14 From 6a6c4dd3882d2e01f0fab89cc0b3611e45c8b0b7 Mon Sep 17 00:00:00 2001
15 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@g.o>
16 Date: Thu, 5 Nov 2015 23:23:06 +0100
17 Subject: [PATCH] fixup! EAPI 6 supports package.* and use.* directories.
18
19 ---
20 profiles.tex | 4 +++-
21 1 file changed, 3 insertions(+), 1 deletion(-)
22
23 diff --git a/profiles.tex b/profiles.tex
24 index a0e3c57..db96b37 100644
25 --- a/profiles.tex
26 +++ b/profiles.tex
27 @@ -72,7 +72,9 @@ removed from the list. Once again, blank lines and those beginning with a \# are
28
29 \featurelabel{profile-file-dirs} For EAPIs listed as supported in table~\ref{tab:profile-file-dirs},
30 simple line-based files described in the following sections may optionally be directories containing
31 -files of the named type.
32 +files of the named type. These files, unless their name begins with a dot, will be sorted by their
33 +filename in the POSIX locale and their concatenation will be processed as if it were a single file.
34 +Subdirectories will not be descended into.
35
36 \ChangeWhenAddingAnEAPI{6}
37 \begin{centertable}{Profile support for directories of simple line-based files}
38 --
39 2.6.2

Replies