* [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/, man/, bin/
@ 2012-02-06 16:23 Paul Varner
0 siblings, 0 replies; only message in thread
From: Paul Varner @ 2012-02-06 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 04e5656fe2f8b93b28ebb716275f10d8061cd45f
Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 16:20:23 2012 +0000
Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 16:20:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=04e5656f
Change the documentation for revdep-rebuild --library.
Change the help output and man page to reflect that --library will
unconditionally rebuild the packages with the named library.
---
bin/revdep-rebuild.sh | 6 +++---
man/revdep-rebuild.1 | 2 +-
pym/gentoolkit/revdep_rebuild/rebuild.py | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh
index 538e101..50bc070 100755
--- a/bin/revdep-rebuild.sh
+++ b/bin/revdep-rebuild.sh
@@ -180,9 +180,9 @@ Broken reverse dependency rebuilder.
-h, --help Print this usage
-i, --ignore Ignore temporary files from previous runs
-k, --keep-temp Do not delete temporary files on exit
- -L, --library NAME Emerge existing packages that use the library with NAME
- --library=NAME NAME can be a full path to the library or a basic
- regular expression (man grep)
+ -L, --library NAME Unconditionally emerge existing packages that use the
+ --library=NAME library with NAME. NAME can be a full path to the
+ library or a basic regular expression (man grep)
-l, --no-ld-path Do not set LD_LIBRARY_PATH
-o, --no-order Do not check the build order
(Saves time, but may cause breakage.)
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index d82949b..8c31a45 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -27,7 +27,7 @@ Delete temporary files from previous runs.
Force revdep\-rebuild not to delete temporary files after it successfully rebuilds packages. This option will NOT prevent revdep\-rebuild from deleting inconsistent or out\-of\-date temporary files.
.TP
.B \-\-library NAME | \-L NAME
-Search for reverse dependencies for a particular library or group of libraries, rather than every library on the system. Emerge packages that use the named library. NAME can be a full path to a library or basic regular expression. (See regex(7).)
+Search for reverse dependencies for a particular library or group of libraries, rather than every library on the system. This option will unconditionally emerge packages that use the named library. \fBNote:\fR This option is used to force packages using the named library to be rebuilt even if they are not broken. NAME can be a full path to a library or basic regular expression. (See regex(7).)
.TP
.B \-l | \-\-no\-ld\-path
Do not set LD_LIBRARY_PATH. \fBNote:\fR Using this option will cause revdep\-rebuild to report some false positives.
diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py
index fe00069..80ba542 100644
--- a/pym/gentoolkit/revdep_rebuild/rebuild.py
+++ b/pym/gentoolkit/revdep_rebuild/rebuild.py
@@ -56,9 +56,9 @@ def print_usage():
-h, --help Print this usage
-i, --ignore Ignore temporary files from previous runs
(also won't create any)
- -L, --library NAME Emerge existing packages that use
- the library with NAME
- --library=NAME NAME can be a full or partial library name
+ -L, --library NAME Unconditionally emerge existing packages that use
+ --library=NAME the library with NAME. NAME can be a full or partial
+ library name
-l, --no-ld-path Do not set LD_LIBRARY_PATH
-o, --no-order Do not check the build order
(Saves time, but may cause breakage.)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-06 16:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 16:23 [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/, man/, bin/ Paul Varner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox