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 F0BE2138350 for ; Thu, 23 Jan 2020 07:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3F24E07F1; Thu, 23 Jan 2020 07:47:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 98564E07F1 for ; Thu, 23 Jan 2020 07:47:13 +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 ED41F34E3D1 for ; Thu, 23 Jan 2020 07:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8460101 for ; Thu, 23 Jan 2020 07:47:09 +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: <1579737662.9426f87e1b36af1247d9a97dbbe6311b75f6326b.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: 9426f87e1b36af1247d9a97dbbe6311b75f6326b X-VCS-Branch: master Date: Thu, 23 Jan 2020 07:47:09 +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: 1ee6a567-e1bd-4fb4-8704-f17be3a1a477 X-Archives-Hash: b942a728c2dfa595c11dece09313a58f commit: 9426f87e1b36af1247d9a97dbbe6311b75f6326b Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 20 16:42:58 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jan 23 00:01:02 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9426f87e ebuild-writing/misc-files/metadata: Explain EAPI 0 atom. Since EAPIs 0 to 2 are no longer mentioned, we need to explain what an "EAPI=0 package dependency specification" is. Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/misc-files/metadata/text.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index d7f883a..7756665 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -280,9 +280,10 @@ There are also some attributes that can be used with these tags: is used, other tags with or without the restrict attribute must be present to cover all the versions of the package. A tag without the restrict attribute serves as the default. The format of the - restrict attribute is that of a EAPI=0 package dependency - specification. Due to the limitations of XML, the "<" and - ">" need to be specified using "&lt;" and "&gt;". + restrict attribute is that of a EAPI=0 package dependency specification + (i.e., USE-conditional or slot dependendencies are not allowed). + Since < and > are special characters in XML, + they must be escaped using &lt; and &gt;.