[DRE-commits] [SCM] ruby-build.git branch, master, updated. debian/20121104-1-8-g7723320
Sebastian Boehm
sebastian at sometimesfood.org
Sat Mar 2 11:40:12 UTC 2013
The following commit has been merged in the master branch:
commit 22158688cf0c8486a420a85322fe20da2669df00
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date: Fri Mar 1 22:46:27 2013 +0100
Update manpage for 20130227
diff --git a/debian/ruby-build.1.ronn b/debian/ruby-build.1.ronn
index fcebea8..fc69531 100644
--- a/debian/ruby-build.1.ronn
+++ b/debian/ruby-build.1.ronn
@@ -7,9 +7,9 @@ ruby-build(1) -- compile and install Rubies
`ruby-build` `--definitions`<br>
`ruby-build` `--version`<br>
`ruby-build` [`-h`|`--help`]<br>
-`rbenv install` [`-v`|`--verbose`] [`-k`|`--keep`] <definition><br>
+`rbenv install` [`-v`|`--verbose`] [`-k`|`--keep`] [`-f`|`--force`] [<definition>]<br>
`rbenv install` [`-l`|`--list`]<br>
-`rbenv uninstall` [`-f`] <definition><br>
+`rbenv uninstall` [`-f`|`--force`] <definition><br>
## DESCRIPTION
@@ -29,6 +29,12 @@ command, which installs Rubies into the `rbenv` directory.
* `--definitions`:
List available definitions.
+ * `-f`, `--force`:
+ When using `rbenv-install`, force installation of Ruby versions
+ that are already installed. When using `rbenv-uninstall`,
+ uninstall without prompting for confirmation or displaying an
+ error message for Rubies that are not currently installed.
+
* `-k`, `--keep`:
Don't delete source code after installation.
@@ -43,15 +49,17 @@ command, which installs Rubies into the `rbenv` directory.
## EXAMPLES
-Install Ruby 1.9.3 (MRI, patch level 0) to `~/rubies/mri-1.9.3`
-
- $ ruby-build 1.9.3-p0 ~/rubies/mri-1.9.3
+Install Ruby 2.0.0 (MRI, patch level 0) to `~/rubies/mri-2.0.0`:
+ ruby-build 2.0.0-p0 ~/rubies/mri-2.0.0
Install Ruby Enterprise Edition 1.8.7 (patch level 2011.03) for rbenv(1):
- $ rbenv install ree-1.8.7-2011.03
+ rbenv install ree-1.8.7-2011.03
+
+Install local app-specific Ruby version:
+ rbenv install
Install Ruby from a custom definition into `~/your-ruby`:
- $ rbenv install /path/to/your/own/ruby/definition ~/your-ruby
+ rbenv install /path/to/your/own/ruby/definition ~/your-ruby
## ENVIRONMENT
@@ -61,8 +69,11 @@ Install Ruby from a custom definition into `~/your-ruby`:
* `CONFIGURE_OPTS`:
Options that are passed to configure when building a Ruby.
+ * `MAKE`:
+ Sets the command used for `make`.
+
* `MAKE_OPTS`:
- Options that are passed to make when building a Ruby.
+ Options that are passed to `make` when building a Ruby.
* `MAKEOPTS`:
Used instead of `MAKE_OPTS` when `MAKE_OPTS` is not defined.
@@ -73,6 +84,13 @@ Install Ruby from a custom definition into `~/your-ruby`:
* `RUBY_BUILD_BUILD_PATH`:
Sets the location in which sources are downloaded and built.
+ * `RUBY_BUILD_CACHE_PATH`:
+ Sets the location where downloaded package files are cached.
+
+ * `RUBY_BUILD_SKIP_MIRROR`:
+ If set, forces `ruby-build` to download packages from their
+ original source URLs instead of using a mirror.
+
## AUTHORS
ruby-build is developed by Sam Stephenson <<sam at 37signals.com>>.
--
ruby-build.git
More information about the Pkg-ruby-extras-commits
mailing list