From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9471758973 for ; Sun, 17 Jan 2016 08:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 156BE21C05E; Sun, 17 Jan 2016 08:22:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B034F21C015 for ; Sun, 17 Jan 2016 08:22:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4B693409EC for ; Sun, 17 Jan 2016 08:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52DFDF28 for ; Sun, 17 Jan 2016 08:22:30 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1453018867.0b3e269768a0c7893fd7e5a50bbd92564f695d4d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionview/actionview-4.2.5.ebuild X-VCS-Directories: dev-ruby/actionview/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0b3e269768a0c7893fd7e5a50bbd92564f695d4d X-VCS-Branch: master Date: Sun, 17 Jan 2016 08:22:30 +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: 14b7f8f8-db90-4bb8-8e8c-e98abb170fad X-Archives-Hash: 46f78c50845e1717703978831b5d6e30 commit: 0b3e269768a0c7893fd7e5a50bbd92564f695d4d Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 17 08:16:53 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 17 08:21:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3e2697 dev-ruby/actionview: add ruby22 Package-Manager: portage-2.2.26 dev-ruby/actionview/actionview-4.2.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/actionview/actionview-4.2.5.ebuild b/dev-ruby/actionview/actionview-4.2.5.ebuild index 6a7526a..5a093fd 100644 --- a/dev-ruby/actionview/actionview-4.2.5.ebuild +++ b/dev-ruby/actionview/actionview-4.2.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" @@ -43,7 +43,7 @@ ruby_add_bdepend " all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ -e '/:job/,/end/ s:^:#:' \ -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die rm ../Gemfile.lock || die