From eef46f8b0269b43ba701fc6b7eacc2595f6d2436 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Mon, 15 May 2017 18:22:15 +0200 Subject: dev-ruby/rdoc: Drop ruby20 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-ruby/rdoc/rdoc-4.2.0.ebuild | 4 ++-- dev-ruby/rdoc/rdoc-4.2.2.ebuild | 4 ++-- dev-ruby/rdoc/rdoc-4.3.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-ruby/rdoc') diff --git a/dev-ruby/rdoc/rdoc-4.2.0.ebuild b/dev-ruby/rdoc/rdoc-4.2.0.ebuild index 70c1deaf34b1..3d189b8ad20e 100644 --- a/dev-ruby/rdoc/rdoc-4.2.0.ebuild +++ b/dev-ruby/rdoc/rdoc-4.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" @@ -80,7 +80,7 @@ all_ruby_install() { for bin in rdoc ri; do ruby_fakegem_binwrapper $bin /usr/bin/$bin-2 - for version in 20 21 22; do + for version in 21 22; do if use ruby_targets_ruby${version}; then ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version} sed -i -e "1s/env ruby/ruby${version}/" \ diff --git a/dev-ruby/rdoc/rdoc-4.2.2.ebuild b/dev-ruby/rdoc/rdoc-4.2.2.ebuild index a2495d1b5ef3..a114d380cd5b 100644 --- a/dev-ruby/rdoc/rdoc-4.2.2.ebuild +++ b/dev-ruby/rdoc/rdoc-4.2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" @@ -77,7 +77,7 @@ all_ruby_install() { for bin in rdoc ri; do ruby_fakegem_binwrapper $bin /usr/bin/$bin-2 - for version in 20 21 22 23; do + for version in 21 22 23; do if use ruby_targets_ruby${version}; then ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version} sed -i -e "1s/env ruby/ruby${version}/" \ diff --git a/dev-ruby/rdoc/rdoc-4.3.0.ebuild b/dev-ruby/rdoc/rdoc-4.3.0.ebuild index a2495d1b5ef3..a114d380cd5b 100644 --- a/dev-ruby/rdoc/rdoc-4.3.0.ebuild +++ b/dev-ruby/rdoc/rdoc-4.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" @@ -77,7 +77,7 @@ all_ruby_install() { for bin in rdoc ri; do ruby_fakegem_binwrapper $bin /usr/bin/$bin-2 - for version in 20 21 22 23; do + for version in 21 22 23; do if use ruby_targets_ruby${version}; then ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version} sed -i -e "1s/env ruby/ruby${version}/" \ -- cgit v1.2.3-65-gdbad