Merge pull request #2294 from rbenv/fire-topaz-maglev

Remove Topaz, Maglev
This commit is contained in:
Mislav Marohnić 2023-11-07 01:14:26 +01:00 committed by GitHub
commit 3c5059633f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 39 deletions

View file

@ -737,42 +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
cd "${PREFIX_PATH}/bin"
echo "Creating symlink for ruby*"
ln -fs topaz ruby
} >&4 2>&1
}
topaz_architecture() {
case "$(uname -s)" in
"Darwin") echo "osx64";;
"Linux") [[ "$(uname -m)" = "x86_64" ]] && echo "linux64" || echo "linux32";;
*)
echo "no nightly builds available" >&2
exit 1;;
esac
}
build_package_jruby() {
build_package_copy
# shellcheck disable=SC2164

View file

@ -1 +0,0 @@
install_package "MagLev-1.0.0" "http://seaside.gemtalksystems.com/maglev/MagLev-1.0.0.tar.gz#73401e9e69a336c2ca8369cc72e0d7f3ed867283252c385aea12ef44648c39be" warn_eol maglev

View file

@ -1 +0,0 @@
install_git "maglev-1.1.0-dev" "https://github.com/MagLev/maglev.git" "master" warn_eol maglev

View file

@ -1 +0,0 @@
install_git "maglev-2.0.0-dev" "https://github.com/MagLev/maglev.git" "master" warn_eol maglev