Skip to content

Commit

Permalink
More Rdoc to Markdown changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjl2 committed Sep 28, 2011
1 parent bfc400f commit d6cb5ad
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions cookbooks/emerge/README.md
@@ -1,12 +1,10 @@
= DESCRIPTION:

# DESCRIPTION:
Emerge Cookbook.

This cookbook holds 2 definitions, one called enable_package and one called update_file. Between these two definitions it enables you to 'unmask' a package in Chef and then install an 'masked' version of said package.

= USAGE:

For example if you want to install Libxml 2.7.6 on the AppCloud you would use the following as a recipe.
# USAGE:
For example if you want to install Libxml 2.7.6 on AppCloud you would use the following as a recipe.

enable_package "dev-libs/libxml2" do
version "2.7.6"
Expand All @@ -17,7 +15,8 @@ For example if you want to install Libxml 2.7.6 on the AppCloud you would use th
action :install
end

= ALTERNATIVE USAGE:
# ALTERNATIVE USAGE:
This example shows you how to modify the 'use_flags' that are used during package compilation too.

enable_package "dev-lang/ruby" do
version "1.8.7_p299"
Expand All @@ -32,6 +31,6 @@ For example if you want to install Libxml 2.7.6 on the AppCloud you would use th
action :install
end

= LEGEND:
# LEGEND:

Gentoo uses the names 'mask' and 'unmask' terminology between stable and unstable. Typically this is done in /etc/make.conf with ACCEPT_KEYWORDS declaration for '~amd64' and '~x86'. However it can also be added to /etc/portage/package.keywords/local to 'unmask' packages individually.

0 comments on commit d6cb5ad

Please sign in to comment.