From fa410f3c0d3e284d3efed0ad63b66362857c2389 Mon Sep 17 00:00:00 2001 From: AndrĂ© Erdmann Date: Tue, 29 Jul 2014 20:32:02 +0200 Subject: update generated files --- doc/html/usage.html | 116 +++++++++++++++++++++++++++++++++++++++++++++++----- files/licenses | 7 +++- 2 files changed, 112 insertions(+), 11 deletions(-) diff --git a/doc/html/usage.html b/doc/html/usage.html index 587e8a1..cf4bf46 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -921,6 +921,50 @@ This also tries to recreate the distmap. --no-incremental  Force recreation of existing ebuilds + +--package-revbump <package> + + 

Enforces a revbump of <package>.

+

<package> can be a package name (${PN}), a package name with +version (${P} or ${PF}), optionally prefixed with its category +(${CATEGORY}/${PN}, ${CATEGORY}/${PF} etc.). +Wildcard characters (*, ?) are supported, too.

+

Incremental overlay creation only. +A revbump only occurs if the package exists in the overlay and is queued +for overlay creation.

+ + +--package-force-replace <package> + + 

Enforces a recreation of <package>.

+

See --package-revbump.

+ + +--package-replace-only <package> + + 

Forbids ebuild creation for <package> if it does not exist in the +overlay already.

+

Useful in conjunction with --package-revbump, --package-replace, +--package-list or --ebuild-list:

+
+roverlay --package-revbump "sci-R/*" --package-replace-only "*"
+
+ + +--package-list <file> + + 

A file that lists packages that should be revbumped.

+

Same as specifying --package-replace-only <pkg> --package-revbump <pkg> +for each line in the file.

+

The file can also be in extended format. (TODO: NOT DOCUMENTED)

+ + +--ebuild-list <file> + + 

Same as --package-list, but expects a file that lists ebuild files.

+

Useful in combination with grep -rl <expr> <overlay> scripts.

+

The file can also be in extended format. (TODO: NOT DOCUMENTED)

+ --no-revbump Disable revbump checks in incremental overlay creation mode @@ -1931,20 +1975,30 @@ character : to the dependency string (as rule option) turns it into a slot rule.

Fuzzy slot rules accept even more options, each of them separated by one colong char ::

+