From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88834158003 for ; Tue, 24 May 2022 17:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2844E08F1; Tue, 24 May 2022 17:59:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD136E08F1 for ; Tue, 24 May 2022 17:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F834341501 for ; Tue, 24 May 2022 17:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E5A1E for ; Tue, 24 May 2022 17:59:15 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1653414630.a3f459e2cd8ff001145f7084d664691d51a92fe8.ulm@gentoo> Subject: [gentoo-commits] proj/nxml-gentoo-schemas:master commit in: / X-VCS-Repository: proj/nxml-gentoo-schemas X-VCS-Files: metadata.rnc X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a3f459e2cd8ff001145f7084d664691d51a92fe8 X-VCS-Branch: master Date: Tue, 24 May 2022 17:59:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d15afb6c-02a0-4d4d-883a-925dc2a31e09 X-Archives-Hash: 68f12c2407112273b4f47231f5e7142c commit: a3f459e2cd8ff001145f7084d664691d51a92fe8 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 24 17:50:30 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 24 17:50:30 2022 +0000 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=a3f459e2 metadata.rnc: Update from DTD Signed-off-by: Ulrich Müller gentoo.org> metadata.rnc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/metadata.rnc b/metadata.rnc index 3705f90..8deae47 100644 --- a/metadata.rnc +++ b/metadata.rnc @@ -95,8 +95,6 @@ attlist.remote-id &= | "cpe" | "cran" | "ctan" - | "freecode" - | "freshmeat" | "gentoo" | "github" | "gitlab" @@ -104,13 +102,12 @@ attlist.remote-id &= | "google-code" | "heptapod" | "launchpad" + | "osdn" | "pear" | "pecl" | "pypi" - | "rubyforge" | "rubygems" | "sourceforge" - | "sourceforge-jp" | "vim" } # category/package information for cross-linking in descriptions @@ -122,7 +119,7 @@ attlist.cat &= empty # Common attributes # the lang attribute, specifies the language of this tag in the -# form of a ISO 639-1 language code. This is only useful for +# form of an IETF (BCP 47) language tag. This is only useful for # descriptions of various kinds. If a tag with this attribute is # included there must be a description in the default language "en" attlist.description &= @@ -131,14 +128,14 @@ attlist.longdescription &= [ a:defaultValue = "en" ] attribute lang { text }? attlist.slots &= [ a:defaultValue = "en" ] attribute lang { text }? attlist.use &= [ a:defaultValue = "en" ] attribute lang { text }? -# The restrict attribute, this attribute specifies restrictions on -# the applicability of tags on versions. The format of this attribute is +# The restrict attribute, this attribute specifies restrictions on +# the applicability of tags on versions. The format of this attribute is # equal to the format of DEPEND lines in ebuilds. Only package # dependency specifications conforming to EAPI=0 syntax are allowed. # The dependency specification may only contain references to the # package itself and no other package. # -# For required tags, there must be either an unrestricted version, or a +# For required tags, there must be either an unrestricted version, or a # version that is default restricted. attlist.maintainer &= attribute restrict { text }? attlist.longdescription &= attribute restrict { text }?