[DRE-commits] [ruby-build] 07/10: Add --patch option to manpage

Sebastian Boehm sometimesfood-guest at moszumanska.debian.org
Mon Feb 24 19:44:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

sometimesfood-guest pushed a commit to branch master
in repository ruby-build.

commit 27fbb8077ae51ee6160dbcf213a79d043d4579f7
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Sun Dec 29 13:01:17 2013 +0100

    Add --patch option to manpage
---
 debian/ruby-build.1.ronn | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-build.1.ronn b/debian/ruby-build.1.ronn
index 10bb099..969afe7 100644
--- a/debian/ruby-build.1.ronn
+++ b/debian/ruby-build.1.ronn
@@ -3,11 +3,11 @@ ruby-build(1) -- compile and install Rubies
 
 ## SYNOPSIS
 
-`ruby-build` [`-v`|`--verbose`] [`-k`|`--keep`] <definition> <prefix><br>
+`ruby-build` [OPTIONS...] <definition> <prefix><br>
 `ruby-build` `--definitions`<br>
 `ruby-build` `--version`<br>
 `ruby-build` [`-h`|`--help`]<br>
-`rbenv install` [`-v`|`--verbose`] [`-k`|`--keep`] [`-f`|`--force`] [<definition>]<br>
+`rbenv install` [OPTIONS...] [<definition>]<br>
 `rbenv install` [`-l`|`--list`]<br>
 `rbenv uninstall` [`-f`|`--force`] <definition><br>
 
@@ -38,6 +38,10 @@ command, which installs Rubies into the `rbenv` directory.
   * `-k`, `--keep`:
     Don't delete source code after installation.
 
+  * `-p`, `--patch`:
+    Apply a patch from standard input to the Ruby, JRuby or Rubinius
+    source code before executing the `./configure` step.
+
   * `-v`, `--verbose`:
     Display compiler messages on standard output.
 
@@ -61,6 +65,9 @@ Install local app-specific Ruby version:
 Install Ruby from a custom definition into `~/your-ruby`:
     rbenv install /path/to/your/own/ruby/definition ~/your-ruby
 
+Install Ruby 2.0.0-p0, applying the patch in `/path/to/some.patch`:
+    rbenv install --patch 2.0.0-p0 < /path/to/some.patch
+
 ## ENVIRONMENT
 
   * `CC`:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-build.git



More information about the Pkg-ruby-extras-commits mailing list