Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Use patchsets file #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p334-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p334/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p334/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p334/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p352-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p352/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p352/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p352/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p357-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p357/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p357/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p357/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p358-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p358/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p358/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p358/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p370-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p370/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p370/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p370/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p371-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p371/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p371/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p371/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.8.7-p374-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.8.7-p374/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.8.7/p374/$patch"
done < "rvm-patchsets/patchsets/ruby/1.8.7/p374/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.2-p180-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.2-p180/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.2/p180/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.2/p180/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.2-p290-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.2-p290/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.2/p290/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.2/p290/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.2-p318-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.2-p318/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.2/p318/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.2/p318/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.2-p320-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.2-p320/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.2/p320/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.2/p320/railsexpress"
}

require_gcc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p125-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p125/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p125/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p125/railsexpress"
}

[ -n "$CC" ] || export CC=cc
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p194-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p194/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p194/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p194/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p286-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p286/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p286/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p286/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p327-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p327/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p327/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p327/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p362-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p362/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p362/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p362/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p374-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p374/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p374/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p374/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p385-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p385/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p385/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p385/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p392-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p392/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p392/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p392/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p429-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p429/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p429/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p429/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p448-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p448/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p448/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p448/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p484-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p484/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p484/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p484/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p545-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p545/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p545/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p545/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p547-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p547/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p547/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p547/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p550-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p550/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p550/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p550/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/1.9.3-p551-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/1.9.3-p551/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/1.9.3/p551/$patch"
done < "rvm-patchsets/patchsets/ruby/1.9.3/p551/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p353-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p353/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p353/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p353/railsexpress"
}

install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p451-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p451/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p451/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p451/railsexpress"
}

install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p481-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p481/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p481/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p481/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p594-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p594/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p594/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p594/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p598-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p598/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p598/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p598/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p645-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p645/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p645/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p645/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p647-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p647/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p647/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p647/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.0.0-p648-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.0.0-p648/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.0.0/p648/$patch"
done < "rvm-patchsets/patchsets/ruby/2.0.0/p648/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.1.0-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.1.0/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.1.0/$patch"
done < "rvm-patchsets/patchsets/ruby/2.1.0/railsexpress"
}

install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.1.1-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.1.1/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.1.1/$patch"
done < "rvm-patchsets/patchsets/ruby/2.1.1/railsexpress"
}

install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.1.2-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.1.2/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.1.2/$patch"
done < "rvm-patchsets/patchsets/ruby/2.1.2/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.1.3-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.1.3/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.1.3/$patch"
done < "rvm-patchsets/patchsets/ruby/2.1.3/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.1.4-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.1.4/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.1.4/$patch"
done < "rvm-patchsets/patchsets/ruby/2.1.4/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
4 changes: 3 additions & 1 deletion share/ruby-build/2.1.5-railsexpress
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
cat rvm-patchsets/patches/ruby/2.1.5/railsexpress/* | patch -p1
while IFS= read -r patch; do
patch -p1 < "rvm-patchsets/patches/ruby/2.1.5/$patch"
done < "rvm-patchsets/patchsets/ruby/2.1.5/railsexpress"
}

install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" mac_openssl --if has_broken_mac_openssl
Expand Down
Loading