Gentoo Archives: gentoo-dev

From: "Göktürk Yüksek" <gokturk@××××××××××.edu>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v1 4/4] metadata: update the slot element name attribute explanation per GLEP 68
Date: Sun, 01 May 2016 06:07:25
Message-Id: 1462082744-29196-4-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v1 1/4] metadata.dtd: Remove obsolete element per GLEP 68 by "Göktürk Yüksek"
1 Signed-off-by: Göktürk Yüksek <gokturk@××××××××××.edu>
2 ---
3 metadata.dtd | 5 ++++-
4 1 file changed, 4 insertions(+), 1 deletion(-)
5
6 diff --git a/metadata.dtd b/metadata.dtd
7 index 8ef1396..6d38729 100644
8 --- a/metadata.dtd
9 +++ b/metadata.dtd
10 @@ -20,7 +20,10 @@
11 <!ELEMENT slots ((slot)*,subslots?) >
12 <!-- A particular SLOT -->
13 <!ELEMENT slot (#PCDATA)* >
14 - <!-- name attribute holds the name of the SLOT, for sub-SLOTS use the subslots element -->
15 + <!-- name attribute holds the name of the SLOT, for sub-SLOTS
16 + use the subslots element. A slot name of '*' can be used to
17 + indicate a single description applying to all the slots in which
18 + case no other <slot/> elements may be present. -->
19 <!ATTLIST slot name CDATA #REQUIRED >
20 <!-- The meaning of sub-SLOTs for the whole package -->
21 <!ELEMENT subslots (#PCDATA)* >
22 --
23 2.7.3