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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 707E8138350 for ; Mon, 20 Apr 2020 08:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB578E0AAC; Mon, 20 Apr 2020 08:02:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5014CE0A95 for ; Mon, 20 Apr 2020 08:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A91F34F0C9 for ; Mon, 20 Apr 2020 08:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C6E1D5 for ; Mon, 20 Apr 2020 08:02:19 +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: <1587055209.e2eb4339f8182dbc17959cf77f59e00afac5f949.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/misc-files/metadata/text.xml X-VCS-Directories: ebuild-writing/misc-files/metadata/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e2eb4339f8182dbc17959cf77f59e00afac5f949 X-VCS-Branch: master Date: Mon, 20 Apr 2020 08:02:19 +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: f6bae8e0-2bf1-4e83-b46b-e7d91db1fa6c X-Archives-Hash: 98d9aaf387aaa00923d83b754764d2e0 commit: e2eb4339f8182dbc17959cf77f59e00afac5f949 Author: Ulrich Müller gentoo org> AuthorDate: Thu Apr 16 16:40:09 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Apr 16 16:40:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e2eb4339 ebuild-writing/misc-files/metadata: Reorder tags. before seems to be the most common ordering, in the examples below and in the tree. Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/misc-files/metadata/text.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index c4aa7bc..db082df 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -65,8 +65,8 @@ metadata.xml: This is the root element of the metadata.xml file for packages. It has no attributes. The following subtags are allowed: - <longdescription>, <maintainer>, + <longdescription>, <slots>, <use>, and <upstream>. @@ -74,16 +74,6 @@ metadata.xml: appear at most once. - - <longdescription> - - This tag contains a description for a category or a package. For - packages, it is used to augment the - - DESCRIPTION field in the ebuilds themselves. This tag has - two optional subtags: <pkg> and <cat>. - - <maintainer> @@ -118,6 +108,16 @@ metadata.xml: It is optional. + + <longdescription> + + This tag contains a description for a category or a package. + For packages, it is used to augment the + + DESCRIPTION field in the ebuilds themselves. This tag has + two optional subtags: <pkg> and <cat>. + + <slots>