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 3E6D7139694 for ; Mon, 10 Apr 2017 18:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A25B221C1F4; Mon, 10 Apr 2017 18:12:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6524921C1F4 for ; Mon, 10 Apr 2017 18:12: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 3E3BB34169B for ; Mon, 10 Apr 2017 18:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9928C744E for ; Mon, 10 Apr 2017 18:12:18 +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: <1490284809.f9faa16a59659e176b2acf435bf5ec174c39b3ed.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f9faa16a59659e176b2acf435bf5ec174c39b3ed X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:18 +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-Archives-Salt: 6b3e04b7-a350-45b6-8604-412b6733d6bf X-Archives-Hash: 2c9e6d70c441c842e957f9f27a25da06 commit: f9faa16a59659e176b2acf435bf5ec174c39b3ed Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 23 16:00:09 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 23 16:00:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f9faa16a A is legal in pkg_nofetch. It is quite common and useful for existing ebuilds to access the A variable in pkg_nofetch. Also package managers define the variable there. Update the spec accordingly. The same applies to AA (which is deprecated, but there is no reason why its scope should be different from A). Thanks to Michał Górny for pointing this out. ebuild-env-vars.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index a3766a2..d8ccd6c 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -67,7 +67,7 @@ variable. Yes & Package version and revision (if any), for example \t{7.0.174} or \t{7.0.174-r1}. \\ \t{A} & - \t{src\_*} & + \t{src\_*}, \t{pkg\_nofetch} & Yes & All source files available for the package, whitespace separated with no leading or trailing whitespace, and in the order in which the item first appears in a matched component of @@ -77,7 +77,7 @@ variable. assume that the package manager sets it in the EAPIs supporting it. For example, a few configure scripts use this variable to find the \t{aalib} package; ebuilds calling such configure scripts must thus work around this.} & - \t{src\_*} & + Ditto & Yes & \featurelabel{aa} All source files that could be available for the package, including any that are disabled in \t{A} because of USE conditionals. The value is calculated from the base names 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 48A4A139694 for ; Sun, 26 Mar 2017 08:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839E621C054; Sun, 26 Mar 2017 08:42:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 635B621C054 for ; Sun, 26 Mar 2017 08:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6190F340E75 for ; Sun, 26 Mar 2017 08:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37D270B7 for ; Sun, 26 Mar 2017 08:42:27 +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: <1490284809.f9faa16a59659e176b2acf435bf5ec174c39b3ed.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f9faa16a59659e176b2acf435bf5ec174c39b3ed X-VCS-Branch: master Date: Sun, 26 Mar 2017 08:42:27 +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-Archives-Salt: 2d2e67ab-4777-437d-96a7-064658157a1b X-Archives-Hash: b193b38d7931483e8b93340c218742da Message-ID: <20170326084227.ib_Z6v9vXEDHqA_06yCSi5zZYOS6TRhkXEHABvFwW6A@z> commit: f9faa16a59659e176b2acf435bf5ec174c39b3ed Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 23 16:00:09 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 23 16:00:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f9faa16a A is legal in pkg_nofetch. It is quite common and useful for existing ebuilds to access the A variable in pkg_nofetch. Also package managers define the variable there. Update the spec accordingly. The same applies to AA (which is deprecated, but there is no reason why its scope should be different from A). Thanks to Michał Górny for pointing this out. ebuild-env-vars.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index a3766a2..d8ccd6c 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -67,7 +67,7 @@ variable. Yes & Package version and revision (if any), for example \t{7.0.174} or \t{7.0.174-r1}. \\ \t{A} & - \t{src\_*} & + \t{src\_*}, \t{pkg\_nofetch} & Yes & All source files available for the package, whitespace separated with no leading or trailing whitespace, and in the order in which the item first appears in a matched component of @@ -77,7 +77,7 @@ variable. assume that the package manager sets it in the EAPIs supporting it. For example, a few configure scripts use this variable to find the \t{aalib} package; ebuilds calling such configure scripts must thus work around this.} & - \t{src\_*} & + Ditto & Yes & \featurelabel{aa} All source files that could be available for the package, including any that are disabled in \t{A} because of USE conditionals. The value is calculated from the base names