mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Remove maglev
Maglev Ruby hasn't seen a release in 10 years.
This commit is contained in:
parent
469a0af96d
commit
a706e117d7
4 changed files with 0 additions and 20 deletions
|
@ -737,23 +737,6 @@ build_package_picoruby() {
|
|||
} >&4 2>&1
|
||||
}
|
||||
|
||||
build_package_maglev() {
|
||||
build_package_copy
|
||||
|
||||
{ # shellcheck disable=SC2164
|
||||
cd "${PREFIX_PATH}"
|
||||
./install.sh
|
||||
# shellcheck disable=SC2164
|
||||
cd "${PREFIX_PATH}/bin"
|
||||
echo "Creating symlink for ruby*"
|
||||
ln -fs maglev-ruby ruby
|
||||
echo "Creating symlink for irb*"
|
||||
ln -fs maglev-irb irb
|
||||
} >&4 2>&1
|
||||
echo
|
||||
echo "Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
|
||||
}
|
||||
|
||||
build_package_topaz() {
|
||||
build_package_copy
|
||||
{ # shellcheck disable=SC2164
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
install_package "MagLev-1.0.0" "http://seaside.gemtalksystems.com/maglev/MagLev-1.0.0.tar.gz#73401e9e69a336c2ca8369cc72e0d7f3ed867283252c385aea12ef44648c39be" warn_eol maglev
|
|
@ -1 +0,0 @@
|
|||
install_git "maglev-1.1.0-dev" "https://github.com/MagLev/maglev.git" "master" warn_eol maglev
|
|
@ -1 +0,0 @@
|
|||
install_git "maglev-2.0.0-dev" "https://github.com/MagLev/maglev.git" "master" warn_eol maglev
|
Loading…
Reference in a new issue