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 7F278139694 for ; Wed, 10 May 2017 06:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6EB9E0D39; Wed, 10 May 2017 06:11:52 +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 B55EBE0D39 for ; Wed, 10 May 2017 06:11:52 +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 B4C2C341673 for ; Wed, 10 May 2017 06:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2091845 for ; Wed, 10 May 2017 06:11:49 +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: <1494396690.a714865b6fe8423bada60e0c82247cf58f47367f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/best_in_place/best_in_place-3.1.0.ebuild X-VCS-Directories: dev-ruby/best_in_place/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a714865b6fe8423bada60e0c82247cf58f47367f X-VCS-Branch: master Date: Wed, 10 May 2017 06:11:49 +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: 57d7ba77-f934-43db-a4b7-e4b36fc4808d X-Archives-Hash: 7ecf348fa96dd9a96c55ffeff9f7fcef commit: a714865b6fe8423bada60e0c82247cf58f47367f Author: Hans de Graaff gentoo org> AuthorDate: Wed May 10 06:11:30 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 10 06:11:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a714865b dev-ruby/best_in_place: add ruby22, drop integration tests Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/best_in_place/best_in_place-3.1.0.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild index 9bb8d317920..40a701276a5 100644 --- a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild +++ b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -35,10 +35,8 @@ ruby_add_bdepend " dev-ruby/rspec-rails:3 >=dev-ruby/nokogiri-1.5.0 >=dev-ruby/capybara-1.1.2:0 - dev-ruby/poltergeist >=dev-ruby/rails-3.2 >=dev-ruby/sqlite3-1.3.4-r1 - dev-ruby/launchy dev-ruby/bundler )" @@ -53,7 +51,13 @@ all_ruby_prepare() { -e '2agem "rspec", "~>3.0"' \ -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \ -e '/byebug/ s:^:#:' \ + -e '/\(launchy\|poltergeist\)/d' \ Gemfile + sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' spec/rails_helper.rb || die + + # Remove integration tests. They fail to run and depend on obsolete + # poltergeist/phantomjs. + rm -rf spec/integration || die } each_ruby_test() {