[gentoo-portage-dev] [PATCH 2/3] Document default behaviour without --root-deps for EAPI 5- in ebuild(5)

2012-09-25 Thread Dennis Schridde
--- man/ebuild.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/ebuild.5 b/man/ebuild.5 index 3c2200c..2652f89 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -344,6 +344,8 @@ For EAPIs that support \fBHDEPEND\fR (experimental \fBEAPI 5-hdepend\fR), list the \fItarget\fR

[gentoo-portage-dev] Please review: manpage-hdepend improvements

2012-09-25 Thread Dennis Schridde
Hello! Here come a few patches to improve the HDEPEND documentation: * Minor formatting change * Description of behaviour without --root-deps * Description of targetroot useflag Best regards, Dennis

[gentoo-portage-dev] [PATCH 2/2] Document behaviour of --root-deps for EAPI 6+ in emerge(1)

2012-09-24 Thread Dennis Schridde
--- man/emerge.1 | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index ea6409c..5861bb6 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -711,10 +711,11 @@ of packages for \fBROOT\fR. This option is only meaningful when used together with

[gentoo-portage-dev] [PATCH 1/2] Document HDEPEND in ebuild(5)

2012-09-24 Thread Dennis Schridde
--- man/ebuild.5 | 46 ++ 1 file changed, 46 insertions(+) diff --git a/man/ebuild.5 b/man/ebuild.5 index 5bb1afa..a15bf55 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -316,6 +316,36 @@ the user does not specify any of the previous choices. Note

[gentoo-portage-dev] Please review: manpage-hdepend

2012-09-24 Thread Dennis Schridde
Hi! These patches document HDEPEND and incorporate the suggestions Zac gave on the gentoo-portage-dev mailinglist regarding EAPI 6 vs. EAPI 5-hdepend. Best regards, Dennis

Re: [gentoo-portage-dev] Please review: manpage-hdepend

2012-09-24 Thread Dennis Schridde
Hi! Am Montag, 24. September 2012, 14:04:10 schrieb Zac Medico: On 09/24/2012 05:16 AM, Dennis Schridde wrote: Thanks, I've applied your patches. I've also made some changes here: Tow comments: * I tried to use \fI for emphasis, cmdline flags and other minor things, and \fB for references

Re: [gentoo-portage-dev] Please review: manpage-hdepend

2012-09-24 Thread Dennis Schridde
Am Montag, 24. September 2012, 23:18:59 schrieb Dennis Schridde: Am Montag, 24. September 2012, 14:04:10 schrieb Zac Medico: * I tried to use \fI for emphasis, cmdline flags and other minor things, and \fB for references to variables, sections, manpages, etc. (Re: \fBdo not\fR, \fBdo\fR) P.S

[gentoo-portage-dev] Please review: manpage-cleanup and -hdepend

2012-09-23 Thread Dennis Schridde
Hi! I created 2 branches, one for manpage cleanup [1], and the other for adding hdepend documentation [2] and would like you to review and possible merge them. manpage-hdepend branches from manpage-cleanup (only 2 commits are exclusive to the former), so it is probably best to start with

[gentoo-portage-dev] [PATCH 1/5] Adjust code of first paragraph of ebuild(5) to 80 char width

2012-09-23 Thread Dennis Schridde
--- man/ebuild.5 | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index f4a53be..6fca6d4 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -4,12 +4,12 @@ ebuild \- the internal format, variables, and functions in an ebuild script .SH

[gentoo-portage-dev] Please review: manpage-cleanup

2012-09-23 Thread Dennis Schridde
Hi! I created a branch for documenting hdepend ([1] and this thread) and would like you to review and possibly merge it. This branch is based off my manpage-cleanup branch, hence I recommend reading/merging that before this one. Thanks, Dennis [1]

[gentoo-portage-dev] [PATCH 2/2] Doocument behaviour of --root-deps for EAPI 6+ in emerge(1)

2012-09-23 Thread Dennis Schridde
--- man/emerge.1 | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index ea6409c..61d86b7 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -711,10 +711,11 @@ of packages for \fBROOT\fR. This option is only meaningful when used together with

[gentoo-portage-dev] [PATCH 2/6] Adjust code of first paragraph of ebuild(5) to 80 char width

2012-09-23 Thread Dennis Schridde
--- man/ebuild.5 | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index f4a53be..6fca6d4 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -4,12 +4,12 @@ ebuild \- the internal format, variables, and functions in an ebuild script .SH

[gentoo-portage-dev] [PATCH 3/6] Fix referencens to Dependencies section of ebuild(5)

2012-09-23 Thread Dennis Schridde
--- man/ebuild.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 6fca6d4..f3d364e 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -544,7 +544,7 @@ override them. .TP .B DEPEND This should contain a list of all packages that are

[gentoo-portage-dev] [PATCH 5/6] Improve wording of *DEPEND variable description in ebuild(5) a bit

2012-09-23 Thread Dennis Schridde
--- man/ebuild.5 | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 3f28fce..5bb1afa 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -543,27 +543,32 @@ repo\-level USE settings, since profile and user configuration

[gentoo-portage-dev] [PATCH 6/6] Reorder description of --root-deps in emerge(1)

2012-09-23 Thread Dennis Schridde
80 char width and max 1 sentence per line. --- man/emerge.1 | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index da2c631..ea6409c 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -705,14 +705,16 @@ Set the \fBROOT\fR environment

Re: [gentoo-portage-dev] Please review: manpage-cleanup

2012-09-23 Thread Dennis Schridde
Subject should actually read: manpage-hdepend — I'm just not used to writing emails on the console using a text-editor alone… --Dennis signature.asc Description: This is a digitally signed message part.