Gentoo Archives: gentoo-pms

From: David Leverton <levertond@××××××××××.com>
To: gentoo-pms@l.g.o
Subject: Re: [gentoo-pms] [PATCH 05/22] EAPI 6 supports package.* and use.* directories.
Date: Thu, 05 Nov 2015 18:39:05
Message-Id: 563BA242.9040501@googlemail.com
In Reply to: [gentoo-pms] [PATCH 05/22] EAPI 6 supports package.* and use.* directories. by "Ulrich Müller"
1 Ulrich Müller wrote:
2 > +\featurelabel{profile-file-dirs} For EAPIs listed as supported in table~\ref{tab:profile-file-dirs},
3 > +simple line-based files described in the following sections may optionally be directories containing
4 > +files of the named type.
5
6 1) Can those directories themselves contain subdirectories (and
7 sub-subdirectories, ...), or is it just one level deep?
8
9 2) Is there any restriction on the names of the files (e.g. ignoring
10 hidden files, editor backups, etc), or can they be anything?
11
12 If I'm reading the current Portage implementation correctly, the answers
13 there (without making any claims about what the spec should or shouldn't
14 adopt) are:
15
16 1) Yes, there can be multiple levels of subdirectories.
17
18 2) Yes, files and subdirectories beginning with a . or ending with a ~
19 are excluded, as are subdirectories named CVS, RCS or SCCS.

Replies