Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: doc/package/ebuild/eapi/
Date: Sun, 08 Jan 2012 06:44:04
Message-Id: 727eb7f91b3a0b599e577d95e3b3eeb5a2398b68.arfrever@gentoo
1 commit: 727eb7f91b3a0b599e577d95e3b3eeb5a2398b68
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DOT> Org>
3 AuthorDate: Sun Jan 8 06:43:06 2012 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 8 06:43:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=727eb7f9
7
8 Update documentation of EAPI="4-python".
9
10 ---
11 doc/package/ebuild/eapi/4-python.docbook | 17 +++++++++++++++++
12 1 files changed, 17 insertions(+), 0 deletions(-)
13
14 diff --git a/doc/package/ebuild/eapi/4-python.docbook b/doc/package/ebuild/eapi/4-python.docbook
15 index 0a60013..c13debe 100644
16 --- a/doc/package/ebuild/eapi/4-python.docbook
17 +++ b/doc/package/ebuild/eapi/4-python.docbook
18 @@ -31,6 +31,12 @@ official EAPI 4-python Specification</ulink>.
19 The "." character is allowed in USE flags.
20 </para>
21 </section>
22 +<section id='package-ebuild-eapi-4-python-repository'>
23 +<title>REPOSITORY</title>
24 +<para>
25 +The new REPOSITORY variable is set in ebuild environment. This variable contains name of repository, which contains currently used ebuild.
26 +</para>
27 +</section>
28 <section id='package-ebuild-eapi-4-python-repo-level-config'>
29 <title>Extended Repository-Level Configuration</title>
30 <para>
31 @@ -45,5 +51,16 @@ the following files:
32 <listitem><para>use.mask</para></listitem>
33 </itemizedlist>
34 </para>
35 +<para>
36 +By default, the following files in ${repository}/profiles can be also directories:
37 +<itemizedlist>
38 +<listitem><para>package.mask</para></listitem>
39 +<listitem><para>package.use</para></listitem>
40 +<listitem><para>package.use.force</para></listitem>
41 +<listitem><para>package.use.mask</para></listitem>
42 +<listitem><para>use.force</para></listitem>
43 +<listitem><para>use.mask</para></listitem>
44 +</itemizedlist>
45 +</para>
46 </section>
47 </section>