changeset 0:d7e8c1883570 draft default tip

Uploaded
author iracooke
date Thu, 05 Jun 2014 18:56:13 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Jun 05 18:56:13 2014 -0400
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="ruby" version="2.0">
+        <repository changeset_revision="85b4294395a8" name="package_ruby_2_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="protk" version="1.2.6">
+        <install version="1.0">
+            <actions>
+                <action type="setup_ruby_environment">
+                    <repository changeset_revision="85b4294395a8" name="package_ruby_2_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="ruby" version="2.0" />
+                    </repository>
+                    <package>protk=1.2.6.pre5</package>
+                </action>
+
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="set_to" name="GEM_HOME">$INSTALL_DIR/</environment_variable>
+                </action>
+
+            </actions>
+        </install>
+    <readme>
+        Installs version 1.2.6 of the protk rubygem from rubygems.org
+    </readme>
+    </package>
+</tool_dependency>