summaryrefslogtreecommitdiff
path: root/strata/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ruby')
-rw-r--r--strata/ruby/bundler.morph6
-rw-r--r--strata/ruby/hoe.morph16
-rw-r--r--strata/ruby/rake-compiler.morph15
-rw-r--r--strata/ruby/ruby-1.8.morph9
-rw-r--r--strata/ruby/ruby.morph9
5 files changed, 0 insertions, 55 deletions
diff --git a/strata/ruby/bundler.morph b/strata/ruby/bundler.morph
deleted file mode 100644
index 643ef119..00000000
--- a/strata/ruby/bundler.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: bundler
-kind: chunk
-build-commands:
-- rake build
-install-commands:
-- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"
diff --git a/strata/ruby/hoe.morph b/strata/ruby/hoe.morph
deleted file mode 100644
index 0d06a82a..00000000
--- a/strata/ruby/hoe.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: hoe
-kind: chunk
-description: |
- Hoe is a rake/rubygems helper for project Rakefiles. It helps you
- manage, maintain, and release your project and includes a dynamic
- plug-in system allowing for easy extensibility.
-products:
-- artifact: hoe-doc
- include:
- - usr/lib/ruby/gems/\d[\w.]*/doc/.*
-build-commands:
-- rake gem
-install-commands:
-- mkdir -p "$DESTDIR/$(gem environment home)"
-- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
- --ignore-dependencies --local ./pkg/hoe-*.gem
diff --git a/strata/ruby/rake-compiler.morph b/strata/ruby/rake-compiler.morph
deleted file mode 100644
index 9286f14a..00000000
--- a/strata/ruby/rake-compiler.morph
+++ /dev/null
@@ -1,15 +0,0 @@
-name: rake-compiler
-kind: chunk
-description: |
- Provide a standard and simplified way to build and package Ruby
- extensions (C, Java) using Rake as glue.
-products:
-- artifact: rake-compiler-doc
- include:
- - usr/lib/ruby/gems/\d[\w.]*/doc/.*
-build-commands:
-- rake gem
-install-commands:
-- mkdir -p "$DESTDIR/$(gem environment home)"
-- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
- --ignore-dependencies --local ./pkg/rake-compiler-*.gem
diff --git a/strata/ruby/ruby-1.8.morph b/strata/ruby/ruby-1.8.morph
deleted file mode 100644
index 4554e441..00000000
--- a/strata/ruby/ruby-1.8.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: ruby-1.8
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- cp /usr/share/automake*/config.guess .
-- cp /usr/share/automake*/config.sub .
-- autoconf
-configure-commands:
-- ./configure --prefix=/usr --program-suffix=-1.8
diff --git a/strata/ruby/ruby.morph b/strata/ruby/ruby.morph
deleted file mode 100644
index f9f0ae7c..00000000
--- a/strata/ruby/ruby.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: ruby
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- cp /usr/share/automake*/config.guess tool
-- cp /usr/share/automake*/config.sub tool
-- autoconf
-configure-commands:
-- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8