Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH 1/2] tree-layout.tex: Remove item list of ebuild file name components.
Date: Tue, 13 Sep 2016 07:11:39
Message-Id: 22487.42657.670063.518324@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-pms] empty Manifest files by Ulrich Mueller
1 This was another leftover of the kdebuild-1 conditionals,
2 see commit 51ad24e7c6eab928eabe4aedeba18946d76363dd.
3 ---
4 tree-layout.tex | 12 +++---------
5 1 file changed, 3 insertions(+), 9 deletions(-)
6
7 diff --git a/tree-layout.tex b/tree-layout.tex
8 index 0554a64..dfb8496 100644
9 --- a/tree-layout.tex
10 +++ b/tree-layout.tex
11 @@ -57,15 +57,9 @@ A package directory contains the following:
12 \item A \t{files} directory, containing any support files needed by the ebuilds. Optional.
13 \end{compactitem}
14
15 -Any ebuild in a package directory must be named \t{name-ver.suffix}, where:
16 -
17 -\begin{compactitem}
18 -\item \t{name} is the (unqualified) package name.
19 -\item \t{ver} is the package's version.
20 -\item \label{file-extension} \t{suffix} is \t{ebuild}.
21 -\end{compactitem}
22 -
23 -Package managers must ignore any ebuild file that does not match these rules.
24 +Any ebuild in a package directory must be named \t{name-ver.ebuild}, where \t{name} is the
25 +(unqualified) package name, and \t{ver} is the package's version. Package managers must ignore
26 +any ebuild file that does not match these rules.
27
28 A package directory that contains no correctly named ebuilds shall be considered a package with no
29 versions. A package with no versions shall be considered equivalent to a package that does not
30 --
31 2.10.0