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 6F11F139694 for ; Mon, 20 Mar 2017 19:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9877921C21E; Mon, 20 Mar 2017 19:28:25 +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 6AF0C21C21E for ; Mon, 20 Mar 2017 19:28:25 +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 7C7C1340AD2 for ; Mon, 20 Mar 2017 19:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F6BB6F12 for ; Mon, 20 Mar 2017 19:28:23 +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: <1489822059.00dfb42f757b356ed71693b962387dda0bc2f89a.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: 00dfb42f757b356ed71693b962387dda0bc2f89a X-VCS-Branch: master Date: Mon, 20 Mar 2017 19:28:23 +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: 6531e475-7991-49e6-84d6-6248d42f2ee0 X-Archives-Hash: c12193be9da7e929fc751b96b3b3e1f3 commit: 00dfb42f757b356ed71693b962387dda0bc2f89a Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 20:41:45 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 18 07:27:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=00dfb42f ebuild-env-vars: Allow FILESDIR to be a shadow directory Rephrase the wording for FILESDIR to indicate that it does not need to be the original files/ directory in the repository. It just needs to be some directory containing the files from that directory. 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 99e13cf..6b74d90 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -87,10 +87,10 @@ variable. \t{src\_*}, global~scope\footnote{Not necessarily present when installing from a binary package. Ebuilds must not access the directory in global scope.} & No & - The full path to the package's files directory, used for small support files or patches. - See section~\ref{sec:package-dirs}. May or may not exist; if a repository provides no support - files for the package in question then an ebuild must be prepared for the situation where - \t{FILESDIR} points to a non-existent directory. \\ + The full path to a directory where the files from the package's files directory (used for + small support files or patches) are available. See section~\ref{sec:package-dirs}. May or may + not exist; if a repository provides no support files for the package in question then an ebuild + must be prepared for the situation where \t{FILESDIR} points to a non-existent directory. \\ \t{DISTDIR} & Ditto & No & 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 32D0C139694 for ; Mon, 10 Apr 2017 18:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B8821C1EF; Mon, 10 Apr 2017 18:12:32 +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 ED62021C1EF 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 D99A9341690 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 61891744B 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: <1489822059.00dfb42f757b356ed71693b962387dda0bc2f89a.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: 00dfb42f757b356ed71693b962387dda0bc2f89a 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: 801744bc-1d20-4f55-8c01-fc4600664213 X-Archives-Hash: fc6020372e74d07b9591926c1d74f515 Message-ID: <20170410181218.l3WRtqFw23IH-YyIySI4QOXCdGzQZhyVGMweIFBeK8s@z> commit: 00dfb42f757b356ed71693b962387dda0bc2f89a Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 20:41:45 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 18 07:27:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=00dfb42f ebuild-env-vars: Allow FILESDIR to be a shadow directory Rephrase the wording for FILESDIR to indicate that it does not need to be the original files/ directory in the repository. It just needs to be some directory containing the files from that directory. 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 99e13cf..6b74d90 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -87,10 +87,10 @@ variable. \t{src\_*}, global~scope\footnote{Not necessarily present when installing from a binary package. Ebuilds must not access the directory in global scope.} & No & - The full path to the package's files directory, used for small support files or patches. - See section~\ref{sec:package-dirs}. May or may not exist; if a repository provides no support - files for the package in question then an ebuild must be prepared for the situation where - \t{FILESDIR} points to a non-existent directory. \\ + The full path to a directory where the files from the package's files directory (used for + small support files or patches) are available. See section~\ref{sec:package-dirs}. May or may + not exist; if a repository provides no support files for the package in question then an ebuild + must be prepared for the situation where \t{FILESDIR} points to a non-existent directory. \\ \t{DISTDIR} & Ditto & No &