commit: 523f2f8a79516cae55607d16335babdc0b67e075
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:49:27 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:49:27 2023 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=523f2f8a
names.tex: Reorder subsections
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
names.tex | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/names.tex b/names.tex
index 76fa72d..ed6d623 100644
--- a/names.tex
+++ b/names.tex
@@ -18,11 +18,6 @@ syntax described in section~\ref{sec:version-spec}.
\note{A package name does not include the category. The term \i{qualified
package name} is used
where a \t{category/package} pair is meant.}
-\subsection{Eclass names}
-\label{sec:eclass-names}
-An eclass name may contain any of the characters [\t{A-Za-z0-9_.-}]. It must
begin with a letter or
-an underscore. In addition, an eclass cannot be named \t{default}.
-
\subsection{Slot names}
\label{sec:slot-names}
A slot name may contain any of the characters [\t{A-Za-z0-9+_.-}]. It must not
begin with a
@@ -40,6 +35,11 @@ described in section~\ref{sec:use-iuse-handling}.
A repository name may contain any of the characters [\t{A-Za-z0-9_-}]. It must
not begin with a
hyphen. In addition, every repository name must also be a valid package name.
+\subsection{Eclass names}
+\label{sec:eclass-names}
+An eclass name may contain any of the characters [\t{A-Za-z0-9_.-}]. It must
begin with a letter or
+an underscore. In addition, an eclass cannot be named \t{default}.
+
\subsection{License names}
\label{sec:license-names}
A license name may contain any of the characters [\t{A-Za-z0-9+_.-}]. It must
not begin with a