Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Oct 19, 2010
1 parent 4eacc1b commit 031304e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions cookbooks/emerge/README.rdoc
Expand Up @@ -8,29 +8,29 @@ This cookbook holds 2 definitions, one called enable_package and one called upda

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

enable_package "dev-libs/libxml2" do
version "2.7.6"
end
enable_package "dev-libs/libxml2" do
version "2.7.6"
end

package "dev-libs/libxml2" do
version "2.7.6"
action :install
end
package "dev-libs/libxml2" do
version "2.7.6"
action :install
end

= ALTERNATIVE USAGE:

enable_package "dev-lang/ruby" do
version "1.8.7_p299"
end
enable_package "dev-lang/ruby" do
version "1.8.7_p299"
end

package_use "dev-lang/ruby" do
flags "threads"
end
package_use "dev-lang/ruby" do
flags "threads"
end

package "dev-lang/ruby" do
version "1.8.7_p299"
action :install
end
package "dev-lang/ruby" do
version "1.8.7_p299"
action :install
end

= LEGEND:

Expand Down

0 comments on commit 031304e

Please sign in to comment.