Remove maglev

Maglev Ruby hasn't seen a release in 10 years.
This commit is contained in:
Mislav Marohnić 2023-11-06 16:49:29 +01:00
parent 469a0af96d
commit a706e117d7
No known key found for this signature in database
4 changed files with 0 additions and 20 deletions

View file

@ -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

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