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 F229B139694 for ; Sun, 12 Mar 2017 15:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AB8FE0C3A; Sun, 12 Mar 2017 15:33:52 +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 79872E0C3A for ; Sun, 12 Mar 2017 15:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B275340AC7 for ; Sun, 12 Mar 2017 15:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4EC265C2 for ; Sun, 12 Mar 2017 15:33:49 +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: <1488747851.01c2758ef0a91b81267fed85cc16d009c309bc9c.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: 01c2758ef0a91b81267fed85cc16d009c309bc9c X-VCS-Branch: master Date: Sun, 12 Mar 2017 15:33:49 +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: 1445fc26-9b97-4bdd-b77d-4f0e8729a7d9 X-Archives-Hash: a04dab3db9cfeedbdeef6c97bab190a3 commit: 01c2758ef0a91b81267fed85cc16d009c309bc9c Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 4 08:56:36 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 5 21:04:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=01c2758e ebuild-env-vars.tex: PF has the same consistency behaviour as P. PF may change if the package is updated, because the package name may change. ebuild-env-vars.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 469f0cd..99e13cf 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -42,6 +42,10 @@ variable. All & No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir}).} & Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\ +\t{PF} & + All & + Ditto & + Package name, version, and revision (if any), for example \t{vim-7.0.174-r1}. \\ \t{PN} & All & Ditto & @@ -62,10 +66,6 @@ variable. All & Yes & Package version and revision (if any), for example \t{7.0.174} or \t{7.0.174-r1}. \\ -\t{PF} & - All & - Yes & - Package name, version, and revision (if any), for example \t{vim-7.0.174-r1}. \\ \t{A} & \t{src\_*} & Yes & 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 96ED7139694 for ; Mon, 10 Apr 2017 18:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2DA621C1BC; Mon, 10 Apr 2017 18:12:21 +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 9022121C1BC for ; Mon, 10 Apr 2017 18:12:21 +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 C9B7B34106E for ; Mon, 10 Apr 2017 18:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A667448 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: <1488747851.01c2758ef0a91b81267fed85cc16d009c309bc9c.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: 01c2758ef0a91b81267fed85cc16d009c309bc9c 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: 721c1e5f-3e41-48e3-a93a-eadb9bd21112 X-Archives-Hash: 3549a122ee46ce7a46bd72d0e3e332f1 Message-ID: <20170410181218.xzOB-d6bvucOB8VafKCGQ170RykYNUXSAWGTt1CQCqM@z> commit: 01c2758ef0a91b81267fed85cc16d009c309bc9c Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 4 08:56:36 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 5 21:04:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=01c2758e ebuild-env-vars.tex: PF has the same consistency behaviour as P. PF may change if the package is updated, because the package name may change. ebuild-env-vars.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 469f0cd..99e13cf 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -42,6 +42,10 @@ variable. All & No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir}).} & Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\ +\t{PF} & + All & + Ditto & + Package name, version, and revision (if any), for example \t{vim-7.0.174-r1}. \\ \t{PN} & All & Ditto & @@ -62,10 +66,6 @@ variable. All & Yes & Package version and revision (if any), for example \t{7.0.174} or \t{7.0.174-r1}. \\ -\t{PF} & - All & - Yes & - Package name, version, and revision (if any), for example \t{vim-7.0.174-r1}. \\ \t{A} & \t{src\_*} & Yes &