diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2012-01-08 07:43:06 +0100 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2012-01-08 07:43:06 +0100 |
commit | 727eb7f91b3a0b599e577d95e3b3eeb5a2398b68 (patch) | |
tree | be5d7eac7766263c2ef2709f5d61b3256f94038b /doc | |
parent | Set REPOSITORY variable in ebuild environment in EAPI="4-python". (diff) | |
download | portage-727eb7f91b3a0b599e577d95e3b3eeb5a2398b68.tar.gz portage-727eb7f91b3a0b599e577d95e3b3eeb5a2398b68.tar.bz2 portage-727eb7f91b3a0b599e577d95e3b3eeb5a2398b68.zip |
Update documentation of EAPI="4-python".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/package/ebuild/eapi/4-python.docbook | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/package/ebuild/eapi/4-python.docbook b/doc/package/ebuild/eapi/4-python.docbook index 0a60013f4..c13debed4 100644 --- a/doc/package/ebuild/eapi/4-python.docbook +++ b/doc/package/ebuild/eapi/4-python.docbook @@ -31,6 +31,12 @@ official EAPI 4-python Specification</ulink>. The "." character is allowed in USE flags. </para> </section> +<section id='package-ebuild-eapi-4-python-repository'> +<title>REPOSITORY</title> +<para> +The new REPOSITORY variable is set in ebuild environment. This variable contains name of repository, which contains currently used ebuild. +</para> +</section> <section id='package-ebuild-eapi-4-python-repo-level-config'> <title>Extended Repository-Level Configuration</title> <para> @@ -45,5 +51,16 @@ the following files: <listitem><para>use.mask</para></listitem> </itemizedlist> </para> +<para> +By default, the following files in ${repository}/profiles can be also directories: +<itemizedlist> +<listitem><para>package.mask</para></listitem> +<listitem><para>package.use</para></listitem> +<listitem><para>package.use.force</para></listitem> +<listitem><para>package.use.mask</para></listitem> +<listitem><para>use.force</para></listitem> +<listitem><para>use.mask</para></listitem> +</itemizedlist> +</para> </section> </section> |