summaryrefslogtreecommitdiff
path: root/metadata/news/2015-08-26-ruby-19-removal
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
commit129160ec854dca4c3fedb5bcfbcb56930371da0f (patch)
tree53bf797418ac5e9b99c41ca0382c87b82421e5de /metadata/news/2015-08-26-ruby-19-removal
parent441d1370330332b7d78f238d2f5e13f7aed5e4e0 (diff)
gentoo new year resync : 01.01.2021
Diffstat (limited to 'metadata/news/2015-08-26-ruby-19-removal')
-rw-r--r--metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt b/metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt
deleted file mode 100644
index 97c2465f7004..000000000000
--- a/metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Title: Ruby 1.9 removal; Ruby 2.0/2.1 default
-Author: Manuel RĂ¼ger <mrueg@gentoo.org>
-Content-Type: text/plain
-Posted: 2015-08-26
-Revision: 2
-News-Item-Format: 1.0
-Display-If-Installed: <dev-lang/ruby-2.0
-
-Ruby MRI 1.9 has been retired by upstream in February 2015.[1]
-We remove Ruby MRI 1.9 support from the tree now. In parallel Ruby MRI 2.1
-support will be activated in base profile's RUBY_TARGETS variable by default
-in conjunction with Ruby MRI 2.0.
-
-If your currently eselected Ruby interpreter is ruby19, our recommendation is
-to change it to ruby20. At the moment Ruby MRI 2.0 delivers the best possible
-support of all Ruby interpreters in tree.
-
-Check the current setting via:
-
- eselect ruby show
-
-Change the current setting to Ruby MRI 2.0 via:
-
- eselect ruby set ruby20
-
-[1] https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/