summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-19 22:22:17 -0600
committermo khan <mo.khan@gmail.com>2020-06-19 22:22:17 -0600
commit92b89132b6fb18b52a1c1bc6c8933c7e12e0009a (patch)
treed7b2aa16350ca45e656d3b892fdabbe160754563
parent43a9330015ff0d154bfbadeb2458ba245c2da23a (diff)
remove ruby software definitions
-rw-r--r--config/projects/rubies.rb13
-rw-r--r--config/software/asdf-ruby-2-4-10.rb38
-rw-r--r--config/software/asdf-ruby-2-4-5.rb38
-rw-r--r--config/software/asdf-ruby-2-5-8.rb38
-rw-r--r--config/software/asdf-ruby-2-6-0.rb38
-rw-r--r--config/software/asdf-ruby-2-6-1.rb38
-rw-r--r--config/software/asdf-ruby-2-6-2.rb38
-rw-r--r--config/software/asdf-ruby-2-6-3.rb38
-rw-r--r--config/software/asdf-ruby-2-6-4.rb38
-rw-r--r--config/software/asdf-ruby-2-6-5.rb38
-rw-r--r--config/software/asdf-ruby-2-6-6.rb38
-rw-r--r--config/software/asdf-ruby-2-7-0.rb38
-rw-r--r--config/software/asdf-ruby-2-7-1.rb38
13 files changed, 0 insertions, 469 deletions
diff --git a/config/projects/rubies.rb b/config/projects/rubies.rb
index f26e8e6..3256c77 100644
--- a/config/projects/rubies.rb
+++ b/config/projects/rubies.rb
@@ -14,19 +14,6 @@ dependency "preparation"
override 'asdf-ruby', version: ENV['RUBY_VERSION']
dependency "asdf-ruby"
-#dependency "asdf-ruby-2-4-5"
-#dependency "asdf-ruby-2-4-10"
-#dependency "asdf-ruby-2-5-8"
-#dependency "asdf-ruby-2-6-0"
-#dependency "asdf-ruby-2-6-1"
-#dependency "asdf-ruby-2-6-2"
-#dependency "asdf-ruby-2-6-3"
-#dependency "asdf-ruby-2-6-4"
-#dependency "asdf-ruby-2-6-5"
-#dependency "asdf-ruby-2-6-6"
-#dependency "asdf-ruby-2-7-0"
-#dependency "asdf-ruby-2-7-1"
-
# asdf dependencies/components
# dependency "somedep"
diff --git a/config/software/asdf-ruby-2-4-10.rb b/config/software/asdf-ruby-2-4-10.rb
deleted file mode 100644
index f407924..0000000
--- a/config/software/asdf-ruby-2-4-10.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-4-10"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.4.10"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-#{version}.tar.gz", sha256: '93d06711795bfb76dbe7e765e82cdff3ddf9d82eff2a1f24dead9bb506eaf2d0'
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-4-5.rb b/config/software/asdf-ruby-2-4-5.rb
deleted file mode 100644
index 1503c7a..0000000
--- a/config/software/asdf-ruby-2-4-5.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-4-5"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.4.5"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-#{version}.tar.gz", sha256: '6737741ae6ffa61174c8a3dcdd8ba92bc38827827ab1d7ea1ec78bc3cefc5198'
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-5-8.rb b/config/software/asdf-ruby-2-5-8.rb
deleted file mode 100644
index 61e1cba..0000000
--- a/config/software/asdf-ruby-2-5-8.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-5-8"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.5.8"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-#{version}.tar.gz", sha256: '6c0bdf07876c69811a9e7dc237c43d40b1cb6369f68e0e17953d7279b524ad9a'
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-0.rb b/config/software/asdf-ruby-2-6-0.rb
deleted file mode 100644
index 3fc9864..0000000
--- a/config/software/asdf-ruby-2-6-0.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-0"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.0"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: 'f3c35b924a11c88ff111f0956ded3cdc12c90c04b72b266ac61076d3697fc072'
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-1.rb b/config/software/asdf-ruby-2-6-1.rb
deleted file mode 100644
index 6cb285f..0000000
--- a/config/software/asdf-ruby-2-6-1.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-1"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.1"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: "17024fb7bb203d9cf7a5a42c78ff6ce77140f9d083676044a7db67f1e5191cb8"
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-2.rb b/config/software/asdf-ruby-2-6-2.rb
deleted file mode 100644
index b813796..0000000
--- a/config/software/asdf-ruby-2-6-2.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-2"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.2"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: "a0405d2bf2c2d2f332033b70dff354d224a864ab0edd462b7a413420453b49ab"
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-3.rb b/config/software/asdf-ruby-2-6-3.rb
deleted file mode 100644
index 6c0f786..0000000
--- a/config/software/asdf-ruby-2-6-3.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-3"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.3"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: "577fd3795f22b8d91c1d4e6733637b0394d4082db659fccf224c774a2b1c82fb"
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-4.rb b/config/software/asdf-ruby-2-6-4.rb
deleted file mode 100644
index 6fb48e6..0000000
--- a/config/software/asdf-ruby-2-6-4.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-4"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.4"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: '4fc1d8ba75505b3797020a6ffc85a8bcff6adc4dabae343b6572bf281ee17937'
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-5.rb b/config/software/asdf-ruby-2-6-5.rb
deleted file mode 100644
index 787f052..0000000
--- a/config/software/asdf-ruby-2-6-5.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-5"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.5"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: '66976b716ecc1fd34f9b7c3c2b07bbd37631815377a2e3e85a5b194cfdcbed7d'
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-6-6.rb b/config/software/asdf-ruby-2-6-6.rb
deleted file mode 100644
index 13559e2..0000000
--- a/config/software/asdf-ruby-2-6-6.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-6-6"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.6.6"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-#{version}.tar.gz", sha256: "364b143def360bac1b74eb56ed60b1a0dca6439b00157ae11ff77d5cd2e92291"
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-7-0.rb b/config/software/asdf-ruby-2-7-0.rb
deleted file mode 100644
index 315e6b4..0000000
--- a/config/software/asdf-ruby-2-7-0.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-7-0"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.7.0"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-#{version}.tar.gz", sha256: "8c99aa93b5e2f1bc8437d1bbbefd27b13e7694025331f77245d0c068ef1f8cbe"
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end
diff --git a/config/software/asdf-ruby-2-7-1.rb b/config/software/asdf-ruby-2-7-1.rb
deleted file mode 100644
index c546faf..0000000
--- a/config/software/asdf-ruby-2-7-1.rb
+++ /dev/null
@@ -1,38 +0,0 @@
-name "asdf-ruby-2-7-1"
-
-license "BSD-2-Clause"
-license_file "BSDL"
-license_file "COPYING"
-license_file "LEGAL"
-skip_transitive_dependency_licensing true
-
-default_version "2.7.1"
-source url: "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-#{version}.tar.gz", sha256: "d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418"
-relative_path "ruby-#{version}"
-
-dependency "zlib"
-dependency "openssl"
-dependency "libffi"
-dependency "libyaml"
-
-env = with_standard_compiler_flags(with_embedded_path)
-env["CFLAGS"] << " -O3 -g -pipe"
-
-build do
- configure_command = [
- "--disable-dtrace",
- "--disable-install-doc",
- "--disable-install-rdoc",
- "--disable-jit-support",
- "--enable-shared",
- "--prefix=#{install_dir}/installs/ruby/#{version}",
- "--with-out-ext=dbm,readline",
- "--without-gdbm",
- "--without-gmp",
- "--without-valgrind",
- "--without-tk",
- ]
- configure(*configure_command, env: env)
- make "-j #{workers}", env: env
- make "-j #{workers} install", env: env
-end