From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F16F139694 for ; Mon, 15 May 2017 16:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63BC0E0C78; Mon, 15 May 2017 16:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2926CE0C78 for ; Mon, 15 May 2017 16:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 586423416C8 for ; Mon, 15 May 2017 16:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 236F17455 for ; Mon, 15 May 2017 16:23:24 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494865392.eef46f8b0269b43ba701fc6b7eacc2595f6d2436.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rdoc/rdoc-4.2.0.ebuild dev-ruby/rdoc/rdoc-4.2.2.ebuild dev-ruby/rdoc/rdoc-4.3.0.ebuild X-VCS-Directories: dev-ruby/rdoc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: eef46f8b0269b43ba701fc6b7eacc2595f6d2436 X-VCS-Branch: master Date: Mon, 15 May 2017 16:23:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c1110d9-be5a-40ac-97e8-348f8479ad1c X-Archives-Hash: 848003790ceeac270ca8ef92a4222a94 commit: eef46f8b0269b43ba701fc6b7eacc2595f6d2436 Author: Manuel Rüger gentoo org> AuthorDate: Mon May 15 16:22:15 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon May 15 16:23:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef46f8b 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(-) diff --git a/dev-ruby/rdoc/rdoc-4.2.0.ebuild b/dev-ruby/rdoc/rdoc-4.2.0.ebuild index 70c1deaf34b..3d189b8ad20 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 a2495d1b5ef..a114d380cd5 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 a2495d1b5ef..a114d380cd5 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}/" \