From df83006f70ca0b0d5ac057e04598e07e08919429 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 25 Jun 2012 04:08:25 +0200 Subject: Reformat documentation of EAPI="4-python". --- doc/package/ebuild/eapi/4-python.docbook | 224 ++++++++++++++++--------------- 1 file changed, 114 insertions(+), 110 deletions(-) (limited to 'doc') diff --git a/doc/package/ebuild/eapi/4-python.docbook b/doc/package/ebuild/eapi/4-python.docbook index 04457f203..8420abb29 100644 --- a/doc/package/ebuild/eapi/4-python.docbook +++ b/doc/package/ebuild/eapi/4-python.docbook @@ -1,112 +1,116 @@
-EAPI 4-python -Also see the - -official EAPI 4-python Specification. - -
-Helpers -
-Helpers Banned in Global Scope - - -diropts -docompress -exeopts -insopts -keepdir -libopts -use -use_enable -use_with -useq -usev - - -
-
-
-Support for Period Characters in Package Names - -The "." character is allowed in package names. - -
-
-Support for Period Characters in USE Flags - -The "." character is allowed in USE flags. - -
-
-globstar shell option enabled by default - -globstar shell option is enabled by default, which enables recursive expansion of ** pattern in pathname expansion context. - -
-
-REPOSITORY Variable - -The new REPOSITORY variable is set in ebuild environment. This variable contains name of repository, which contains currently used ebuild. - -
-
-Repository Dependencies - -Repository dependencies are supported in atoms in DEPEND, PDEPEND and RDEPEND and atoms passed to best_version and has_version functions. -Repository dependency is specified by two colons followed by repository name. - -Repository Dependency Examples - - - - -Atom - - - - -dev-lang/python::progress - - ->=dev-lang/python-3.2::progress - - -dev-lang/python:3.2::progress - - -dev-lang/python::progress[xml] - - -dev-lang/python:3.2::progress[xml] - - - -
-
-
-Extended Repository-Level Configuration - -Repository-level configuration in ${repository}/profiles is supported for -the following files: - -make.defaults -package.use -package.use.force -package.use.mask -use.force -use.mask - - - -By default, the following files in ${repository}/profiles can be also directories: - -package.mask -package.use -package.use.force -package.use.mask -use.force -use.mask - - -
+ EAPI 4-python + + Also see the official EAPI 4-python Specification. + +
+ Helpers +
+ Helpers Banned in Global Scope + + + diropts + docompress + exeopts + insopts + keepdir + libopts + use + use_enable + use_with + useq + usev + + +
+
+
+ Metadata +
+ Support for Period Characters in Package Names + + The "." character is allowed in package names. + +
+
+ Support for Period Characters in USE Flags + + The "." character is allowed in USE flags. + +
+
+ Repository Dependencies + + Repository dependencies are supported in atoms in DEPEND, PDEPEND and RDEPEND and atoms passed to best_version and has_version functions. + Repository dependency is specified by two colons followed by repository name. + + Repository Dependency Examples + + + + + Atom + + + + + dev-lang/python::progress + + + >=dev-lang/python-3.2::progress + + + dev-lang/python:3.2::progress + + + dev-lang/python::progress[xml] + + + dev-lang/python:3.2::progress[xml] + + + +
+
+
+
+ globstar shell option enabled by default + + globstar shell option is enabled by default, which enables recursive expansion of ** pattern in pathname expansion context. + +
+
+ Variables +
+ REPOSITORY Variable + + The new REPOSITORY variable is set in ebuild environment. This variable contains name of repository, which contains currently used ebuild. + +
+
+
+ Extended Repository-Level Configuration + + Repository-level configuration in ${repository}/profiles is supported for the following files: + + make.defaults + package.use + package.use.force + package.use.mask + use.force + use.mask + + + + By default, the following files in ${repository}/profiles can be also directories: + + package.mask + package.use + package.use.force + package.use.mask + use.force + use.mask + + +
-- cgit v1.2.3-1-g7c22