From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84EAA1384C0 for ; Sun, 30 Aug 2015 18:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89CC41421E; Sun, 30 Aug 2015 18:55:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A9B01421E for ; Sun, 30 Aug 2015 18:55:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41F893408F0 for ; Sun, 30 Aug 2015 18:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE153153 for ; Sun, 30 Aug 2015 18:55:48 +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: <1440703123.2d9d1c34ffe348a269817c72e5ea079854a35205.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: profiles.tex tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2d9d1c34ffe348a269817c72e5ea079854a35205 X-VCS-Branch: master Date: Sun, 30 Aug 2015 18:55:48 +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: bc485bd8-f38f-4fd4-bc3c-45f2eac9f06c X-Archives-Hash: 3776a79bc80187dbbd5b7522f50f60a7 commit: 2d9d1c34ffe348a269817c72e5ea079854a35205 Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 27 19:18:43 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Aug 27 19:18:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=2d9d1c34 Clarify that eapi in profiles is not inherited in subdirectories. See also bug 558956. profiles.tex | 4 ++-- tree-layout.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles.tex b/profiles.tex index 067a098..4b39160 100644 --- a/profiles.tex +++ b/profiles.tex @@ -32,8 +32,8 @@ This file must not contain comments, blank lines or make use of line continuatio A profile directory may contain an \t{eapi} file. This file, if it exists, must contain a single line with the name of an EAPI\@. This specifies the EAPI to use when handling the directory in question; a package manager must not attempt to use any profile using a directory which requires an -EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. The EAPI is not -inherited via the \t{parent} file. +EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. The EAPI is neither +inherited via the \t{parent} file nor in subdirectories. \subsection{deprecated} If a profile contains a file named \t{deprecated}, it is treated as such. The first line of this diff --git a/tree-layout.tex b/tree-layout.tex index cb8e1ad..0554a64 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -87,7 +87,7 @@ optional. The profiles directory may contain an \t{eapi} file. This file, if it exists, must contain a single line with the name of an EAPI\@. This specifies the EAPI to use when handling the profiles -directory; a package manager must not attempt to use any repository whose profile directory +directory; a package manager must not attempt to use any repository whose profiles directory requires an EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. If the repository is not intended to be stand-alone, the contents of these files are to be taken From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A9B01384C0 for ; Sun, 30 Aug 2015 19:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8FD1425B; Sun, 30 Aug 2015 19:03:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C46C14241 for ; Sun, 30 Aug 2015 19:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72F6634076D for ; Sun, 30 Aug 2015 19:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0664D17F for ; Sun, 30 Aug 2015 19:03:31 +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: <1440703123.2d9d1c34ffe348a269817c72e5ea079854a35205.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: profiles.tex tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2d9d1c34ffe348a269817c72e5ea079854a35205 X-VCS-Branch: eapi-6 Date: Sun, 30 Aug 2015 19:03:31 +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: a42d31a5-bec8-4624-94d1-1fd05917f74d X-Archives-Hash: 08179d21f39e9187dc99798786df2d63 Message-ID: <20150830190331.uin-db6hHxwXgYJCL8PA6mdzAWJuVlY8YZl4FJu42MU@z> commit: 2d9d1c34ffe348a269817c72e5ea079854a35205 Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 27 19:18:43 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Aug 27 19:18:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=2d9d1c34 Clarify that eapi in profiles is not inherited in subdirectories. See also bug 558956. profiles.tex | 4 ++-- tree-layout.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles.tex b/profiles.tex index 067a098..4b39160 100644 --- a/profiles.tex +++ b/profiles.tex @@ -32,8 +32,8 @@ This file must not contain comments, blank lines or make use of line continuatio A profile directory may contain an \t{eapi} file. This file, if it exists, must contain a single line with the name of an EAPI\@. This specifies the EAPI to use when handling the directory in question; a package manager must not attempt to use any profile using a directory which requires an -EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. The EAPI is not -inherited via the \t{parent} file. +EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. The EAPI is neither +inherited via the \t{parent} file nor in subdirectories. \subsection{deprecated} If a profile contains a file named \t{deprecated}, it is treated as such. The first line of this diff --git a/tree-layout.tex b/tree-layout.tex index cb8e1ad..0554a64 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -87,7 +87,7 @@ optional. The profiles directory may contain an \t{eapi} file. This file, if it exists, must contain a single line with the name of an EAPI\@. This specifies the EAPI to use when handling the profiles -directory; a package manager must not attempt to use any repository whose profile directory +directory; a package manager must not attempt to use any repository whose profiles directory requires an EAPI it does not support. If no \t{eapi} file is present, EAPI 0 shall be used. If the repository is not intended to be stand-alone, the contents of these files are to be taken